Introduction
Changelog
This section covers all the release notes for LibreGL.
v0.0.0 (latest)
- feat: missing encoding prop in vector source (aeeb103)
- feat: add reactive filter prop for layers (#17) (bf814d3)
- feat: add click event support to Marker component (#18) (35cf4ec)
- feat: add locationOccludedOpacity and padding props to popup component (#21) (284391c)
- feat: add pseudo prop to FullscreenControl component (6938616)
- feat: add zoomSnap and anisotropicFilterPitch props to Map component (d9e1de9)
- feat(playground): enhance circle layer with dynamic filter and paint properties (6abab66)
- feat: reactively change paint properties in useLayer function (ddbb90d)
- feat: add deprecation notice for ‘click’ event in Marker component (37bfaa3)
v0.0.0-beta.6
- feat: update marker props (#15) (eb41808)
- feat: update map’s props (#16) (c259bc0)
- fix(ssr): prop type HTMLElement confueses ssr (c6b6422)
v0.0.0-beta.3
- fix: terrain control options (#8) (294d676)
- docs(layers): add layer events section (#7) (e94ab94)
- chore: enhance the playground examples (#6) (7f0f913)
- feat: support listening to layer events (#5) (43af2df)
- refactor: organize controls imports and props (43af2df)
v0.0.0-beta.2
This release updates maplibre-gl to v5.0.0 for more information about what’s changed please visit the release notes at https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.0.0
- refactor: move WebGL context options to canvasContextAttributes (80d9f8e)
- refactor: leverage unsubscribe method to unsubscribe events (80d9f8e)
- feat(controls): add globe control (ea29d81)
- fix: remove the hard coded position at globe control (10334b3)
- feat: add elevation and centerClampedToGround props (b38d34f)
- chore: update maplibre-gl to v5 (73e443b)
- chore(playground): add controls example (090505c)
- build: update pnpm lock (fbfd56c)