2.4 KiB
Change log for: @freesewing/core
Unreleased
Note: Version bump only for package core
2.4.6 (2020-03-23)
Note: Version bump only for package core
2.4.5 (2020-03-19)
Note: Version bump only for package core
2.4.4 (2020-03-15)
Fixed
- New Svg.escapeText() method to escape text at render time, rather than at draft time This fixes the difference in the inch symbol is displayed in the React component or rendered SVG
2.4.3 (2020-03-12)
Note: Version bump only for package core
2.4.2 (2020-03-08)
Note: Version bump only for package core
2.4.1 (2020-03-04)
Note: Version bump only for package core
2.4.0 (2020-02-29)
Note: Version bump only for package core
2.3.0 (2020-02-23)
Note: Version bump only for package core
2.2.0 (2020-02-22)
Added
- Added the
Path.noop()
method - Added the
Path.insop()
methods
2.1.9 (2020-01-18)
Fixed
- #19: Path offset issue is now fixed in upstream bezier-js@2.4.6
2.1.8 (2019-12-16)
Note: Version bump only for package core
2.1.7 (2019-12-15)
Note: Version bump only for package core
2.1.6 (2019-11-24)
Note: Version bump only for package core
2.1.5 (2019-11-19)
Note: Version bump only for package core
2.1.4 (2019-11-01)
Note: Version bump only for package core
2.1.3 (2019-10-18)
Note: Version bump only for package core
2.1.2 (2019-10-14)
Note: Version bump only for package core
2.1.1 (2019-10-13)
Note: Version bump only for package core
2.1.0 (2019-10-06)
Changed
- The pattern super constructor now sets a
config
property that holds the pattern configuration. This means that unlike before, there is no need to instantiate a pattern to access its config. You can just import the pattern, and it's config property will contain the pattern config.
2.0.4 (2019-09-27)
Note: Version bump only for package core
2.0.3 (2019-09-15)
Note: Version bump only for package core
2.0.2 (2019-09-06)
Note: Version bump only for package core
2.0.1 (2019-09-01)
Note: Version bump only for package core
2.0.0 (2019-08-25)
This is the initial release, and the start of this change log.
Prior to version 2, FreeSewing was not a JavaScript project. As such, that history is out of scope for this change log.