chore: Reconfigure packages
This commit is contained in:
parent
1cc3d4f4c1
commit
e07f8db7aa
6 changed files with 36 additions and 0 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -20,6 +20,7 @@
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
- Show raised info above pattern in workbench
|
- Show raised info above pattern in workbench
|
||||||
|
- Round point coordinates in design UI now that they are no longer rounded in core
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
@ -27,6 +28,10 @@
|
||||||
|
|
||||||
### core
|
### core
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- The part.getId() method now takes an optional prefix argument
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
- Don't round coordinates internally to avoid path.split misses
|
- Don't round coordinates internally to avoid path.split misses
|
||||||
|
@ -60,6 +65,7 @@
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
- Added translation for new Titan options
|
- Added translation for new Titan options
|
||||||
|
- Added translations for Charlie
|
||||||
|
|
||||||
### paco
|
### paco
|
||||||
|
|
||||||
|
@ -68,6 +74,12 @@
|
||||||
- Extended range and inreased default of the healEase option
|
- Extended range and inreased default of the healEase option
|
||||||
- Added the (disabled) waistbandHeight option from Titan
|
- Added the (disabled) waistbandHeight option from Titan
|
||||||
|
|
||||||
|
### pattern-info
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Added Charlie
|
||||||
|
|
||||||
### plugin-buttons
|
### plugin-buttons
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -75,6 +87,12 @@
|
||||||
- Added the buttonhole-end snippet
|
- Added the buttonhole-end snippet
|
||||||
- Added the buttonhole-start snippet
|
- Added the buttonhole-start snippet
|
||||||
|
|
||||||
|
### plugin-dimension
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Added the `rmad` macro
|
||||||
|
|
||||||
### plugin-logo
|
### plugin-logo
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Show raised info above pattern in workbench
|
- Show raised info above pattern in workbench
|
||||||
|
- Round point coordinates in design UI now that they are no longer rounded in core
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
## 2.15.0 (NaN-NaN-NaN)
|
## 2.15.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- The part.getId() method now takes an optional prefix argument
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Don't round coordinates internally to avoid path.split misses
|
- Don't round coordinates internally to avoid path.split misses
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added translation for new Titan options
|
- Added translation for new Titan options
|
||||||
|
- Added translations for Charlie
|
||||||
|
|
||||||
## 2.14.0 (2021-03-07)
|
## 2.14.0 (2021-03-07)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/pattern-info
|
# Change log for: @freesewing/pattern-info
|
||||||
|
|
||||||
|
|
||||||
|
## 2.15.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added Charlie
|
||||||
|
|
||||||
## 2.13.2 (2021-02-21)
|
## 2.13.2 (2021-02-21)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/plugin-dimension
|
# Change log for: @freesewing/plugin-dimension
|
||||||
|
|
||||||
|
|
||||||
|
## 2.15.0 (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added the `rmad` macro
|
||||||
|
|
||||||
## 2.9.0 (2020-10-02)
|
## 2.9.0 (2020-10-02)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue