chore: Reconfigure packages
This commit is contained in:
parent
41d8e92e06
commit
c9da9d6947
170 changed files with 1668 additions and 2674 deletions
364
CHANGELOG.md
364
CHANGELOG.md
|
@ -1,9 +1,70 @@
|
|||
# Change log for: FreeSewing (global)
|
||||
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
### brian
|
||||
|
||||
#### Fixed
|
||||
|
||||
- The `saBase` path is no longer being rendered
|
||||
|
||||
### components
|
||||
|
||||
#### Added
|
||||
|
||||
- [#368](https://github.com/freesewing/freesewing/issues/368): Allow pan and zoom in the Workbench component.
|
||||
- [#374](https://github.com/freesewing/freesewing/issues/374): Allow (extra) translations to be added to the workbench component
|
||||
- New shortcut buttons and sidebar collapse support for Workbench
|
||||
- Refactor to remove prop-types dependency
|
||||
- Reworked the withLanguage component to allow adding translations at run-time
|
||||
|
||||
### create-freesewing-pattern
|
||||
|
||||
#### Added
|
||||
|
||||
- [#365](https://github.com/freesewing/freesewing/issues/365): Check for node version and raise an error it is too old.
|
||||
|
||||
### css-theme
|
||||
|
||||
#### Added
|
||||
|
||||
- New styled for updated Workbench component
|
||||
|
||||
### florence
|
||||
|
||||
#### Added
|
||||
|
||||
- Florence is a face mask pattern
|
||||
|
||||
#### Deprecated
|
||||
|
||||
- @freesewing/fu has been renamed to @freesewing/florence
|
||||
|
||||
### hugo
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Render fully-sized pattern parts when complete is falsy
|
||||
- Do not render pocket outline when complete is falsy
|
||||
- Do not render pocket facing hint when complete is falsy
|
||||
|
||||
### plugin-export-dxf
|
||||
|
||||
#### Added
|
||||
|
||||
- This plugin can export your pattern as DXF-ASTM
|
||||
|
||||
### wahid
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Removed paths.test
|
||||
- Do not draw the pocket outline unless complete is truthy
|
||||
- Prevent rounded corners on pocket bag and lining to be drawn twice
|
||||
- Closed the front seam path
|
||||
- Draft the front lining/facing even when complete is falsy
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
|
@ -11,20 +72,19 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- Fixed incorrect border value on active sidebar link
|
||||
- Fixed incorrect border value on active sidebar link
|
||||
|
||||
### diana
|
||||
|
||||
#### Added
|
||||
|
||||
- Diana is a top with a draped neck
|
||||
- Diana is a top with a draped neck
|
||||
|
||||
### i18n
|
||||
|
||||
#### Added
|
||||
|
||||
- title, description, and options for Dianna
|
||||
|
||||
- title, description, and options for Dianna
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
|
@ -32,8 +92,7 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- Fixed an bug in the i18n package
|
||||
|
||||
- Fixed an bug in the i18n package
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
|
@ -41,8 +100,7 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- Check whether frontScyeDart option is zero prior to implementing it
|
||||
|
||||
- Check whether frontScyeDart option is zero prior to implementing it
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
|
@ -50,32 +108,31 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- New Svg.escapeText() method to escape text at render time, rather than at draft time This fixes the difference in the inch symbol is displayed in the React component or rendered SVG
|
||||
- New Svg.escapeText() method to escape text at render time, rather than at draft time This fixes the difference in the inch symbol is displayed in the React component or rendered SVG
|
||||
|
||||
### huey
|
||||
|
||||
#### Fixed
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
### simon
|
||||
|
||||
#### Fixed
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
### simone
|
||||
|
||||
#### Fixed
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
### sven
|
||||
|
||||
#### Fixed
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
|
@ -83,8 +140,7 @@
|
|||
|
||||
#### Added
|
||||
|
||||
- Added more translations
|
||||
|
||||
- Added more translations
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
|
@ -92,20 +148,19 @@
|
|||
|
||||
#### Changed
|
||||
|
||||
- Don't load docs in DraftConfigurator
|
||||
- Don't load docs in DraftConfigurator
|
||||
|
||||
### i18n
|
||||
|
||||
#### Added
|
||||
|
||||
- Added more strings
|
||||
- Added more strings
|
||||
|
||||
### plugin-title
|
||||
|
||||
#### Changed
|
||||
|
||||
- Added *for* to title output
|
||||
|
||||
- Added _for_ to title output
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
|
@ -113,23 +168,21 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- Fixed `updatePatternData` props issue in the Workbench component
|
||||
- Fixed `updatePatternData` props issue in the Workbench component
|
||||
|
||||
### utils
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#542](https://github.com/freesewing/freesewing.org/issues/542): Prevent neckstimate from throwing when getting an unexpected measurement
|
||||
|
||||
- [#542](https://github.com/freesewing/freesewing.org/issues/542): Prevent neckstimate from throwing when getting an unexpected measurement
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
### fu
|
||||
### florence
|
||||
|
||||
#### Added
|
||||
|
||||
- Fu is a face mask pattern
|
||||
|
||||
- Florence is a face mask pattern
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
|
@ -137,14 +190,13 @@
|
|||
|
||||
#### Added
|
||||
|
||||
- Homes is a pattern for a Sherlock Holmes hat
|
||||
- Homes is a pattern for a Sherlock Holmes hat
|
||||
|
||||
### plugin-gore
|
||||
|
||||
#### Added
|
||||
|
||||
- A plugin to generate gores for semi-spheres or domes
|
||||
|
||||
- A plugin to generate gores for semi-spheres or domes
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
|
@ -152,207 +204,206 @@
|
|||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### bent
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### breanna
|
||||
|
||||
#### Added
|
||||
|
||||
- Breanna is a body block for womenswear
|
||||
- Breanna is a body block for womenswear
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements
|
||||
- Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements
|
||||
|
||||
### brian
|
||||
|
||||
#### Changed
|
||||
|
||||
- Reworked Brian to use the new shoulderslope measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- The `neck` point has been renamed to `hps`
|
||||
- Reworked Brian to use the new shoulderslope measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- The `neck` point has been renamed to `hps`
|
||||
|
||||
### carlita
|
||||
|
||||
#### Changed
|
||||
|
||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### carlton
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### components
|
||||
|
||||
#### Added
|
||||
|
||||
- Added LineDrawing for Breanna
|
||||
- Added LineDrawing for Breanna
|
||||
|
||||
#### Changed
|
||||
|
||||
- DraftConfigurator has been updated to reflect frontend naming changes
|
||||
- Updated Workbench component to pass data rather than gist to DraftConfigurator
|
||||
- Term `pattern` is now `design`
|
||||
- Term `recipe` is now `pattern`
|
||||
- Term `gist` is now `data`
|
||||
- DraftConfigurator has been updated to reflect frontend naming changes
|
||||
- Updated Workbench component to pass data rather than gist to DraftConfigurator
|
||||
- Term `pattern` is now `design`
|
||||
- Term `recipe` is now `pattern`
|
||||
- Term `gist` is now `data`
|
||||
|
||||
### core
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the `Path.noop()` method
|
||||
- Added the `Path.insop()` methods
|
||||
- Added the `Path.noop()` method
|
||||
- Added the `Path.insop()` methods
|
||||
|
||||
### create-freesewing-pattern
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names
|
||||
- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names
|
||||
|
||||
### css-theme
|
||||
|
||||
#### Added
|
||||
|
||||
- Added styling for table.data
|
||||
- Added styling for table.data
|
||||
|
||||
#### Changed
|
||||
|
||||
- Added new styles for the frontend changes in 2.2
|
||||
- Removed smaller fonts in ul.links
|
||||
- Added new styles for the frontend changes in 2.2
|
||||
- Removed smaller fonts in ul.links
|
||||
|
||||
### florent
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed an SA issue in brim top and removed SA from interfacing
|
||||
- Fixed an SA issue in brim top and removed SA from interfacing
|
||||
|
||||
### huey
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### hugo
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Made sure dimensions for hood center and waistband are always shown
|
||||
- Made sure dimensions for hood center and waistband are always shown
|
||||
|
||||
### i18n
|
||||
|
||||
#### Added
|
||||
|
||||
- Added translations for Breanna
|
||||
- Added translations for Breanna
|
||||
|
||||
#### Changed
|
||||
|
||||
- Added/Updated strings for the 2.2 frontend changes
|
||||
- Changed `Joost De Cock` to `Joost` because spam filters don't like cock
|
||||
- Added/Updated strings for the 2.2 frontend changes
|
||||
- Changed `Joost De Cock` to `Joost` because spam filters don't like cock
|
||||
|
||||
#### Removed
|
||||
|
||||
- Removed the files for homepage translation, and moved that content to markdown
|
||||
- Removed the files for editor translation, as it is no longer used
|
||||
- Removed the files for homepage translation, and moved that content to markdown
|
||||
- Removed the files for editor translation, as it is no longer used
|
||||
|
||||
### jaeger
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### models
|
||||
|
||||
#### Changed
|
||||
|
||||
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
||||
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
||||
|
||||
### mui-theme
|
||||
|
||||
#### Changed
|
||||
|
||||
- Changed the light background to `#f8f9fa` rather than `#fff`
|
||||
- Changed the navbar to be light/dark based on the theme, rather than always dark
|
||||
- Changed the light background to `#f8f9fa` rather than `#fff`
|
||||
- Changed the navbar to be light/dark based on the theme, rather than always dark
|
||||
|
||||
### penelope
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed tags in pattern config file
|
||||
- Fixed tags in pattern config file
|
||||
|
||||
### sandy
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed tags in pattern config file
|
||||
- Fixed tags in pattern config file
|
||||
|
||||
### simon
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### simone
|
||||
|
||||
#### Changed
|
||||
|
||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### sven
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### tamiko
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### theo
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed issue with side piece
|
||||
- Fixed issue with side piece
|
||||
|
||||
### trayvon
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### utils
|
||||
|
||||
#### Changed
|
||||
|
||||
- Neckstimate now uses proportions only
|
||||
- Neckstimate now uses proportions only
|
||||
|
||||
### wahid
|
||||
|
||||
#### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### waralee
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed tags in pattern config file
|
||||
|
||||
- Fixed tags in pattern config file
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
|
@ -360,14 +411,13 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- [#19](https://github.com/freesewing/freesewing/issues/19): Path offset issue is now fixed in upstream bezier-js@2.4.6
|
||||
- [#19](https://github.com/freesewing/freesewing/issues/19): Path offset issue is now fixed in upstream bezier-js@2.4.6
|
||||
|
||||
### simon
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#253](https://github.com/freesewing/freesewing/issues/253): Fixed type in simon sleeve causing incorrect cuff issue
|
||||
|
||||
- [#253](https://github.com/freesewing/freesewing/issues/253): Fixed type in simon sleeve causing incorrect cuff issue
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
|
@ -375,8 +425,7 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- [#416](https://github.com/freesewing/freesewing.org/issues/416): Fixed bug in simon sleeve
|
||||
|
||||
- [#416](https://github.com/freesewing/freesewing.org/issues/416): Fixed bug in simon sleeve
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
|
@ -384,9 +433,8 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
- Re-numbered tail as part 5
|
||||
|
||||
- Added missing scalebox
|
||||
- Re-numbered tail as part 5
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
|
@ -394,8 +442,7 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- [#317](https://github.com/freesewing/freesewing.org/issues/317): Fixed bug where format was not passed to formatImperial
|
||||
|
||||
- [#317](https://github.com/freesewing/freesewing.org/issues/317): Fixed bug where format was not passed to formatImperial
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
|
@ -403,8 +450,7 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
|
||||
|
||||
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
|
@ -412,12 +458,11 @@
|
|||
|
||||
#### Deprecated
|
||||
|
||||
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
|
||||
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
|
||||
|
||||
#### Removed
|
||||
|
||||
- The Ogol component has been removed as it wasn't used
|
||||
|
||||
- The Ogol component has been removed as it wasn't used
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
|
@ -425,18 +470,17 @@
|
|||
|
||||
#### Added
|
||||
|
||||
- More translated strings
|
||||
- More translated strings
|
||||
|
||||
### utils
|
||||
|
||||
#### Changed
|
||||
|
||||
- Adjusted slope of the shoulderToShoulder measurement in neckstimate data
|
||||
- Adjusted slope of the shoulderToShoulder measurement in neckstimate data
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#250](https://github.com/freesewing/freesewing.org/issues/250): Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'
|
||||
|
||||
- [#250](https://github.com/freesewing/freesewing.org/issues/250): Model page stays empty with pre 2.0 model data: Error: 'neckstimate() requires a valid measurement name as second parameter. (received underBust)'
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
|
@ -444,8 +488,7 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- Fixed issue where symlinks were causing all languages to export English strings
|
||||
|
||||
- Fixed issue where symlinks were causing all languages to export English strings
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
|
@ -453,32 +496,31 @@
|
|||
|
||||
#### Added
|
||||
|
||||
- Added the fixme type Blockquote component
|
||||
- Added the fixme type Blockquote component
|
||||
|
||||
### css-theme
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed padding issue on mobile
|
||||
- Fixed padding issue on mobile
|
||||
|
||||
### gatsby-remark-jargon
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
|
||||
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
|
||||
|
||||
### remark-jargon
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the remark-jargon package, a remark plugin for jargon terms
|
||||
- Added the remark-jargon package, a remark plugin for jargon terms
|
||||
|
||||
### utils
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed an issue with the formatMm method not adding units
|
||||
|
||||
- Fixed an issue with the formatMm method not adding units
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
|
@ -486,87 +528,86 @@
|
|||
|
||||
#### Added
|
||||
|
||||
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
||||
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
||||
|
||||
#### Changed
|
||||
|
||||
- Added Penelope and Waralee linedrawings
|
||||
- Changed animation of the Spinner component
|
||||
- Added Penelope and Waralee linedrawings
|
||||
- Changed animation of the Spinner component
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed display of nested option in SampleConfigurator
|
||||
- Fixed conflicting key values in React components
|
||||
- Fixed issue with display of list options in Draftconfigurator
|
||||
- Fixed display of nested option in SampleConfigurator
|
||||
- Fixed conflicting key values in React components
|
||||
- Fixed issue with display of list options in Draftconfigurator
|
||||
|
||||
### 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.
|
||||
- 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.
|
||||
|
||||
### css-theme
|
||||
|
||||
#### Changed
|
||||
|
||||
- Made tweaks to the main/sidebar layout
|
||||
- Made tweaks to the main/sidebar layout
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Reduced the sidebar height by 64px to take navbar into account
|
||||
- Fixed blockquote width on XS screens
|
||||
- Made sidebar wider
|
||||
- Reduced the sidebar height by 64px to take navbar into account
|
||||
- Fixed blockquote width on XS screens
|
||||
- Made sidebar wider
|
||||
|
||||
### i18n
|
||||
|
||||
#### Added
|
||||
|
||||
- Added translations for Penelope, Waralee, and Simone
|
||||
- Added translations for Penelope, Waralee, and Simone
|
||||
|
||||
### penelope
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||
|
||||
### simon
|
||||
|
||||
#### Changed
|
||||
|
||||
- [#123](https://github.com/freesewing/freesewing/issues/123): Added a box pleat option to Simon
|
||||
- Added the `backDarts` option to control the inclusion of back darts
|
||||
- Added the `backDartsShaping` option to control the amount of shaping by the back darts
|
||||
- Changed the defaults to slightly reduce the ease and adapt the sleevecap
|
||||
- [#123](https://github.com/freesewing/freesewing/issues/123): Added a box pleat option to Simon
|
||||
- Added the `backDarts` option to control the inclusion of back darts
|
||||
- Added the `backDartsShaping` option to control the amount of shaping by the back darts
|
||||
- Changed the defaults to slightly reduce the ease and adapt the sleevecap
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease to be set incorrectly
|
||||
- Added a missing paperless dimension for the waist
|
||||
- Fixed an issue where the split yoke option was not taken into account correctly
|
||||
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease to be set incorrectly
|
||||
- Added a missing paperless dimension for the waist
|
||||
- Fixed an issue where the split yoke option was not taken into account correctly
|
||||
|
||||
### simone
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the Simone shirt pattern
|
||||
- Added the Simone shirt pattern
|
||||
|
||||
### utils
|
||||
|
||||
#### Added
|
||||
|
||||
- Added backend methods for administration
|
||||
- Added the resendActivationEmail method to backend
|
||||
- Added backend methods for administration
|
||||
- Added the resendActivationEmail method to backend
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed an issue where optionDefault was not handling list options correctly
|
||||
- Fixed an issue where optionDefault was not handling list options correctly
|
||||
|
||||
### waralee
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the Waralee wrap Pants pattern by @woutervdub
|
||||
|
||||
- Added the Waralee wrap Pants pattern by @woutervdub
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
|
@ -574,18 +615,17 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- [#108](https://github.com/freesewing/freesewing/issues/108): Fixed incorrect width of the Carlton tail
|
||||
- [#108](https://github.com/freesewing/freesewing/issues/108): Fixed incorrect width of the Carlton tail
|
||||
|
||||
### components
|
||||
|
||||
#### Added
|
||||
|
||||
- Advanced options and settings are now hidden by default in DraftConfigurator
|
||||
- Advanced options and settings are now hidden by default in DraftConfigurator
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#104](https://github.com/freesewing/freesewing/issues/104): Fixed incorrect embed setting on Workbench pattern export
|
||||
|
||||
- [#104](https://github.com/freesewing/freesewing/issues/104): Fixed incorrect embed setting on Workbench pattern export
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
|
@ -593,26 +633,25 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- [#106](https://github.com/freesewing/freesewing/issues/106): Fix incorrect hem allowance
|
||||
- [#106](https://github.com/freesewing/freesewing/issues/106): Fix incorrect hem allowance
|
||||
|
||||
### components
|
||||
|
||||
#### Changed
|
||||
|
||||
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
||||
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
||||
|
||||
### create-freesewing-pattern
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Updated example package.json to use latest tag rather than beta
|
||||
- Updated example package.json to use latest tag rather than beta
|
||||
|
||||
### utils
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
||||
|
||||
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
|
@ -620,59 +659,58 @@
|
|||
|
||||
#### Fixed
|
||||
|
||||
- Added bandLength option to fit optiongroup (it was missing)
|
||||
- Added bandLength option to fit optiongroup (it was missing)
|
||||
|
||||
### components
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#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
|
||||
- [#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
|
||||
|
||||
### create-freesewing-pattern
|
||||
|
||||
#### Changed
|
||||
|
||||
- Updated dependencies
|
||||
- Updated dependencies
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Added missing `file-saver` dependency
|
||||
- Added missing `file-saver` dependency
|
||||
|
||||
### css-theme
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
|
||||
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
|
||||
|
||||
### i18n
|
||||
|
||||
#### Added
|
||||
|
||||
- [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo
|
||||
- [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo
|
||||
|
||||
### jaeger
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong
|
||||
- [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong
|
||||
|
||||
### simon
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
|
||||
- [#102](https://github.com/freesewing/freesewing.org/issues/102): Fixed 'Snippets not defined' error when drafting a seperate button placket
|
||||
- [#103](https://github.com/freesewing/freesewing.org/issues/103): Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance
|
||||
- [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
|
||||
- [#102](https://github.com/freesewing/freesewing.org/issues/102): Fixed 'Snippets not defined' error when drafting a seperate button placket
|
||||
- [#103](https://github.com/freesewing/freesewing.org/issues/103): Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance
|
||||
|
||||
### utils
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Removed lingering debug statement in formatImperial
|
||||
|
||||
- Removed lingering debug statement in formatImperial
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
|
@ -680,30 +718,28 @@
|
|||
|
||||
#### Added
|
||||
|
||||
- Expanded the size ranges available.
|
||||
- Added the `withBreasts` models which were missing in earlier releases.
|
||||
- Expanded the size ranges available.
|
||||
- Added the `withBreasts` models which were missing in earlier releases.
|
||||
|
||||
#### Changed
|
||||
|
||||
- The models data is now based on the data from the `neckstimate` method in the utils package.
|
||||
- The models data is now based on the data from the `neckstimate` method in the utils package.
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website
|
||||
- [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website
|
||||
|
||||
### theo
|
||||
|
||||
#### Fixed
|
||||
|
||||
- [#78](https://github.com/freesewing/freesewing/issues/78): Removed inherited notches from fly shield and side piece.
|
||||
- [#78](https://github.com/freesewing/freesewing/issues/78): Removed inherited notches from fly shield and side piece.
|
||||
|
||||
### utils
|
||||
|
||||
#### Added
|
||||
|
||||
- The `measurementDiffers` method is new.
|
||||
|
||||
|
||||
- The `measurementDiffers` method is new.
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
|
|
|
@ -7,15 +7,35 @@ Unreleased:
|
|||
Removed:
|
||||
Security:
|
||||
|
||||
2.5.1:
|
||||
date: 2020-04-19
|
||||
2.6.0:
|
||||
date: 2020-04-26
|
||||
Added:
|
||||
components:
|
||||
- '[#368](https://github.com/freesewing/freesewing/issues/368):
|
||||
Allow pan and zoom in the Workbench component.'
|
||||
- '[#374](https://github.com/freesewing/freesewing/issues/374):
|
||||
Allow (extra) translations to be added to the workbench component'
|
||||
- New shortcut buttons and sidebar collapse support for Workbench
|
||||
- Refactor to remove prop-types dependency
|
||||
- Reworked the withLanguage component to allow adding translations at run-time
|
||||
create-freesewing-pattern:
|
||||
- '[#365](https://github.com/freesewing/freesewing/issues/365):
|
||||
Check for node version and raise an error it is too old.'
|
||||
css-theme:
|
||||
- New styled for updated Workbench component
|
||||
florence:
|
||||
- Florence is a face mask pattern
|
||||
plugin-export-dxf:
|
||||
- This plugin can export your pattern as DXF-ASTM
|
||||
Changes:
|
||||
core:
|
||||
- utils now includes `Bezier` which holds the bezier-js library so you don't need to re-import it
|
||||
- We no longer set the plugin configuration/data object to fall in `pattern.use()`
|
||||
i18n:
|
||||
- Changes to support the renaming of @freesewing/fu to @freesewing/florence
|
||||
Deprecated:
|
||||
florence:
|
||||
- '@freesewing/fu has been renamed to @freesewing/florence'
|
||||
Fixed:
|
||||
brian:
|
||||
- The `saBase` path is no longer being rendered
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"npmClient": "yarn",
|
||||
"command": {
|
||||
"publish": {
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"husky": "^3.0.5",
|
||||
"js-yaml": "^3.13.1",
|
||||
"jsonlint": "^1.6.3",
|
||||
"lerna": "^3.18.4",
|
||||
"lerna": "^3.20.2",
|
||||
"mocha": "^7.1.1",
|
||||
"mustache": "^4.0.0",
|
||||
"node-sass": "^4.11.0",
|
||||
|
|
|
@ -1,133 +1,111 @@
|
|||
# Change log for: @freesewing/aaron
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package aaron
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/aaron",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a A-shirt or tank top",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,9 +34,9 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/brian": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/brian": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -47,23 +47,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,133 +1,111 @@
|
|||
# Change log for: @freesewing/benjamin
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added bandLength option to fit optiongroup (it was missing)
|
||||
- Added bandLength option to fit optiongroup (it was missing)
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package benjamin
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/benjamin",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a bow tie",
|
||||
"author": "woutervdub (https://github.com/woutervdub)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,8 +34,8 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -46,23 +46,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,133 +1,111 @@
|
|||
# Change log for: @freesewing/bent
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package bent
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/bent",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a menswear body block with a two-part sleeve",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,9 +34,9 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/brian": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/brian": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -47,23 +47,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,137 +1,115 @@
|
|||
# Change log for: @freesewing/breanna
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
- Breanna is a body block for womenswear
|
||||
- Breanna is a body block for womenswear
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements
|
||||
- Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package breanna
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/breanna",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a basic body block for womenswear",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,9 +34,9 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/brian": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/brian": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -47,23 +47,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,135 +1,115 @@
|
|||
# Change log for: @freesewing/brian
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The `saBase` path is no longer being rendered
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Reworked Brian to use the new shoulderslope measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- The `neck` point has been renamed to `hps`
|
||||
- Reworked Brian to use the new shoulderslope measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- The `neck` point has been renamed to `hps`
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package brian
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/brian",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a basic body block for menswear",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,8 +34,8 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -46,23 +46,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,133 +1,111 @@
|
|||
# Change log for: @freesewing/bruce
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#106](https://github.com/freesewing/freesewing/issues/106): Fix incorrect hem allowance
|
||||
- [#106](https://github.com/freesewing/freesewing/issues/106): Fix incorrect hem allowance
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package bruce
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/bruce",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for boxer briefs",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,8 +34,8 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -46,23 +46,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,134 +1,112 @@
|
|||
# Change log for: @freesewing/carlita
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package carlita
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/carlita",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,13 +34,13 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/brian": "^2.5.0",
|
||||
"@freesewing/bent": "^2.5.0",
|
||||
"@freesewing/carlton": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/brian": "^2.6.0-rc.0",
|
||||
"@freesewing/bent": "^2.6.0-rc.0",
|
||||
"@freesewing/carlton": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -51,23 +51,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,134 +1,116 @@
|
|||
# Change log for: @freesewing/carlton
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing scalebox
|
||||
- Re-numbered tail as part 5
|
||||
- Added missing scalebox
|
||||
- Re-numbered tail as part 5
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#108](https://github.com/freesewing/freesewing/issues/108): Fixed incorrect width of the Carlton tail
|
||||
- [#108](https://github.com/freesewing/freesewing/issues/108): Fixed incorrect width of the Carlton tail
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package carlton
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/carlton",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,11 +34,11 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/brian": "^2.5.0",
|
||||
"@freesewing/bent": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/brian": "^2.6.0-rc.0",
|
||||
"@freesewing/bent": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -49,23 +49,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/cathrin
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package cathrin
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/cathrin",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a underbust corset / waist trainer",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,8 +34,8 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -46,23 +46,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,163 +1,163 @@
|
|||
# Change log for: @freesewing/components
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
### Added
|
||||
|
||||
- [#368](https://github.com/freesewing/freesewing/issues/368): Allow pan and zoom in the Workbench component.
|
||||
- [#374](https://github.com/freesewing/freesewing/issues/374): Allow (extra) translations to be added to the workbench component
|
||||
- New shortcut buttons and sidebar collapse support for Workbench
|
||||
- Refactor to remove prop-types dependency
|
||||
- Reworked the withLanguage component to allow adding translations at run-time
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
### Changed
|
||||
|
||||
- Don't load docs in DraftConfigurator
|
||||
- Don't load docs in DraftConfigurator
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed `updatePatternData` props issue in the Workbench component
|
||||
- Fixed `updatePatternData` props issue in the Workbench component
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
- Added LineDrawing for Breanna
|
||||
- Added LineDrawing for Breanna
|
||||
|
||||
### Changed
|
||||
|
||||
- DraftConfigurator has been updated to reflect frontend naming changes
|
||||
- Updated Workbench component to pass data rather than gist to DraftConfigurator
|
||||
- Term `pattern` is now `design`
|
||||
- Term `recipe` is now `pattern`
|
||||
- Term `gist` is now `data`
|
||||
- DraftConfigurator has been updated to reflect frontend naming changes
|
||||
- Updated Workbench component to pass data rather than gist to DraftConfigurator
|
||||
- Term `pattern` is now `design`
|
||||
- Term `recipe` is now `pattern`
|
||||
- Term `gist` is now `data`
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
### Deprecated
|
||||
|
||||
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
|
||||
- The Draft component has been renamed to Render. Draft still works, but will be removed in a future release.
|
||||
|
||||
### Removed
|
||||
|
||||
- The Ogol component has been removed as it wasn't used
|
||||
- The Ogol component has been removed as it wasn't used
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the fixme type Blockquote component
|
||||
- Added the fixme type Blockquote component
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Added
|
||||
|
||||
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
||||
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
||||
|
||||
### Changed
|
||||
|
||||
- Added Penelope and Waralee linedrawings
|
||||
- Changed animation of the Spinner component
|
||||
- Added Penelope and Waralee linedrawings
|
||||
- Changed animation of the Spinner component
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed display of nested option in SampleConfigurator
|
||||
- Fixed conflicting key values in React components
|
||||
- Fixed issue with display of list options in Draftconfigurator
|
||||
- Fixed display of nested option in SampleConfigurator
|
||||
- Fixed conflicting key values in React components
|
||||
- Fixed issue with display of list options in Draftconfigurator
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
### Added
|
||||
|
||||
- Advanced options and settings are now hidden by default in DraftConfigurator
|
||||
- Advanced options and settings are now hidden by default in DraftConfigurator
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#104](https://github.com/freesewing/freesewing/issues/104): Fixed incorrect embed setting on Workbench pattern export
|
||||
- [#104](https://github.com/freesewing/freesewing/issues/104): Fixed incorrect embed setting on Workbench pattern export
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
### Changed
|
||||
|
||||
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
||||
- Tweaked DraftConfigurator tags to match CSS rules after frontend upgrade to react-intl v3
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#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
|
||||
- [#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
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package components
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/components",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A collection of React components for FreeSewing web UIs",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -27,24 +27,22 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8",
|
||||
"prop-types": "15.7.2",
|
||||
"@freesewing/pattern-info": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/plugin-theme": "^2.5.0",
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/models": "^2.5.0",
|
||||
"@freesewing/examples": "^2.5.0",
|
||||
"@freesewing/rendertest": "^2.5.0",
|
||||
"@freesewing/tutorial": "^2.5.0",
|
||||
"@freesewing/pattern-info": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/models": "^2.6.0-rc.0",
|
||||
"@freesewing/examples": "^2.6.0-rc.0",
|
||||
"@freesewing/rendertest": "^2.6.0-rc.0",
|
||||
"@freesewing/tutorial": "^2.6.0-rc.0",
|
||||
"typeface-roboto-condensed": "latest",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"react-intl": "^2.8.0",
|
||||
"@material-ui/core": "^4.0.1",
|
||||
"@material-ui/icons": "^4.0.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||
"react-svg-pan-zoom": "^3.8.0",
|
||||
"prismjs": "1.16.0",
|
||||
"file-saver": "^2.0.2"
|
||||
},
|
||||
|
|
|
@ -1,134 +1,118 @@
|
|||
# Change log for: @freesewing/core
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- New Svg.escapeText() method to escape text at render time, rather than at draft time This fixes the difference in the inch symbol is displayed in the React component or rendered SVG
|
||||
- New Svg.escapeText() method to escape text at render time, rather than at draft time This fixes the difference in the inch symbol is displayed in the React component or rendered SVG
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the `Path.noop()` method
|
||||
- Added the `Path.insop()` methods
|
||||
- Added the `Path.noop()` method
|
||||
- Added the `Path.insop()` methods
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#19](https://github.com/freesewing/freesewing/issues/19): Path offset issue is now fixed in upstream bezier-js@2.4.6
|
||||
- [#19](https://github.com/freesewing/freesewing/issues/19): Path offset issue is now fixed in upstream bezier-js@2.4.6
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### 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.
|
||||
- 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
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/core",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A library for creating made-to-measure sewing patterns",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
|
|
@ -1,137 +1,121 @@
|
|||
# Change log for: create-freesewing-pattern
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
### Added
|
||||
|
||||
- [#365](https://github.com/freesewing/freesewing/issues/365): Check for node version and raise an error it is too old.
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names
|
||||
- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated example package.json to use latest tag rather than beta
|
||||
- Updated example package.json to use latest tag rather than beta
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated dependencies
|
||||
- Updated dependencies
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing `file-saver` dependency
|
||||
- Added missing `file-saver` dependency
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package create-freesewing-pattern
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-freesewing-pattern",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"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/",
|
||||
|
@ -27,22 +27,22 @@
|
|||
"dependencies": {
|
||||
"chalk": "^2.4.2",
|
||||
"commander": "^2.19.0",
|
||||
"conf": "^6.2.4",
|
||||
"conf": "^2.2.0",
|
||||
"cp-file": "^6.0.0",
|
||||
"execa": "^1.0.0",
|
||||
"git-config-path": "^2.0.0",
|
||||
"github-username": "^4.1.0",
|
||||
"globby": "^11.0.0",
|
||||
"globby": "^9.0.0",
|
||||
"handlebars": "^4.1.0",
|
||||
"inquirer": "^7.1.0",
|
||||
"make-dir": "^3.1.0",
|
||||
"inquirer": "^6.2.2",
|
||||
"make-dir": "^2.0.0",
|
||||
"ora": "^3.1.0",
|
||||
"p-each-series": "^1.0.0",
|
||||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^1.3.1",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/pattern-info": "^2.5.0"
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/pattern-info": "^2.6.0-rc.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
|
|
|
@ -1,144 +1,132 @@
|
|||
# Change log for: @freesewing/css-theme
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
### Added
|
||||
|
||||
- New styled for updated Workbench component
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed incorrect border value on active sidebar link
|
||||
- Fixed incorrect border value on active sidebar link
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
- Added styling for table.data
|
||||
- Added styling for table.data
|
||||
|
||||
### Changed
|
||||
|
||||
- Added new styles for the frontend changes in 2.2
|
||||
- Removed smaller fonts in ul.links
|
||||
- Added new styles for the frontend changes in 2.2
|
||||
- Removed smaller fonts in ul.links
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed padding issue on mobile
|
||||
- Fixed padding issue on mobile
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Changed
|
||||
|
||||
- Made tweaks to the main/sidebar layout
|
||||
- Made tweaks to the main/sidebar layout
|
||||
|
||||
### Fixed
|
||||
|
||||
- Reduced the sidebar height by 64px to take navbar into account
|
||||
- Fixed blockquote width on XS screens
|
||||
- Made sidebar wider
|
||||
- Reduced the sidebar height by 64px to take navbar into account
|
||||
- Fixed blockquote width on XS screens
|
||||
- Made sidebar wider
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
|
||||
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package css-theme
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/css-theme",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A CSS theme for FreeSewing web UIs",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
|
|
@ -1,133 +1,111 @@
|
|||
# Change log for: @freesewing/diana
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
### Added
|
||||
|
||||
- Diana is a top with a draped neck
|
||||
- Diana is a top with a draped neck
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package diana
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,11 +6,25 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
return <Workbench freesewing={freesewing} Pattern={Pattern} config={config} userLanguage="en" />
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/diana",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a top with a draped neck",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,9 +34,9 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/brian": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/brian": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -47,23 +47,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/examples
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package examples
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/examples",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern holding examples for our documentation",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -29,8 +29,8 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -41,23 +41,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,106 +1,116 @@
|
|||
# Change log for: @freesewing/fu
|
||||
# Change log for: @freesewing/florence
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
### Added
|
||||
|
||||
- Florence is a face mask pattern
|
||||
|
||||
### Deprecated
|
||||
|
||||
- @freesewing/fu has been renamed to @freesewing/florence
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Fu is a face mask pattern
|
||||
- Florence is a face mask pattern
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package fu
|
||||
**Note:** Version bump only for package florence
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||

|
||||
|
||||
<p align='center'><a
|
||||
href="https://www.npmjs.com/package/@freesewing/fu"
|
||||
title="@freesewing/fu on NPM"
|
||||
><img src="https://img.shields.io/npm/v/@freesewing/fu.svg"
|
||||
alt="@freesewing/fu on NPM"/>
|
||||
href="https://www.npmjs.com/package/@freesewing/florence"
|
||||
title="@freesewing/florence on NPM"
|
||||
><img src="https://img.shields.io/npm/v/@freesewing/florence.svg"
|
||||
alt="@freesewing/florence on NPM"/>
|
||||
</a><a
|
||||
href="https://opensource.org/licenses/MIT"
|
||||
title="License: MIT"
|
||||
><img src="https://img.shields.io/npm/l/@freesewing/fu.svg?label=License"
|
||||
><img src="https://img.shields.io/npm/l/@freesewing/florence.svg?label=License"
|
||||
alt="License: MIT"/>
|
||||
</a><a
|
||||
href="https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256"
|
||||
|
@ -16,10 +16,10 @@
|
|||
><img src="https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg"
|
||||
alt="Code quality on DeepScan"/>
|
||||
</a><a
|
||||
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Afu"
|
||||
title="Open issues tagged pkg:fu"
|
||||
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:fu.svg?label=Issues"
|
||||
alt="Open issues tagged pkg:fu"/>
|
||||
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aflorence"
|
||||
title="Open issues tagged pkg:florence"
|
||||
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:florence.svg?label=Issues"
|
||||
alt="Open issues tagged pkg:florence"/>
|
||||
</a></p><p align='center'><a
|
||||
href="https://twitter.com/freesewing_org"
|
||||
title="Follow @freesewing_org on Twitter"
|
||||
|
@ -45,7 +45,7 @@
|
|||
## What am I looking at? 🤔
|
||||
|
||||
This repository is our _monorepo_ holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
||||
This folder holds **@freesewing/fu**
|
||||
This folder holds **@freesewing/florence**
|
||||
|
||||
A FreeSewing pattern for a face mask
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
# fu example
|
||||
# florence example
|
||||
|
||||
This project was bootstrapped with [Create Freesewing Pattern](https://en.freesewing.dev/create-freesewing-pattern):
|
||||
|
||||
|
@ -43,7 +43,7 @@ To run this example, follow these steps:
|
|||
- In the folder above this one, run: `yarn start` (or `npm start`)
|
||||
- Then, in new terminal, run the same command in this folder: `yarn start` (or `npm start`)
|
||||
|
||||
This will spin up the development environment, similar to [our online demo](https://fu.freesewing.dev/).
|
||||
This will spin up the development environment, similar to [our online demo](https://florence.freesewing.dev/).
|
||||
|
||||
## About FreeSewing 🤔
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fu-example",
|
||||
"homepage": "https://freesewing.github.io/fu",
|
||||
"name": "florence-example",
|
||||
"homepage": "https://freesewing.github.io/florence",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>fu</title>
|
||||
<title>florence</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"short_name": "fu",
|
||||
"name": "fu",
|
||||
"short_name": "florence",
|
||||
"name": "florence",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
|
|
@ -10,7 +10,21 @@ const App = (props) => {
|
|||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
return <Workbench freesewing={freesewing} Pattern={Pattern} config={config} userLanguage="en" />
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/florence",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a face mask",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,8 +34,8 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -46,23 +46,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,133 +1,111 @@
|
|||
# Change log for: @freesewing/florent
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an SA issue in brim top and removed SA from interfacing
|
||||
- Fixed an SA issue in brim top and removed SA from interfacing
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package florent
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/florent",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a flat cap",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,8 +34,8 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -46,23 +46,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,133 +1,111 @@
|
|||
# Change log for: gatsby-remark-jargon
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
|
||||
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package gatsby-remark-jargon
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gatsby-remark-jargon",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A gatsby-transformer-remark sub-plugin for jargon terms",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"remark-jargon": "^2.5.0"
|
||||
"remark-jargon": "^2.6.0-rc.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
|
|
|
@ -1,133 +1,111 @@
|
|||
# Change log for: @freesewing/holmes
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
### Added
|
||||
|
||||
- Homes is a pattern for a Sherlock Holmes hat
|
||||
- Homes is a pattern for a Sherlock Holmes hat
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package holmes
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/holmes",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a Sherlock Holmes hat",
|
||||
"author": "AlfaLyr (https://github.com/alfalyr)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,12 +34,12 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@freesewing/plugin-gore": "^2.5.0"
|
||||
"@freesewing/plugin-gore": "^2.6.0-rc.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react": "^16.8",
|
||||
|
@ -49,23 +49,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,133 +1,113 @@
|
|||
# Change log for: @freesewing/huey
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package huey
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/huey",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a zip-up hoodie",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,9 +34,9 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/brian": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/brian": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -47,23 +47,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,137 +1,119 @@
|
|||
# Change log for: @freesewing/hugo
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Render fully-sized pattern parts when complete is falsy
|
||||
- Do not render pocket outline when complete is falsy
|
||||
- Do not render pocket facing hint when complete is falsy
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
### Fixed
|
||||
|
||||
- Made sure dimensions for hood center and waistband are always shown
|
||||
- Made sure dimensions for hood center and waistband are always shown
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package hugo
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/hugo",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a hooded jumper with raglan sleeves",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,9 +34,9 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/brian": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/brian": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -47,23 +47,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,143 +1,137 @@
|
|||
# Change log for: @freesewing/i18n
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
### Added
|
||||
|
||||
- title, description, and options for Dianna
|
||||
- title, description, and options for Dianna
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an bug in the i18n package
|
||||
- Fixed an bug in the i18n package
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
### Added
|
||||
|
||||
- Added more translations
|
||||
- Added more translations
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
### Added
|
||||
|
||||
- Added more strings
|
||||
- Added more strings
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Added
|
||||
|
||||
- Added translations for Breanna
|
||||
- Added translations for Breanna
|
||||
|
||||
### Changed
|
||||
|
||||
- Added/Updated strings for the 2.2 frontend changes
|
||||
- Changed `Joost De Cock` to `Joost` because spam filters don't like cock
|
||||
- Added/Updated strings for the 2.2 frontend changes
|
||||
- Changed `Joost De Cock` to `Joost` because spam filters don't like cock
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed the files for homepage translation, and moved that content to markdown
|
||||
- Removed the files for editor translation, as it is no longer used
|
||||
- Removed the files for homepage translation, and moved that content to markdown
|
||||
- Removed the files for editor translation, as it is no longer used
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
### Added
|
||||
|
||||
- More translated strings
|
||||
- More translated strings
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue where symlinks were causing all languages to export English strings
|
||||
- Fixed issue where symlinks were causing all languages to export English strings
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Added
|
||||
|
||||
- Added translations for Penelope, Waralee, and Simone
|
||||
- Added translations for Penelope, Waralee, and Simone
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Added
|
||||
|
||||
- [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo
|
||||
- [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/i18n",
|
||||
"version": "2.5.1-1",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "Translations for the FreeSewing project",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/pattern-info": "^2.5.0"
|
||||
"@freesewing/pattern-info": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
@ -39,7 +39,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "next"
|
||||
"tag": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
|
|
|
@ -1,133 +1,113 @@
|
|||
# Change log for: @freesewing/jaeger
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong
|
||||
- [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package jaeger
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/jaeger",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a sport coat style jacket",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,11 +34,11 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0",
|
||||
"@freesewing/brian": "^2.5.0",
|
||||
"@freesewing/bent": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0",
|
||||
"@freesewing/brian": "^2.6.0-rc.0",
|
||||
"@freesewing/bent": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -49,23 +49,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,141 +1,121 @@
|
|||
# Change log for: @freesewing/models
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
||||
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package models
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
### Added
|
||||
|
||||
- Expanded the size ranges available.
|
||||
- Added the `withBreasts` models which were missing in earlier releases.
|
||||
- Expanded the size ranges available.
|
||||
- Added the `withBreasts` models which were missing in earlier releases.
|
||||
|
||||
### Changed
|
||||
|
||||
- The models data is now based on the data from the `neckstimate` method in the utils package.
|
||||
- The models data is now based on the data from the `neckstimate` method in the utils package.
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website
|
||||
|
||||
- [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/models",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "Body measurements data for a range of default sizes",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/utils": "^2.5.0"
|
||||
"@freesewing/utils": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
|
|
@ -1,134 +1,112 @@
|
|||
# Change log for: @freesewing/mui-theme
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed the light background to `#f8f9fa` rather than `#fff`
|
||||
- Changed the navbar to be light/dark based on the theme, rather than always dark
|
||||
- Changed the light background to `#f8f9fa` rather than `#fff`
|
||||
- Changed the navbar to be light/dark based on the theme, rather than always dark
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package mui-theme
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/mui-theme",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A Material-UI theme for FreeSewing web UIs",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/pattern-info
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package pattern-info
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||

|
||||
|
||||
<p align='center'><a
|
||||
href="https://www.npmjs.com/package/@freesewing/pattern-info"
|
||||
title="@freesewing/pattern-info on NPM"
|
||||
|
@ -43,68 +44,16 @@
|
|||
|
||||
## What am I looking at? 🤔
|
||||
|
||||
This repository is our *monorepo* holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
||||
This repository is our _monorepo_ holding [all our NPM packages](https://www.npmjs.com/search?q=keywords:freesewing).
|
||||
This folder holds **@freesewing/pattern-info**
|
||||
|
||||
Information about available freesewing patterns
|
||||
|
||||
|
||||
## Included patterns
|
||||
|
||||
### Blocks
|
||||
|
||||
Blocks or slopers are basic patterns shapes that you can extend into fully detailed patterns.
|
||||
|
||||
- [brian](https://github.com/freesewing/brian) : A basic body block for menswear, and the basis for many of our menswear patterns.
|
||||
- [bent](https://github.com/freesewing/bent) : A version of [brian](https://github.com/freesewing/brian) with a two-part sleeve, and the and the basis of our menswear coat and jacket patterns.
|
||||
|
||||
### Menswear
|
||||
|
||||
- [aaron](https://github.com/freesewing/aaron) : A tank top or A-shirt
|
||||
- [bruce](https://github.com/freesewing/bruce) : Boxer briefs
|
||||
- [carlton](https://github.com/freesewing/carlton) : A long coat, perfect for Sherlock Holmes cosplay
|
||||
- [huey](https://github.com/freesewing/huey) : A zip-up hoodie
|
||||
- [hugo](https://github.com/freesewing/hugo) : A hooded sweatshirt with raglan sleeves
|
||||
- [jaeger](https://github.com/freesewing/jaeger) : A sportscoat
|
||||
- [simon](https://github.com/freesewing/simon) : A versatile button-down shirt
|
||||
- [sven](https://github.com/freesewing/sven) : A straightforward sweater
|
||||
- [wahid](https://github.com/freesewing/wahid) : A classic waistcoat
|
||||
|
||||
|
||||
### Womenswear
|
||||
|
||||
- [cathrin](https://github.com/freesewing/cathrin) : An underbust corset or waist trainer
|
||||
- [tamiko](https://github.com/freesewing/tamiko) : A zero-waste top
|
||||
|
||||
### Accessories
|
||||
|
||||
- [trayvon](https://github.com/freesewing/trayvon) : A (neck) tie
|
||||
|
||||
> #### Note: menswear/womenswear has nothing to do with gender
|
||||
>
|
||||
> Freesewing is gender-neutral. When we use the terms **menswear** or **womenswear**
|
||||
> we are not talking about clothes for men or women. It is merely a category of clothing
|
||||
> much like **accessories** or **shoes** are categories.
|
||||
>
|
||||
> The category gives you an idea what to expect, and is there to help you find things.
|
||||
> It is not a limitation, or even a suggestion, of what you can or should wear or make.
|
||||
>
|
||||
> Wear whatever you want, and be proud of the things you make.
|
||||
|
||||
## Usage
|
||||
|
||||
This package has 2 exports:
|
||||
|
||||
- `patterns` : (the default export) An object holding pattern constructors
|
||||
- `patternList` : An array of pattern names
|
||||
|
||||
|
||||
|
||||
## About FreeSewing 💀
|
||||
|
||||
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||
|
||||
Our [core library](https://freesewing.dev/reference/api/) is a *batteries-included* toolbox
|
||||
Our [core library](https://freesewing.dev/reference/api/) is a _batteries-included_ toolbox
|
||||
for parametric design of sewing patterns. It's a modular system (check our list
|
||||
of [plugins](https://freesewing.dev/reference/plugins/) and getting started is as simple as:
|
||||
|
||||
|
@ -123,19 +72,19 @@ our sewing patterns adapted to your measurements.
|
|||
|
||||
## Support FreeSewing: Become a patron 🥰
|
||||
|
||||
FreeSewing is an open source project run by a community,
|
||||
FreeSewing is an open source project run by a community,
|
||||
and financially supported by our patrons.
|
||||
|
||||
If you feel what we do is worthwhile, you too
|
||||
If you feel what we do is worthwhile, you too
|
||||
should [become a patron](https://freesewing.org/patrons/join).
|
||||
|
||||
## Links 👩💻
|
||||
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||
|
||||
## License: MIT 🤓
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/pattern-info",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "Information about available freesewing patterns",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
|
|
@ -1,133 +1,113 @@
|
|||
# Change log for: @freesewing/penelope
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed tags in pattern config file
|
||||
- Fixed tags in pattern config file
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
### Added
|
||||
|
||||
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -6,16 +6,23 @@ import '@freesewing/css-theme'
|
|||
|
||||
import Pattern from 'pattern'
|
||||
|
||||
const App = props => {
|
||||
const App = (props) => {
|
||||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/penelope",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing pattern for a pencil skirt",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -34,8 +34,8 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0",
|
||||
"@freesewing/plugin-bundle": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bundle": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -46,23 +46,23 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.5.0",
|
||||
"@freesewing/css-theme": "^2.5.0",
|
||||
"@freesewing/i18n": "^2.5.0",
|
||||
"@freesewing/mui-theme": "^2.5.0",
|
||||
"@freesewing/plugin-bust": "^2.5.0",
|
||||
"@freesewing/plugin-buttons": "^2.5.0",
|
||||
"@freesewing/plugin-flip": "^2.5.0",
|
||||
"@freesewing/utils": "^2.5.0",
|
||||
"@freesewing/components": "^2.6.0-rc.0",
|
||||
"@freesewing/css-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/i18n": "^2.6.0-rc.0",
|
||||
"@freesewing/mui-theme": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-bust": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-buttons": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-flip": "^2.6.0-rc.0",
|
||||
"@freesewing/utils": "^2.6.0-rc.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"react-scripts": "^3.0.0",
|
||||
"webpack": "4.43.0",
|
||||
"webpack": "4.29.6",
|
||||
"rollup": "^0.64.1",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"rollup-plugin-babel-minify": "^7.0.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/plugin-banner
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-banner
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-banner",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing plugin to repeat text on a path",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/plugin-bundle
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-bundle
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-bundle",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "An umbrella package of 8 essential FreeSewing build-time plugins",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -33,17 +33,17 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@freesewing/plugin-cutonfold": "^2.5.0",
|
||||
"@freesewing/plugin-dimension": "^2.5.0",
|
||||
"@freesewing/plugin-grainline": "^2.5.0",
|
||||
"@freesewing/plugin-logo": "^2.5.0",
|
||||
"@freesewing/plugin-title": "^2.5.0",
|
||||
"@freesewing/plugin-scalebox": "^2.5.0",
|
||||
"@freesewing/plugin-round": "^2.5.0",
|
||||
"@freesewing/plugin-sprinkle": "^2.5.0"
|
||||
"@freesewing/plugin-cutonfold": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-dimension": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-grainline": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-logo": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-title": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-scalebox": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-round": "^2.6.0-rc.0",
|
||||
"@freesewing/plugin-sprinkle": "^2.6.0-rc.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/plugin-bust
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-bust
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-bust",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing plugin that helps with bust-adjusting menswear patterns",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/plugin-buttons
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-buttons
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-buttons",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing plugin that provides button and buttonhole snippets",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/plugin-cutonfold
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-cutonfold
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-cutonfold",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing plugin to add cut-on-fold indicators on your patterns",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/plugin-debug
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-debug
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-debug",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing plugin to log debug info to your browser console",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
|
|
@ -1,133 +1,109 @@
|
|||
# Change log for: @freesewing/plugin-designer
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-designer
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-designer",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing plugin to facilitate pattern design",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
|
|
@ -1,133 +1,111 @@
|
|||
# Change log for: @freesewing/plugin-dimension
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.4.6 (2020-03-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.4.5 (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.4.4 (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.4.3 (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.4.2 (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.4.1 (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.4.0 (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.3.0 (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.2.0 (2020-02-22)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.1.9 (2020-01-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.1.8 (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.1.7 (2019-12-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.1.6 (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.1.5 (2019-11-19)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
|
||||
- Fixed issue where inch marks where breaking SVG because of unescaped double quotes
|
||||
|
||||
## 2.1.4 (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.1.3 (2019-10-18)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.1.2 (2019-10-14)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.1.1 (2019-10-13)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.1.0 (2019-10-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.0.3 (2019-09-15)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.0.2 (2019-09-06)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
## 2.0.1 (2019-09-01)
|
||||
|
||||
**Note:** Version bump only for package plugin-dimension
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2019-08-25)
|
||||
|
||||
This is the **initial release**, and the start of this change log.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-dimension",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing plugin to add dimensions to your (paperless) pattern",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
**Note:** Version bump only for package plugin-export-dxf
|
||||
|
||||
## 2.6.0 (2020-04-26)
|
||||
|
||||
### Added
|
||||
|
||||
- This plugin can export your pattern as DXF-ASTM
|
||||
|
||||
## 2.5.0 (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package plugin-export-dxf
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-export-dxf",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0-rc.0",
|
||||
"description": "A FreeSewing plugin to export your pattern as DXF-ASTM",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.5.0"
|
||||
"@freesewing/core": "^2.6.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue