1
0
Fork 0
Commit graph

202 commits

Author SHA1 Message Date
Joost De Cock
9a5f457415 chore: Reconfigure packages 2020-01-27 17:49:13 +01:00
Joost De Cock
284474d382 chore(utils): Started reworking the neckstimate values. Under construction 2020-01-27 17:29:06 +01:00
Joost De Cock
77f693fbf4 release: v2.2.0-beta.2 2020-01-25 17:12:44 +01:00
Joost De Cock
dcb9c23861 feat(utils): Added extra measurements for Breanna to neckstimate 2020-01-25 16:14:06 +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
bec3c7d134 v2.1.9 2020-01-18 11:36:16 +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
410cdb3c9d chore: Reconfigure packages 2020-01-03 12:12:21 +01:00
Joost De Cock
be47be6a1b refactor(utils): Changed model to person in backend code 2020-01-03 12:01:20 +01:00
Joost De Cock
65cb9cb66d chore: Reconfigure packages 2019-12-26 12:06:17 +01:00
Joost De Cock
d9cb1511e7 Renamed recipe(s) to pattern(s) 2019-12-22 13:04:04 +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
woolishboy
a095a2c8cd Fixes bug due to not passing format to formatImperial (#211) 2019-11-21 15:54:24 +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
4d81a96233 fix(utils): Tweaked slope of the shoulderToShoulder data for neckstimate 2019-10-19 08:48:46 +02:00
Joost De Cock
5b6bd190d4 fix(utils): Fixed unknown measurement issue in neckstimate
Neckstimate uses the neckCirumference measurement to give you and
estimate of the measurement name you pass it.

It only works for measurements it knows, and whether it *knows* a
measurement or not depends on whether it finds it in the data of
measurements it uses to calculate the estimate.

That data is split between models with and without breasts, because they
have different bodies, and the estimates are different.

There was a problem with models that have a with-breast measurement
(like underbust or bustSpan) but are a *no breast* model. Perhaps they
started out as a model with breasts, and were then reconfigured.

This change makes neckstimate check that, if a measurement is not found,
it is perhaps found in the *with breasts* list, and if so will return
that estimate instead. It will also log a warning to the console.

Neckstimate will still throw an error if the measurement is nowhere to
be found (not in with or without breasts).
2019-10-18 19:42:12 +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
3fa2d52c8a fix: Fixed formatMm in utils display of units 2019-10-13 15:12:41 +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
fc83a84340 chore: Reconfigure packages 2019-10-06 14:05:30 +02:00
Joost De Cock
7c163f0547 fix: formatMm will now round imperial values that aren't a clean fraction 2019-10-06 14:05:03 +02:00
Joost De Cock
7db585e501 feat: Added backend.resendActivationEmail 2019-10-06 13:12:27 +02:00
Joost De Cock
ea35650838 🔖 v2.1.0-beta.0 2019-10-03 12:55:45 +02:00
Joost De Cock
eb2dcf9568 🐛 Fixed issue in utils/optionDefault with list type options 2019-10-02 07:50:01 +02: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
23a1c8263e 🔧 Reconfigure packages 2019-09-25 18:04:39 +02:00
Joost De Cock
d531396000 🐛 Fixed HPS to bust measurement base in neckstimate 2019-09-22 17:15:02 +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
2e29a91c1c Merge branch 'develop' of github.com:freesewing/freesewing into develop 2019-09-15 11:40:12 +02:00
Kieran Klaassen
76cc7405dd
🐞 Fix measurementDiffers to crash with breasts 2019-09-10 09:44:22 +02:00
Kieran Klaassen
5e6c32b2f2
Update index.js 2019-09-09 12:06:04 +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