Skip to content

v8.0.0

Compare
Choose a tag to compare
@dnlkoch dnlkoch released this 30 Nov 13:51

8.0.0 (2023-11-30)

⚠ BREAKING CHANGES

  • IconSymbolizer.image can be a Sprite
    • This might break your typings / typechecks when using TypeScript so it is maybe needed to add some checks.

Features

  • add support for image sprites (f51c297)

Bug Fixes

  • replace width and height with size (f264c83)
  • add missing semantic-release dependency (aa60480)