1
0
Fork 0

chore: Fixed dependencies for github workflows

This commit is contained in:
Joost De Cock 2020-07-12 15:58:07 +02:00
parent 508adb298e
commit a2caaa7611
193 changed files with 1596 additions and 1217 deletions

View file

@ -1,106 +1,109 @@
# Change log for: @freesewing/components
## 2.6.0 (2020-05-01)
### 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
- [#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.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.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.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.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.0 (2019-08-25)
### Added
- Initial release
- Initial release
This is the **initial release**, and the start of this change log.
> Prior to version 2, FreeSewing was not a JavaScript project.
> As such, that history is out of scope for this change log.

View file

@ -26,26 +26,28 @@
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
},
"peerDependencies": {
"@freesewing/core": "^2.7.0-beta.1",
"@freesewing/css-theme": "^2.7.0-beta.1",
"@freesewing/examples": "^2.7.0-beta.1",
"@freesewing/i18n": "^2.7.0-beta.1",
"@freesewing/models": "^2.7.0-beta.1",
"@freesewing/mui-theme": "^2.7.0-beta.1",
"@freesewing/pattern-info": "^2.7.0-beta.1",
"@freesewing/plugin-theme": "^2.7.0-beta.1",
"@freesewing/rendertest": "^2.7.0-beta.1",
"@freesewing/tutorial": "^2.7.0-beta.1",
"@freesewing/utils": "^2.7.0-beta.1",
"react": "^16.8",
"@freesewing/pattern-info": "^2.7.0-beta.2",
"@freesewing/mui-theme": "^2.7.0-beta.2",
"@freesewing/css-theme": "^2.7.0-beta.2",
"@freesewing/plugin-theme": "^2.7.0-beta.2",
"@freesewing/core": "^2.7.0-beta.2",
"@freesewing/models": "^2.7.0-beta.2",
"@freesewing/examples": "^2.7.0-beta.2",
"@freesewing/rendertest": "^2.7.0-beta.2",
"@freesewing/tutorial": "^2.7.0-beta.2",
"typeface-roboto-condensed": "latest",
"@freesewing/i18n": "^2.7.0-beta.2",
"@freesewing/utils": "^2.7.0-beta.2",
"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",
"file-saver": "^2.0.2",
"prismjs": "1.16.0",
"react": "^16.8",
"react-intl": "^2.8.0",
"typeface-roboto-condensed": "latest"
"file-saver": "^2.0.2"
},
"dependencies": {},
"devDependencies": {},
"files": [
"Blockquote/*",
"Draft/*",