30 Commits

Author SHA1 Message Date
Florian Bischof
647f52677b Update docs 2025-08-16 12:33:51 +02:00
Florian Bischof
dda349ee69
Add blog and docs for v2.0.0-alpha (#9648) 2025-05-18 09:01:42 +02:00
Florian Bischof
7c0f6750de Update docs release 1.9.4 2023-05-18 13:37:07 +02:00
i-sukhanov
68349bb012
Added missing curly bracket in docs (#8767) 2022-12-31 15:14:23 +01:00
Florian Bischof
5d355e115c Update docs for release 1.9.3 (#8665) 2022-11-18 21:08:19 +01:00
Jon Koops
aaa0633670
Update documentation for v1.9.2 (#8527) 2022-10-04 18:05:53 +02:00
shashwat010
6f50f5d6f4
fixing typo lon->lng in docs (#8497) 2022-09-30 21:47:36 +02:00
Vladimir Agafonkin
509c655b82 update website for v1.9.1 2022-09-23 12:08:00 +03:00
Jon Koops
0716af266f
Update website & docs for v1.9.0 (#8453) 2022-09-22 15:56:18 +02:00
Grant
c2324e52e2
Use preferred tile.openstreetmap.org URL (#8418)
Now that tile.openstreetmap.org supports HTTP/2 + HTTP/3 the old (a|b|c).tile.openstreetmap.org is no longer recommended.

Use tile.openstreetmap.org directly is faster and will likely result in a better cache hit ratio.

Signed-off-by: Grant Slater <git@firefishy.com>

Signed-off-by: Grant Slater <git@firefishy.com>
2022-08-28 11:31:45 +02:00
Florian Bischof
999a074eb8
Add Ukraini dialog (#8177)
* Add Ukraini dialog

* Fix lint

* Make it more keyboard-user friendly

* Change close element to button and add dialog as first element
2022-04-25 11:57:58 +03:00
Iván Sánchez Ortega
c94faa201a
Taking down the website. (#8025)
* Taking down the website.

* Prevent linting errors on moved-away website stuff

* Add quote style

* fix css

* rm duplicated templates

Co-authored-by: falke-design <design.falke@gmail.com>
2022-02-27 13:22:37 +01:00
Vladimir Agafonkin
9f9c549756
simplify docs update process on release (#7730) 2021-11-02 23:31:33 +02:00
Iván Sánchez Ortega
4f32a5e835
Release 1.7.1 (#7252)
* Changelog and blog post for 1.7.0

* Tweak test for finger drag

Apparently, some of the changes related to pointer events have made that touch-dragging less than the threshold now force a recalculation of the map center - the value is the same, so is == equal to the previous center but not === the same LatLng instance.

* Bump to v1.7.1; fix uglifyjs script; update integrity hashes

* Website stuff updated for 1.7.1

* Update CHANGELOG.md

Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com>

* Update docs/_posts/2020-09-03-leaflet-1.7.1.md

Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com>

* docs: 1.7.1 release announcement tweaks; delay dates by one day

Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com>
2020-09-04 10:10:43 +02:00
Andrew Cherniavskii
33f6f88b7d
Release 1.6.0 (#6892)
* update changelog

* add blog post

* build docs

* update reference and download pages

* add new version

* update config and announcement

* update integrity hashes
2019-11-17 22:11:36 +01:00
Andrew Cherniavskii
e618613247
1.5.0 (#6637)
* update changelog

* update changelog

* update changelog

* add blog post

* build docs

* update reference

* update integrity hashes

* update download page

* update reference versions

* update announcement
2019-05-08 09:36:14 +02:00
Andrew Cherniavskii
69d7f30f6b
Leaflet 1.4.0 (#6451)
* update changelog

* add blog post

* generate docs

* update latest reference

* add 1.4.0 to reference list

* update download page

* update latest_leaflet_version

* update announcement

* update integrity hashes
2018-12-30 21:50:48 +01:00
Andrew Cherniavskii
e57952b880
Release 1.3.4 (#6304)
* update changelog

* add blog post

* generate api dosc

* update reference to redirect to the new version

* update latest verstion on download page

* update reference-versions

* update version in config.yml

* update announcement

* update integrity hashes
2018-08-21 19:13:01 +02:00
Andrew Cherniavskii
1b14781c06
Release 1.3.2 (#6237)
* update changelog

* add blog post

* extend publish.sh to commit dist/leaflet-src.esm.js too

* add docs

* redirect to latest docs reference

* update download page

* add 1.3.2 docs to references list

* update version in _config.yml

* update announcement

* update integrity hashes
2018-07-17 14:00:36 +02:00
Andrew
9d5ae57bcb update reference.html 2018-01-09 17:45:45 +01:00
Andrew
748905cbf5 Fix docs redirects (#5824)
* use redirected.html instead of jekyll-redirect-from

* modify redirected.html to preserve url hases

* fix links in zoom-levels example

- use relative links instead of absolute
- remove hardcoded version in lins and refer to latest version docs instead

* fix hash in choropleth example

* fix links in geojson example

 - use relative links instead of absolute

* fix absolute link in quick-start example

* fix link in video-overlay example

* fix link in map-panes example

* fix link in wms example

* fix link in geojson example

* fix relative reference links
2017-10-05 15:34:04 +02:00
Per Liedman
5223528fcd [Plz merge] Release 1.2.0 (#5688)
* Add documentation on how to do a release

* Preliminary changelog for next release

* Preliminary blog post

* Modify version to 1.2.0

* Update changelog

* Add 1.2.0 reference

* Point to 1.2.0 docs

* Update hashes and latest version

* Update latest news

* Add 1.2.0 release date
2017-08-08 16:13:09 +02:00
Per Liedman
ca540211e3 Blog post about 1.1.0 (#5581)
* Bump version to 1.1.0

* Blog post about 1.1.0

* Fix description

* Fix punctuation

* Update integrity hashes

* Set release date for 1.1.0

* Add reference for 1.1.0

* Point reference.html to docs for 1.1.0
2017-06-27 13:39:25 +02:00
alyhegazy
b6d21653fa replace symlink with redirect (#5493) 2017-05-04 16:36:43 +02:00
Iván Sánchez Ortega
e9cc3a3d73 Symlink reference.html to reference-1.0.3.html (#5490) 2017-05-02 12:49:40 +02:00
Dave Leaver
f044a45477 Fixing english 2017-03-27 13:14:09 +13:00
geografa
ca288ddc07 makes gender neutral (#5405) 2017-03-23 00:15:20 +02:00
Iván Sánchez Ortega
03e4116e5f Update API reference (and links) to 1.0.3. (#5276) 2017-01-23 17:50:21 +02:00
Iván Sánchez Ortega
d1c3b45773 Point download and CDN to 1.0.0 (final), point docs to 1.0.0, rm 0.6 doc stuff (#4948) 2016-09-27 16:08:37 +03:00
Iván Sánchez Ortega
ffb9a636ca Merge branch 'gh-pages' into master-docs 2016-08-18 11:27:28 +02:00