6.1.0 (2024-12-02)
6.0.1 (2024-11-11)
- preserve visibility in line symbolizer during cloning (dfda998)
6.0.0 (2024-06-25)
- Switches to esm build and to vite. Users possibly need to adapt their imports and their bundler.
6.0.0-next.2 (2024-06-25)
- update dependencies (5926b1b)
6.0.0-next.1 (2024-06-21)
- Switches to esm build and to vite. Users possibly need to adapt their imports and their bundler.
5.0.1 (2023-12-05)
- allow scale to be a GeoStylerFunction (73d2271)
- treat ison-size as scale (ebc9434)
- use width and multiply directly (113ef5e)
5.0.0 (2023-12-04)
- use geostyler-style Sprite instead of string syntax
- This changes the typing of the MbStyle by making the property 'source' required. Through this, we actually follow the MapBox Style Specification. MbStyles that previously omitted the 'source' property, will now have to add it.