Skip to content

Commit f280550

Browse files
authored
RLS: 2021.08.0 changelog (#81)
* RLS: 2021.08.0 changelog * grammar
1 parent 6cbc4e9 commit f280550

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
Changelog
22
=========
33

4+
xyzservices 2021.08.0 (August 8, 2021)
5+
--------------------------------------
6+
7+
New functionality:
8+
9+
- Added ``TileProvider.from_qms()`` allowing to create a ``TileProvider`` object from the remote Quick Map Services repository (#71)
10+
- Added support of ``html_attribution`` to have live links in attributions in HTML-based outputs like leaflet (#60)
11+
- New ``Bunch.flatten`` method creating a flat dictionary of ``TileProvider`` objects based on a nested ``Bunch`` (#68)
12+
- Added ``fill_subdomain`` keyword to ``TileProvider.build_url`` to control ``{s}`` placeholder in the URL (#75)
13+
- New Bunch.filter method to filter specific providers based on keywords and other criteria (#76)
14+
15+
Minor enhancements:
16+
17+
- Indent providers JSON file for better readability (#64)
18+
- Support dark themes in HTML repr (#70)
19+
- Mark broken providers with ``status="broken"`` attribute (#78)
20+
- Document providers requiring registrations (#79)
21+
22+
423
xyzservices 2021.07 (July 30, 2021)
524
-----------------------------------
625

7-
Initial release provides `TileProvider` and `Bunch` classes and an initial set of providers.
26+
The initial release provides ``TileProvider`` and ``Bunch`` classes and an initial set of providers.

0 commit comments

Comments
 (0)