Skip to content

Bower Support Deprecated

Compare
Choose a tag to compare
@sashadev-sky sashadev-sky released this 30 Jul 23:10
· 618 commits to main since this release

v0.6.7

  • API Changes
    • Major updates to keymapper component - now a separate component for the map, and not part of any image instance's API. Also not instantiated by default anymore. See README for updated usage (#243 by @rexagod)

v0.6.4

  • Development Workflow
    • Major updates to SVG stack - SVG is now inlined and injected during runtime, and icons are created through helpers. See SVG Icon System wiki for updated documentation on usage. (#353 by @sashadev-sky)
    • Bower support is now deprecated. Bower components and bower.json are removed. (#241 by @scw248)

v0.6.3

v0.6.2

  • Bug Fixes

    • An improvement towards calculating the optimal edgeMinWidth for scaling proportions (#340 by @jywarren)
  • API Changes