Skip to content

Commit 2fc344e

Browse files
committed
chore(release): 5.1.0
1 parent 145988f commit 2fc344e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [5.1.0](https://github.com/brunob/leaflet.fullscreen/compare/v5.0.0...v5.1.0) (2025-12-02)
6+
7+
8+
### Features
9+
10+
* switch to inline SVGs for improved theming and bundling ([8c69c07](https://github.com/brunob/leaflet.fullscreen/commit/8c69c07a82c38fe6fdde525a098637efabddebe6))
11+
12+
13+
### Bug Fixes
14+
15+
* handle fullscreenElement in ESC/browser exit ([0e118f0](https://github.com/brunob/leaflet.fullscreen/commit/0e118f0f1a4ed21b459ac58afc2f7d09e00492eb)), closes [#165](https://github.com/brunob/leaflet.fullscreen/issues/165)
16+
517
## [5.0.0](https://github.com/brunob/leaflet.fullscreen/compare/v4.0.0...v5.0.0) (2025-12-01)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet.fullscreen",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Simple plugin for Leaflet that adds fullscreen button to your maps.",
55
"type": "module",
66
"main": "dist/Control.FullScreen.js",

0 commit comments

Comments
 (0)