2019-09-02 19:51:56 +02:00
|
|
|
# Change log for: @freesewing/plugin-dimension
|
|
|
|
|
2020-07-12 15:58:07 +02:00
|
|
|
|
2021-11-27 16:43:14 +01:00
|
|
|
## unreleased (NaN-NaN-NaN)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added (esm) unit tests
|
|
|
|
|
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
|
|
|
|
|
2020-07-12 15:58:07 +02:00
|
|
|
- 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
|
|
|
|
|
2020-07-12 15:58:07 +02:00
|
|
|
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
|
2020-04-26 13:09:54 +02:00
|
|
|
|
2020-05-31 17:53:04 +02:00
|
|
|
## 2.0.0 (2019-08-25)
|
2019-09-02 19:51:56 +02:00
|
|
|
|
2020-05-31 17:53:04 +02:00
|
|
|
### Added
|
2019-09-02 19:51:56 +02:00
|
|
|
|
2020-07-12 15:58:07 +02:00
|
|
|
- Initial release
|
|
|
|
|
2019-09-02 19:51:56 +02:00
|
|
|
|
|
|
|
This is the **initial release**, and the start of this change log.
|
|
|
|
|
2020-05-31 17:53:04 +02:00
|
|
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
|
|
|
> As such, that history is out of scope for this change log.
|
2020-07-12 15:58:07 +02:00
|
|
|
|