Skip to content

Commit 3f4a845

Browse files
committed
chore: release v12.0.0
1 parent 201f99b commit 3f4a845

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# Changelog
12

2-
## [12.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v11.6.2...v12.0.0) (2025-08-27)
3+
## [12.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v11.6.2...v12.0.0) (2025-08-30)
34

45
### 🚨 Breaking Changes
56

@@ -106,14 +107,17 @@ The following subpaths are now available for tree-shaking:
106107
3. **Add style imports**: Explicitly import CSS files where needed
107108
4. **Review bundle**: Take advantage of smaller bundle sizes with selective imports
108109

110+
### Bug Fixes
111+
112+
* **ol-swipe-control:** explicitly set `layers` and `rightLayers` ([35bca40](https://github.com/MelihAltintas/vue3-openlayers/commit/35bca405cb0efd53e0bd5fa5e7ff7263673f2f1d)), closes [#376](https://github.com/MelihAltintas/vue3-openlayers/issues/376)
113+
109114
### ✨ Other Changes
110115
- Internal refactoring for better modularity and future maintenance
111116
- Documentation and examples updated to reflect new import patterns
112117
- Improved TypeScript support with better type definitions for tree-shaken imports
113118
- `package.json` exports configured for all new subpaths
114119
- Removed duplicate component files to eliminate confusion
115120

116-
117121
## [11.6.2](https://github.com/MelihAltintas/vue3-openlayers/compare/v11.6.1...v11.6.2) (2025-06-05)
118122

119123

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": "vue3-openlayers",
3-
"version": "11.6.2",
3+
"version": "12.0.0",
44
"description": "OpenLayers Wrapper for Vue3",
55
"sideEffects": false,
66
"repository": {

0 commit comments

Comments
 (0)