🔖 v2.0.2
- Added bandLength option to fit optiongroup (it was missing) - [#104](https://github.com/freesewing/freesewing.org/issues/104): Changed `onDragEnd` to `onChangeCommitted` in slider element (change in material-ui API when slider came out of beta) - Workbench now also lets you preload a `withBreasts` set of measurements - DraftConfigurator now properly styles pattern options 3 levels deep - [#105](https://github.com/freesewing/freesewing.org/issues/105): Moved state change in render loop to useEffect - Updated dependencies - Added missing `file-saver` dependency - Updated styles for DraftConfigurator component for pattern options 3 levels deep - [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo - [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong - [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
This commit is contained in:
parent
968ac14e60
commit
48c83f1710
132 changed files with 1188 additions and 882 deletions
|
@ -6,6 +6,15 @@
|
|||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated dependencies
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing `file-saver` dependency
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-freesewing-pattern",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -41,8 +41,8 @@
|
|||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^1.3.1",
|
||||
"@freesewing/i18n": "^2.0.1",
|
||||
"@freesewing/pattern-info": "^2.0.1"
|
||||
"@freesewing/i18n": "^2.0.2",
|
||||
"@freesewing/pattern-info": "^2.0.2"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
|
@ -55,7 +55,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "beta"
|
||||
"tag": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue