Skip to content

v1.0.0

Compare
Choose a tag to compare
@tisoap tisoap released this 16 Apr 19:49
· 75 commits to main since this release

Major breaking changes in this release are:

  • Export individual edges: SmartBezierEdge, SmartStraightEdge and SmartStepEdge (closes #12)
  • Dropped the use of SmartEdgeContext for configuration in favor of factory functions, allowing multiple types of edges to be used at the same time (closes #11)
  • Expose advanced configuration from smartEdgeFactory (closes #14)

Merge pull request #19 from tisoap/feat/factory-function c28cbd8

v1.0.0-beta.2...v1.0.0