🔧 Reconfigure packages
This commit is contained in:
parent
261da52c3b
commit
fc0059647c
7 changed files with 56 additions and 10 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -4,6 +4,36 @@
|
||||||
|
|
||||||
## Unreleased
|
## 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)
|
## 2.0.4 (2019-09-27)
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,24 @@
|
||||||
Unreleased:
|
Unreleased:
|
||||||
date:
|
date:
|
||||||
Added:
|
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:
|
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:
|
Deprecated:
|
||||||
|
patterns:
|
||||||
|
- The [@freesewing/patterns](https://www.npmjs.com/package/@freesewing/patterns)
|
||||||
|
package has been deprecated. Please import our patterns individually.
|
||||||
Removed:
|
Removed:
|
||||||
Fixed:
|
Fixed:
|
||||||
Security:
|
Security:
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
## Unreleased
|
## 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)
|
## 2.0.4 (2019-09-27)
|
||||||
|
|
||||||
**Note:** Version bump only for package core
|
**Note:** Version bump only for package core
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
**Note:** Version bump only for package i18n
|
### Added
|
||||||
|
|
||||||
|
|
||||||
|
- Added translations for Penelope and Waralee
|
||||||
## 2.0.4 (2019-09-27)
|
## 2.0.4 (2019-09-27)
|
||||||
|
|
||||||
**Note:** Version bump only for package i18n
|
**Note:** Version bump only for package i18n
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
**Note:** Version bump only for package penelope
|
### Added
|
||||||
|
|
||||||
|
|
||||||
|
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||||
## 2.0.4 (2019-09-27)
|
## 2.0.4 (2019-09-27)
|
||||||
|
|
||||||
**Note:** Version bump only for package penelope
|
**Note:** Version bump only for package penelope
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
**Note:** Version bump only for package utils
|
### Added
|
||||||
|
|
||||||
|
|
||||||
|
- Added backend methods for administration
|
||||||
## 2.0.4 (2019-09-27)
|
## 2.0.4 (2019-09-27)
|
||||||
|
|
||||||
**Note:** Version bump only for package utils
|
**Note:** Version bump only for package utils
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
**Note:** Version bump only for package waralee
|
### Added
|
||||||
|
|
||||||
|
|
||||||
|
- Added the Waralee wrap Pants pattern by @woutervdub
|
||||||
## 2.0.4 (2019-09-27)
|
## 2.0.4 (2019-09-27)
|
||||||
|
|
||||||
**Note:** Version bump only for package waralee
|
**Note:** Version bump only for package waralee
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue