dependabot[bot]
0feb83d914
Bump webpack-dev-server from 4.9.3 to 4.10.0
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 10:01:30 +00:00
MoonE
adc9a5318e
Merge pull request #13977 from MoonE/examples
...
Fix some errors in examples
2022-08-14 18:03:22 +02:00
Maximilian Krög
74a8759e3b
Fix topolis example
...
toastr did not work because jquery has to bo loaded before toastr.
2022-08-14 16:44:43 +02:00
Maximilian Krög
9109ab8407
Only load lzstring script when clicking Edit
2022-08-14 16:36:49 +02:00
Maximilian Krög
5fb74d21e5
Some improvements to the edit-example script
2022-08-14 16:36:48 +02:00
Maximilian Krög
cf42592f78
Remove unused clipboard script
...
prism seems to no longer need it
2022-08-14 16:36:48 +02:00
Maximilian Krög
259e3fe1c9
Fix ol.css for some examples
...
- es2015-custom-element needs css variables declared in :host
- external-map-map still does not work when editing in codesandbox,
though that neither worked before.
2022-08-14 16:36:48 +02:00
Maximilian Krög
839e1d1c65
Use non-symlinked ol.css for example-builder
...
File watching does not seem to work with symlinks
2022-08-14 16:36:48 +02:00
MoonE
3cbb40b943
Merge pull request #13978 from MoonE/fontawesome-6
...
Update FontAwesome to v6.1.2
2022-08-14 16:32:19 +02:00
Maximilian Krög
bc65f2d704
Update FontAwesome to v6.1.2
2022-08-13 23:10:31 +02:00
Tim Schaub
0c3b98592d
Merge pull request #13974 from mike-000/LUMINANCE_ALPHA
...
Use correct bands with `LUMINANCE_ALPHA`
2022-08-13 08:23:24 -06:00
mike-000
e6b4b08cac
fix LUMINANCE_ALPHA
2022-08-12 15:55:25 +01:00
Tim Schaub
435e0bb9e8
Merge pull request #13972 from tschaub/un_opt
...
Remove opt_ prefix
2022-08-12 06:16:27 -06:00
Tim Schaub
ca90dd6fd7
Merge pull request #13973 from mike-000/bandcount
...
Fix bandcount per texture for 8, 12, 16, etc. bands
2022-08-12 06:08:58 -06:00
Andreas Hocevar
3e707d4ded
Merge pull request #13955 from mike-000/immediate-icons
...
Do not apply #12467 change to Icons
2022-08-12 13:05:33 +02:00
mike-000
b5b53b244f
fix bandcount per texture for 8, 12, 16, etc bands
2022-08-12 10:47:27 +01:00
Tim Schaub
99612e7f9a
Remove opt_ prefix
2022-08-11 20:14:35 -06:00
MoonE
dd1edc37ca
Merge pull request #13971 from MoonE/remove-ie-compatibility
...
Remove more IE compatibility
2022-08-12 00:38:47 +02:00
Tim Schaub
06dd88268b
Merge pull request #13965 from tschaub/doc-update
...
Remove workaround and docs for IE 11
2022-08-11 16:30:13 -06:00
Maximilian Krög
5c4339f367
Remove more IE compatibility
2022-08-12 00:26:25 +02:00
Tim Schaub
c0d0e8e749
Merge pull request #13967 from tschaub/uncircular
...
Remove circular dependency
2022-08-11 15:49:13 -06:00
Maximilian Krög
f971393ee0
Correct import statement for default exported methods
2022-08-11 22:40:14 +02:00
Tim Schaub
4d3cb782c8
Remove circular dependency
2022-08-11 11:51:01 -06:00
Tim Schaub
c327740108
Merge pull request #13968 from tschaub/sponsors
...
Update link to sponsors
2022-08-10 15:15:13 -06:00
Tim Schaub
549073791f
Updated link to sponsors
2022-08-10 14:46:32 -06:00
Tim Schaub
beed5cd1be
Merge pull request #13966 from tschaub/map-update
...
Bundle code for the map on the homepage
2022-08-10 14:10:22 -06:00
Tim Schaub
b8b8ecd19a
Make fullscreen map work in Safari
2022-08-10 13:55:16 -06:00
Tim Schaub
ba3517885c
Updated example index
2022-08-10 12:36:14 -06:00
Tim Schaub
d535c37fe4
Update message from deploy preview job
2022-08-10 12:36:13 -06:00
Tim Schaub
157baa2782
Bundle code for the map on the homepage
2022-08-10 12:21:58 -06:00
Tim Schaub
ff0dcbef89
Remove workaround and docs for IE 11
2022-08-10 10:49:28 -06:00
Tim Schaub
9d447b9413
Merge pull request #13961 from tschaub/website
...
Website build
2022-08-10 10:45:28 -06:00
Tim Schaub
9dff55a8ac
Build the website
2022-08-10 10:35:07 -06:00
Tim Schaub
3a05a73471
Merge pull request #13963 from tschaub/fewer-polyfills
...
Remove polyfills for IE and Android 4
2022-08-10 06:22:06 -06:00
Tim Schaub
30968b0786
Remove polyfills for IE and Android 4
2022-08-09 15:06:01 -06:00
MoonE
1bcc7770b0
Merge pull request #13957 from MoonE/util-version
...
Replace VERSION in un-transpiled source
2022-08-09 09:20:13 +02:00
MoonE
6d822bc790
Merge pull request #13958 from MoonE/const
...
Use const in docs and other places
2022-08-09 09:18:59 +02:00
MoonE
9f82a14f44
Merge pull request #13959 from MoonE/add-missing-new-lines
...
Add few missing new lines in example source listing
2022-08-09 09:17:12 +02:00
mike-000
8bbeb31cfb
correct setting of pixelRatio
2022-08-08 23:48:50 +01:00
mike-000
4953f63fd7
Do not apply #12467 change to Icons
...
Use getPixelRatio() as in ImageBuilder
2022-08-08 23:48:49 +01:00
MoonE
67d90f2634
Merge pull request #13956 from MoonE/error-in-api-pages
...
Fix js error in api pages on load
2022-08-09 00:42:59 +02:00
Maximilian Krög
5fb69b1de1
Some more small code improvements
2022-08-09 00:28:41 +02:00
Maximilian Krög
5b8d810f80
Use const in more places
2022-08-09 00:25:30 +02:00
Maximilian Krög
f28a9c22e1
replace VERSION in un-transpiled source
2022-08-09 00:20:04 +02:00
Maximilian Krög
be324fbcb0
Fix js error in api pages on load
2022-08-09 00:12:33 +02:00
Maximilian Krög
2c9cf00126
Fix source formatting for some examples
...
For some css or html files a missing new line at end of file will
concatenate the last line with the following style or script tag
2022-08-08 22:17:17 +02:00
Maximilian Krög
7404397529
Improve example-builder code
...
Reduce amount of async calls and some other small changes
2022-08-08 22:13:48 +02:00
Olivier Guyot
bebf2db5ae
Merge pull request #13953 from JakobMiksch/patch-1
...
Minor simplification
2022-08-08 16:01:08 +02:00
Jakob Miksch
0cd5ecdfde
Minor simplification
2022-08-08 15:29:20 +02:00
Tim Schaub
45db7718fc
Merge pull request #13946 from mike-000/upgrade-notes
...
Fix typo and formatting in upgrade notes
2022-08-08 06:52:01 -06:00