Joost De Cock
9a5f457415
chore: Reconfigure packages
2020-01-27 17:49:13 +01:00
Joost De Cock
77f693fbf4
release: v2.2.0-beta.2
2020-01-25 17:12:44 +01:00
Joost De Cock
3249901ded
chore: Reconfigure packages
2020-01-18 16:00:27 +01:00
Joost De Cock
d1dc3b9ea8
Merge branch 'next' into develop in preparition of 2.2 release
2020-01-18 15:42:01 +01:00
Joost De Cock
d7cd438fb7
feat(breanna): First Breanna release candidate
2020-01-18 15:34:57 +01:00
Joost De Cock
bec3c7d134
v2.1.9
2020-01-18 11:36:16 +01:00
Joost De Cock
06499b9697
feat(core): Added the path.insop() method
2020-01-12 19:04:29 +01:00
Joost De Cock
d906d68613
feat(core): Added the path.noop() method to core
2020-01-12 17:57:05 +01:00
Joost De Cock
6e324f5c50
chore: Reconfigure packages
2020-01-06 07:27:30 +01:00
Joost De Cock
10574a02e1
release: Publish v2.2.0-beta.0
2020-01-04 15:47:47 +01:00
Joost De Cock
42348b8879
chore: Reconfigure packages
2020-01-04 15:47:26 +01:00
Joost De Cock
a2f4725f39
refactor(core): Switches to our own fork of js-bezier
2020-01-04 14:22:33 +01:00
Joost De Cock
410cdb3c9d
chore: Reconfigure packages
2020-01-03 12:12:21 +01:00
Joost De Cock
65cb9cb66d
chore: Reconfigure packages
2019-12-26 12:06:17 +01:00
Joost De Cock
91176c23ad
release: v2.1.8
2019-12-16 08:49:40 +01:00
Joost De Cock
633dd8521b
release: v2.1.7
2019-12-15 14:12:29 +01:00
Joost De Cock
40201756d3
chore: Reconfigure packages
2019-11-24 11:30:53 +01:00
Joost De Cock
282c2e8cd7
chore: Reconfigure packages
2019-11-23 15:39:14 +01:00
Joost De Cock
9d1366b8b1
chore: Reconfigure packages
2019-11-19 18:35:55 +01:00
Joost De Cock
fa4eed90ce
release: v2.1.4
2019-11-01 18:18:02 +01:00
Joost De Cock
62d5b4e7f9
chore: Reconfigure packages
2019-10-24 18:52:12 +02:00
Joost De Cock
5b81b53ae8
chore: Reconfigure packages
2019-10-19 08:48:59 +02:00
Joost De Cock
b76179d541
chore: v2.1.2
2019-10-14 19:19:01 +02:00
Joost De Cock
25780b539e
chore: Reconfigure packages
2019-10-13 17:39:54 +02:00
Joost De Cock
f6490ed35f
chore: Reconfigure packages
2019-10-12 16:18:41 +02:00
Joost De Cock
23faf8cd8a
chore: Reconfigure packages
2019-10-12 16:13:04 +02:00
Joost De Cock
4899faf67e
feat: v2.1.0
2019-10-06 15:08:44 +02:00
Joost De Cock
d7cd0065fb
chore: Reconfigure packages
2019-10-06 15:04:02 +02:00
Joost De Cock
dc4acc0aa5
chore: v2.1.0-beta.1
2019-10-06 14:11:03 +02:00
Joost De Cock
ea35650838
🔖 v2.1.0-beta.0
2019-10-03 12:55:45 +02:00
dependabot-preview[bot]
9fcc21aef4
⬆️ Bump bezier-js from 2.4.0 to 2.4.4
...
Bumps [bezier-js](https://github.com/Pomax/bezierjs ) from 2.4.0 to 2.4.4.
- [Release notes](https://github.com/Pomax/bezierjs/releases )
- [Commits](https://github.com/Pomax/bezierjs/compare/v2.4.0...v2.4.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-30 05:38:16 +00:00
Joost De Cock
1cd89ca299
🔧 Reconfigure packages
2019-09-29 18:24:21 +02:00
Joost De Cock
08cdbb501a
🔖 Publish v2.1.0-alpha.0
2019-09-29 18:22:52 +02:00
Joost De Cock
fc0059647c
🔧 Reconfigure packages
2019-09-21 19:52:47 +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
963ec6025c
🔖 v2.0.3
2019-09-15 12:20:02 +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
Joost De Cock
e41915da6d
🔧 Reconfigure packages
2019-09-02 19:51:56 +02:00
Joost De Cock
f5595a4563
🔖 v2.0.1
2019-09-02 07:25:26 +02:00
Joost De Cock
4f3823c65b
🔧 Reconfigure packages
2019-08-25 17:23:14 +02:00
Joost De Cock
911db66cd3
🔖 beta 45
2019-08-24 18:38:30 +02:00
Joost De Cock
aa112bb206
🔖 v2.0.0-beta-44
2019-08-23 14:46:39 +02:00
Joost De Cock
7344f9f426
🔖 v2.0.0-beta.43
2019-08-21 16:35:06 +02:00
Joost De Cock
9c1f701fa2
🔧 Reconfigure packages
2019-08-18 18:33:24 +02:00
Joost De Cock
a3afd4a634
🔧 Reconfigure packages
2019-08-17 19:04:27 +02:00
Joost De Cock
d0faf07a4b
🔧 Reconfigure packages
2019-08-15 17:46:51 +02:00
Joost De Cock
7ebc512142
🔧 Reconfigure packages
2019-08-13 18:58:53 +02:00
Joost De Cock
d02bd4e401
🔖 Publish v2.0.0-beta.39
2019-08-13 18:57:15 +02:00
Joost De Cock
a161d8dad7
🔧 Reconfigure packages
2019-08-04 14:35:38 +02:00