1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-04-17 16:55:08 +02:00
parent 1cc3d4f4c1
commit e07f8db7aa
6 changed files with 36 additions and 0 deletions

View file

@ -20,6 +20,7 @@
#### Changed
- Show raised info above pattern in workbench
- Round point coordinates in design UI now that they are no longer rounded in core
#### Fixed
@ -27,6 +28,10 @@
### core
#### Added
- The part.getId() method now takes an optional prefix argument
#### Changed
- Don't round coordinates internally to avoid path.split misses
@ -60,6 +65,7 @@
#### Added
- Added translation for new Titan options
- Added translations for Charlie
### paco
@ -68,6 +74,12 @@
- Extended range and inreased default of the healEase option
- Added the (disabled) waistbandHeight option from Titan
### pattern-info
#### Added
- Added Charlie
### plugin-buttons
#### Added
@ -75,6 +87,12 @@
- Added the buttonhole-end snippet
- Added the buttonhole-start snippet
### plugin-dimension
#### Added
- Added the `rmad` macro
### plugin-logo
#### Added

View file

@ -6,6 +6,7 @@
### Changed
- Show raised info above pattern in workbench
- Round point coordinates in design UI now that they are no longer rounded in core
### Fixed

View file

@ -3,6 +3,10 @@
## 2.15.0 (NaN-NaN-NaN)
### Added
- The part.getId() method now takes an optional prefix argument
### Changed
- Don't round coordinates internally to avoid path.split misses

View file

@ -6,6 +6,7 @@
### Added
- Added translation for new Titan options
- Added translations for Charlie
## 2.14.0 (2021-03-07)

View file

@ -1,6 +1,12 @@
# Change log for: @freesewing/pattern-info
## 2.15.0 (NaN-NaN-NaN)
### Added
- Added Charlie
## 2.13.2 (2021-02-21)
### Fixed

View file

@ -1,6 +1,12 @@
# Change log for: @freesewing/plugin-dimension
## 2.15.0 (NaN-NaN-NaN)
### Added
- Added the `rmad` macro
## 2.9.0 (2020-10-02)
### Added