1
0
Fork 0
Commit graph

20 commits

Author SHA1 Message Date
Joost De Cock
03da84b824 feat(core): Added new debug event type and debug system 2020-07-18 16:48:29 +02:00
dependabot[bot]
e333f25fef
chore(deps): bump websocket-extensions in /packages/tutorial/example
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-16 17:51:42 +00:00
Joost De Cock
c9da9d6947 chore: Reconfigure packages 2020-04-26 13:09:54 +02:00
dependabot[bot]
eb0992998f
chore(deps): bump acorn in /packages/tutorial/example
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-15 08:03:46 +00:00
Joost De Cock
ba45537ea6 chore: Added unittest for patterns 2020-03-14 15:04:45 +01:00
Joost De Cock
7102dd313b chore: Prettier run 2020-03-12 07:28:26 +01:00
Joost De Cock
93849966cd chore: Reconfigure packages 2020-03-08 17:27:21 +01:00
dependabot[bot]
70394bf77e chore(deps): bump handlebars in /packages/tutorial/example (#252)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-22 18:44:19 +01:00
dependabot[bot]
6a96e82e6c chore(deps): bump serialize-javascript in /packages/tutorial/example (#226)
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 1.7.0 to 2.1.1.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v1.7.0...v2.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-07 18:47:26 +01:00
Joost De Cock
c74356abef chore: Reconfigure packages 2019-10-13 15:13:22 +02:00
Joost De Cock
261da52c3b Integrated Penelope and Waralee patterns, plus 2.1 prep
Penelope and Waralee are two new patterns by @woutervdub
This integrates them in our monorepo, including the translations
in the i18n package and the package info in the pattern-info pattern

This commit also includes a minor tweak to our core package.
Previously, you had to instantiate a pattern to get its config,
but that is no longer the case. The default export (the constructor)
now has a config property you can access without instantiating the pattern.

All of these changes will trigger a new minor release when we merge them
into master. Specifically v2.1
2019-09-21 19:42:53 +02:00
Joost De Cock
482c22417c 🔧 Reconfigure packages 2019-09-17 13:38:00 +02:00
Joost De Cock
48c83f1710 🔖 v2.0.2
- Added bandLength option to fit optiongroup (it was missing)

 - [#104](https://github.com/freesewing/freesewing.org/issues/104): Changed `onDragEnd` to `onChangeCommitted` in slider element (change in material-ui API when slider came out of beta)
 - Workbench now also lets you preload a `withBreasts` set of measurements
 - DraftConfigurator now properly styles pattern options 3 levels deep
 - [#105](https://github.com/freesewing/freesewing.org/issues/105): Moved state change in render loop to useEffect

 - Updated dependencies

 - Added missing `file-saver` dependency

 - Updated styles for DraftConfigurator component for pattern options 3 levels deep

 - [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo

 - [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong

 - [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
2019-09-06 19:05:07 +02:00
dependabot[bot]
bdc55578d5
⬆️ Bump eslint-utils in /packages/tutorial/example
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-30 17:51:40 +00:00
Joost De Cock
6710d76b08 🎨 Updated prettier config 2019-08-03 15:03:33 +02:00
Joost De Cock
518b82e39c 🔧 Reconfigure packages 2019-07-22 22:57:00 +02:00
dependabot[bot]
59f7b0cd0d
⬆️ Bump lodash.template in /packages/tutorial/example
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 22:45:03 +00:00
Joost De Cock
0157b43b68 🔥 Removed lingering console.log statements 2019-05-31 16:30:36 +02:00
Joost De Cock
d3a1ea6554 🔧 Reconfigure packages 2019-05-31 16:09:41 +02:00
Joost De Cock
7d9e41ec6f Added tutorial pattern 2019-05-30 21:19:06 +02:00