1
0
Fork 0
freesewing/packages/plugin-dimension/CHANGELOG.md

41 lines
761 B
Markdown
Raw Normal View History

2019-09-02 19:51:56 +02:00
# Change log for: @freesewing/plugin-dimension
2021-04-18 12:59:46 +02:00
## 2.15.0 (2021-04-15)
2021-04-17 16:55:08 +02:00
### Added
- Added the `rmad` macro
2020-10-03 16:01:37 +02:00
## 2.9.0 (2020-10-02)
2020-08-30 12:02:05 +02:00
### Added
- Added support for passing in the ID used to add paths to the part
- Added the `rmd` macro that removes dimensions
2020-06-24 20:56:39 +02:00
## 2.4.4 (2020-03-15)
### Changed
- Don't escape inch symbol in text. Instead let Svg.escapeText() handle it at render time
2020-06-24 20:56:39 +02:00
2019-11-24 11:30:53 +01:00
## 2.1.5 (2019-11-19)
2019-11-19 18:35:55 +01:00
### Fixed
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
2020-04-26 13:09:54 +02:00
## 2.0.0 (2019-08-25)
2019-09-02 19:51:56 +02:00
### Added
2019-09-02 19:51:56 +02:00
- Initial release
2019-09-02 19:51:56 +02:00
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.