1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-09-21 19:52:47 +02:00
parent 261da52c3b
commit fc0059647c
7 changed files with 56 additions and 10 deletions

View file

@ -4,6 +4,36 @@
## Unreleased
### core
#### Changed
- The pattern super constructor now sets a `config` property that holds the pattern configuration. This means that unlike before, there is no need to instantiate a pattern to access its config. You can just import the pattern, and it's config property will contain the pattern config.
### i18n
#### Added
- Added translations for Penelope and Waralee
### penelope
#### Added
- Added the Penelope Pencil Skirt pattern by @woutervdub
### utils
#### Added
- Added backend methods for administration
### waralee
#### Added
- Added the Waralee wrap Pants pattern by @woutervdub
## 2.0.4 (2019-09-27)

View file

@ -1,8 +1,24 @@
Unreleased:
date:
Added:
penelope:
- Added the Penelope Pencil Skirt pattern by @woutervdub
waralee:
- Added the Waralee wrap Pants pattern by @woutervdub
i18n:
- Added translations for Penelope and Waralee
utils:
- Added backend methods for administration
Changed:
core:
- The pattern super constructor now sets a `config` property that
holds the pattern configuration. This means that unlike before, there
is no need to instantiate a pattern to access its config. You can just
import the pattern, and it's config property will contain the pattern config.
Deprecated:
patterns:
- The [@freesewing/patterns](https://www.npmjs.com/package/@freesewing/patterns)
package has been deprecated. Please import our patterns individually.
Removed:
Fixed:
Security:

View file

@ -3,9 +3,9 @@
## Unreleased
**Note:** Version bump only for package core
### Changed
- The pattern super constructor now sets a `config` property that holds the pattern configuration. This means that unlike before, there is no need to instantiate a pattern to access its config. You can just import the pattern, and it's config property will contain the pattern config.
## 2.0.4 (2019-09-27)
**Note:** Version bump only for package core

View file

@ -3,9 +3,9 @@
## Unreleased
**Note:** Version bump only for package i18n
### Added
- Added translations for Penelope and Waralee
## 2.0.4 (2019-09-27)
**Note:** Version bump only for package i18n

View file

@ -3,9 +3,9 @@
## Unreleased
**Note:** Version bump only for package penelope
### Added
- Added the Penelope Pencil Skirt pattern by @woutervdub
## 2.0.4 (2019-09-27)
**Note:** Version bump only for package penelope

View file

@ -3,9 +3,9 @@
## Unreleased
**Note:** Version bump only for package utils
### Added
- Added backend methods for administration
## 2.0.4 (2019-09-27)
**Note:** Version bump only for package utils

View file

@ -3,9 +3,9 @@
## Unreleased
**Note:** Version bump only for package waralee
### Added
- Added the Waralee wrap Pants pattern by @woutervdub
## 2.0.4 (2019-09-27)
**Note:** Version bump only for package waralee