Tim Schaub
|
2767ddfdc7
|
Merge pull request #8414 from tschaub/release-v5.1.2
Updates for 5.1.2
v5.1.2
|
2018-07-20 19:04:08 -07:00 |
|
Tim Schaub
|
cd85e30d08
|
Updates for 5.1.2
|
2018-07-20 20:03:15 -06:00 |
|
Tim Schaub
|
139fcd7bae
|
Merge pull request #8413 from tschaub/jsdoc-fix
Remove extra curly in type
|
2018-07-20 19:00:34 -07:00 |
|
Tim Schaub
|
2a04415264
|
Remove extra curly in type
|
2018-07-20 19:57:49 -06:00 |
|
Tim Schaub
|
515eca797f
|
Correct link to release notes
|
2018-07-20 19:44:04 -06:00 |
|
Tim Schaub
|
0b0d5c63da
|
Merge pull request #8412 from tschaub/release-v5.1.1
Changes for 5.1.1.
v5.1.1
|
2018-07-20 18:38:59 -07:00 |
|
Tim Schaub
|
1ad3e8fe37
|
Changes for 5.1.1.
|
2018-07-20 19:33:45 -06:00 |
|
Tim Schaub
|
e5d7b30c31
|
Merge pull request #8411 from tschaub/release-v5.1.0
Release v5.1.0
v5.1.0
|
2018-07-20 17:40:21 -07:00 |
|
Tim Schaub
|
1b745dc7b7
|
Update the publish.sh script
|
2018-07-20 18:31:25 -06:00 |
|
Tim Schaub
|
f8c5a79242
|
Collapsed dependency updates
|
2018-07-20 18:22:28 -06:00 |
|
Tim Schaub
|
9061e93c59
|
Update package version to 5.1.0
|
2018-07-20 18:20:17 -06:00 |
|
Tim Schaub
|
b04728d907
|
Changelog for v5.1.0
|
2018-07-20 18:20:11 -06:00 |
|
Tim Schaub
|
154827c5d5
|
Merge pull request #8409 from pjeweb/patch-2
Add abstract translate to ol/geom/Geometry
|
2018-07-20 09:57:06 -07:00 |
|
Andreas Hocevar
|
f1d03702b2
|
Merge pull request #8410 from openlayers/greenkeeper/rollup-0.63.4
Update rollup to the latest version 🚀
|
2018-07-20 18:24:18 +02:00 |
|
greenkeeper[bot]
|
23f9110f1f
|
chore(package): update rollup to version 0.63.4
|
2018-07-20 16:02:19 +00:00 |
|
Tim Schaub
|
d3e221bd10
|
Merge pull request #8408 from openlayers/greenkeeper/rollup-0.63.3
Update rollup to the latest version 🚀
|
2018-07-20 07:56:15 -07:00 |
|
Paul Golmann
|
e3e6a28e18
|
Add abstract translate to ol/geom/Geometry
|
2018-07-20 15:40:53 +02:00 |
|
greenkeeper[bot]
|
f3089efd19
|
chore(package): update rollup to version 0.63.3
|
2018-07-20 12:53:36 +00:00 |
|
Tim Schaub
|
2cfc2fd369
|
Merge pull request #8405 from tschaub/ts-fixes
Minor type fixes
|
2018-07-19 15:55:25 -07:00 |
|
Tim Schaub
|
c860aed960
|
Import inherits, getUid, and VERSION from ol/util
|
2018-07-19 10:26:17 -06:00 |
|
Tim Schaub
|
83972b00a5
|
Use single quote instead of backtick
|
2018-07-19 10:22:10 -06:00 |
|
Tim Schaub
|
cf58ee9bf1
|
Only use getUid from ol/util
|
2018-07-19 10:19:41 -06:00 |
|
Tim Schaub
|
e5493d1288
|
Add ol/pixel module for Pixel type
|
2018-07-19 10:17:00 -06:00 |
|
Andreas Hocevar
|
f77b6be8e9
|
Merge pull request #8401 from ahocevar/css-side-effects
Make webpack's css loader work
|
2018-07-19 17:27:49 +02:00 |
|
Tim Schaub
|
1c5cc6ea7f
|
Merge pull request #8386 from openlayers/greenkeeper/fs-extra-7.0.0
Update fs-extra to the latest version 🚀
|
2018-07-19 08:12:16 -07:00 |
|
Tim Schaub
|
b7c49e1007
|
Merge pull request #8403 from tschaub/md-links
Markdown links
|
2018-07-19 08:06:43 -07:00 |
|
Tim Schaub
|
e1e34e5636
|
Replace @see with See.
|
2018-07-19 08:37:32 -06:00 |
|
Tim Schaub
|
d46471d763
|
Replace {@link https://www.example.com/} with https://www.example.com/
|
2018-07-19 08:34:35 -06:00 |
|
Frédéric Junod
|
dae843a98d
|
Merge pull request #8402 from fredj/fixes_from_ts
Type fixes from the typescript checks
|
2018-07-19 16:28:18 +02:00 |
|
Frederic Junod
|
85d836d909
|
Remove 'Geolocation' prefix from types
So they are recognized by the TypeScript type checker.
|
2018-07-19 16:02:58 +02:00 |
|
Frederic Junod
|
323eb3f251
|
Fix reprojectionErrorThreshold property type
|
2018-07-19 16:02:58 +02:00 |
|
Frederic Junod
|
5d2cf66380
|
Add missing 'targetRotation' property in Animation typedef
|
2018-07-19 16:02:58 +02:00 |
|
Frederic Junod
|
2e60961700
|
Use 'HTMLElement' type instead of 'Element' in controls
|
2018-07-19 16:02:58 +02:00 |
|
Frederic Junod
|
c1ffb0a2a9
|
Move template type at the class level
This removes the TS1092 error from TypeScript: Type parameters cannot appear on a constructor declaration.
|
2018-07-19 15:53:52 +02:00 |
|
Tim Schaub
|
8f7b52f266
|
Merge pull request #8400 from tschaub/eslint-config-update
ESLint config update
|
2018-07-18 10:48:09 -07:00 |
|
ahocevar
|
bcefb07cf2
|
Make webpack's css loader work
|
2018-07-18 19:02:59 +02:00 |
|
Andreas Hocevar
|
52c75e32ee
|
Merge pull request #8399 from ahocevar/copy-css
Copy ol.css to build dir when building package
|
2018-07-18 19:01:27 +02:00 |
|
ahocevar
|
60c8360330
|
Copy ol.css to build dir when building package
|
2018-07-18 18:37:05 +02:00 |
|
Tim Schaub
|
b8c9125602
|
Remove lint
|
2018-07-18 10:35:54 -06:00 |
|
Tim Schaub
|
71555002a8
|
Latest linter config
|
2018-07-18 10:33:31 -06:00 |
|
Tim Schaub
|
5d029f4256
|
Merge pull request #8397 from tschaub/rollupdate
Update rollup
|
2018-07-18 09:32:01 -07:00 |
|
Tim Schaub
|
6fa4fa59d6
|
Update rollup
|
2018-07-18 10:25:24 -06:00 |
|
Tim Schaub
|
b4ce8e4b3d
|
Merge pull request #8385 from openlayers/class
Use class syntax
|
2018-07-18 09:16:27 -07:00 |
|
ahocevar
|
4cdab30201
|
Replace VERSION correctly in transpiled code
|
2018-07-18 18:05:02 +02:00 |
|
ahocevar
|
47c58d8a34
|
Transpile sources for testing
|
2018-07-18 17:54:29 +02:00 |
|
ahocevar
|
5124c98fb5
|
Default VERSION to 'latest'
|
2018-07-18 17:41:22 +02:00 |
|
ahocevar
|
aecb7e1789
|
Remove unused inherits
|
2018-07-18 16:33:35 +02:00 |
|
ahocevar
|
0a126b620c
|
Use class keyword in tests
|
2018-07-18 16:30:09 +02:00 |
|
ahocevar
|
9ed3540edf
|
Fix this access in WMTS source
|
2018-07-18 16:29:53 +02:00 |
|
ahocevar
|
4589345fac
|
Remove leftover this in super call
|
2018-07-18 15:41:35 +02:00 |
|