diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index e1568d5..9985e13 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["release"] paths: - 'examples/**' diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0fe7b..f19a9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Leaflet.SidePanel Changelog +## v1.1.0 (2024-08-25) + +- feat: trigger toggle, open, close programmatically with js +- feat: Add on tab switch event +- fix: cannot toggle sidebar when hasTabs is false +- chore: Some change in docu, readme, ... + ## v1.0.1 (2024-08-24) + - fix!: dist directory missing in public npm package ## v1.0.0 (2024-08-24) diff --git a/README.md b/README.md index 1fae5b1..1af054a 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ ![npm license](https://img.shields.io/npm/l/leaflet.sidepanel) ![last commit](https://img.shields.io/github/last-commit/cyclingbyte/Leaflet.SidePanel) ![issues open](https://img.shields.io/github/issues/cyclingbyte/Leaflet.SidePanel)![issues closed](https://img.shields.io/github/issues-closed/cyclingbyte/Leaflet.SidePanel?label=) + - # Leaflet.SidePanel Slide side panel plugin for [Leaflet](https://leafletjs.com/ 'Leaflet Homepage') @@ -28,9 +28,9 @@ Include the script and css in your html file ```html - + ``` ## Requirements diff --git a/examples/index.html b/examples/index.html index 40d2ce1..69d86e5 100644 --- a/examples/index.html +++ b/examples/index.html @@ -10,7 +10,7 @@ integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" /> - + Leaflet - Side Panel plugin