1
0
Fork 0

chore: Updated changelog

This commit is contained in:
Joost De Cock 2021-04-18 12:52:43 +02:00
parent c3157584d4
commit af60b7ea44
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,5 @@
2.15.0: 2.15.0:
date: unreleased date: 2021-04-15
Added: Added:
bartack-plugin: bartack-plugin:
@ -8,6 +8,8 @@
- Added the path.bartack class - Added the path.bartack class
charlie: charlie:
- Inital release of the Charlie Chinos pattern - Inital release of the Charlie Chinos pattern
components:
- Added charlie LineDrawing
core: core:
- The part.getId() method now takes an optional prefix argument - The part.getId() method now takes an optional prefix argument
examples: examples:
@ -22,6 +24,7 @@
- Added the crotchSeamCurveAngle option - Added the crotchSeamCurveAngle option
pattern-info: pattern-info:
- Added Charlie - Added Charlie
- Info now also contains deprecated status
plugin-buttons: plugin-buttons:
- Added the buttonhole-end snippet - Added the buttonhole-end snippet
- Added the buttonhole-start snippet - Added the buttonhole-start snippet
@ -44,8 +47,10 @@
paco: paco:
- 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
- Changed to Titan's waistbandWidth option
titan: titan:
- Crotch- and Cross seam have been redrawn using the new angle options - Crotch- and Cross seam have been redrawn using the new angle options
- Added waistbandWidth option
Fixed: Fixed:
bella: bella:

View file

@ -22,7 +22,7 @@
"files": ["dist/*", "README.md", "package.json"], "files": ["dist/*", "README.md", "package.json"],
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",
"tag": "next" "tag": "latest"
}, },
"engines": { "engines": {
"node": ">=12.0.0", "node": ">=12.0.0",