Releases: MelihAltintas/vue3-openlayers
Release 0.4.0
- docs(ol-interaction-draw): use polygon by default in demo and change interaction style
- Update SourceWMTS.vue
- fix: geolocation demo scripts error
- Add VectorImageLayer component
- Add VectorImageLayer demo
- Update sitemap, bump version
- Add working example URLs
- feat: add source TileArcGISRest (https://github.com/MelihAltintas/vue3-openlayers/pull/189[)](https://github.com/MelihAltintas/vue3-openlayers/commit/66d3ec6498c63b913c02fe06b5d54235788446ef)
…interaction style
Release 0.2.2
- chore: use terminating test command (b704f7f)
- feat(ol-geom-circle): new geometry function (95e04c0)
- docs: describe polygon wholes (as LinearRings) (1c42fae)
- docs(ol-feature): add separate documentation for
ol-feature(d6340da) - chore: check-in vscode config files (74fc91f)
- test: setup test environment (2351fd8)
- docs: provide/link stackblitz playground (0b07938)
Release 0.2.1
Release 0.2.0
Release v0.2.0
BREAKING CHANGES
refactor: make all provided styleable's a computed
closes #178
If you may have used inject("stylable") to access the style for ol-interaction-draw or ol-interaction-modify, you will now receive a computed instead of the direct value.
You can access the value by using .value.
before:
const drawStyleable = inject("stylable")after:
const drawStyleable = inject("stylable").valuefeat: rename property style to styles
closes #157
The property style that has been used for several components has been renamed to styles (plural) as it conflicted with the reserved style attribute.
The following components are affected:
ol-vector-layerol-webglpoints-layerol-source-wmts
chore: set minimum openlayers version to 7.3.0
minimum required OpenLayers version is now 7.3.0
feat: remove undefinedHTML option from control ol-mouse-position
The option undefinedHTML has been removed from the MousePosition control.
The control will now by default keep displaying the last mouse position when the mouse leaves the viewport. With placeholder: '&[#160](https://github.com/MelihAltintas/vue3-openlayers/issues/160);' you can keep the old behaviour. The placeholder option no longer accepts false as a valid value, instead simply omit the option. The undefinedHTML option has been removed. You should use placeholder instead.
Please refer to the OpenLayers 7.0.0 Changelog.
feat: remove forEachLayerAtPixel method from ol-map
The method forEachLayerAtPixel has been removed from the Map. Please refer to the OpenLayers 7.0.0 Changelog.
feat: remove imageSmoothing option from sources
The option imageSmoothing has been removed from all sources. Please refer to the OpenLayers 7.0.0 Changelog.
Complete Changelog
- refactor: make all provided
styleable's a computed#178 - feat: rename property
styletostyles#157 - docs: add documentation for
ol-interaction-clusterselect#176 - chore: package maintenance
934d428 - docs(a11y): use correct headline levels
7cdb130 - docs: restructure docs
17c9106 - feat: remove
imageSmoothingoption from sources30cb173 - feat: provide new options for
ol-interaction-clusterselect86e1a7f - feat: remove
forEachLayerAtPixelmethod fromol-map78d94bd - fix(ol-interaction-clusterselect): remove unsupported prop
style065a6e8 - feat: remove
undefinedHTMLoption from controlol-mouse-positiondebd387 - chore: update PR template
30b6621 - docs: set minimum openlayers version to 7.3.0
7974a65 - chore: update PR template
5020ff4 - fix(MapControls) - added missing RotateControl export
00201c9
v0.1.75
new_version(0.1.75)/docs: merge html/js code snippets to vue,feat(ol-…
0.1.72
v0.1.72 jspdf is updated 2.5.1 ol is updated 7.2.2 ol-contextmenu is updated …
migrate vite from vue-cli
v0.1.66 0.1.66
v0.1.63
fix missing exported components
webgltilelayer is added
v0.1.61 version change
v0.1.60
overlay positioning bug fix