Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [5.0.0](v4.0.0...v5.0.0) (2023-12-04) ### ⚠ BREAKING CHANGES * 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. ### Features * add sprite support ([9d883be](9d883be)) * add spriteCache ([9043e10](9043e10)) * keep track of mapbox sources and source layers in layers ([a8f5d7c](a8f5d7c)) * parse placement of TextSymbolizer ([#292](#292)) ([9acb43f](9acb43f)) ### Bug Fixes * address comments and add docs ([eca7607](eca7607)) * **lint:** remove test util ([9a01114](9a01114)) * merge icontext symbol from separate symbolizers when needed ([a02a565](a02a565)) * mutate only clones of arguments ([36a76d0](36a76d0)) * typos ([2de63cc](2de63cc))
- Loading branch information