1
0
Fork 0
Commit graph

78 commits

Author SHA1 Message Date
dependabot[bot]
140573d114
Bump nanoid from 3.1.29 to 3.3.1 in /packages/bee/example
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.29 to 3.3.1.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.29...3.3.1)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 15:28:02 +00:00
Nick Dower
d0d16af60c
Merge pull request #1978 from freesewing/nickd/ursula-symlink
Add missing pattern symlinks in Bee and Ursula
2022-03-04 07:53:24 +01:00
Nick Dower
566008c081 Add missing pattern link in Bee 2022-03-03 06:56:27 +01:00
Nick Dower
0da517c2ed Reconfigure README.md files. 2022-03-03 05:46:34 +01:00
Nick Dower
deb2b86529 Update prismjs to 1.25.0 2022-03-03 05:45:07 +01:00
dependabot[bot]
623802a8c3
Bump url-parse from 1.5.3 to 1.5.10 in /packages/bee/example
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-03 04:09:35 +00:00
Joost De Cock
23f70b4b59 release: FreeSewing 2.20.7
This fixes an issue in our workbench component that caused an error for
people using our development environment.
2022-02-20 19:35:36 +01:00
Nick Dower
5621140d49 Remove --parallel. Incompatible with --file. 2022-02-19 11:09:56 +01:00
Joost De Cock
ae490a05d5 fix: Call mocha through npx 2022-02-19 10:07:43 +01:00
Joost De Cock
cde12f2b70 fix(test): Call mocha without path 2022-02-19 10:03:12 +01:00
Joost De Cock
d45cb7b554 chore: Reconfigure with new test settings 2022-02-19 09:48:36 +01:00
Joost De Cock
47bfd60ffe release: v2.20.6
**Date:** 2022-02-22

- Set units on fontsizes to support scale setting

- Handle unset props.pattern in DraftConfigurator option.hide check
2022-02-17 19:37:00 +01:00
Joost De Cock
1bdae6b002 release: v2.20.5 2022-02-17 19:11:27 +01:00
Joost De Cock
cbf258bb6e chore: Reconfigure packages 2022-02-16 20:45:38 +01:00
Joost De Cock
777acaf74a chore: Reconfigure packages 2022-01-28 20:30:45 +01:00
Joost De Cock
3d15149d67 chore: Reconfigure packages 2022-01-28 20:25:21 +01:00
Joost De Cock
c7905690a0 chore: Downgrade to react-scripts 4 2022-01-28 20:22:52 +01:00
Joost De Cock
ee2f0b0eac chore: Reconfigure packages 2022-01-28 19:59:00 +01:00
Joost De Cock
9fcd2feb8a chore: Upgrade dev environments react-script 2022-01-28 17:46:43 +01:00
Joost De Cock
2380b4f2db chore: Reconfigure packages 2022-01-27 15:20:28 +01:00
Joost De Cock
4143b3a818 chore: Reconfigure packages 2022-01-27 12:59:01 +01:00
Joost De Cock
e926e20acf chore: Dependency updates 2022-01-27 09:35:42 +01:00
dependabot[bot]
060e9add55
chore(deps-dev): bump react-scripts from 4.0.3 to 5.0.0
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 4.0.3 to 5.0.0.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-4.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.0/packages/react-scripts)

---
updated-dependencies:
- dependency-name: react-scripts
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-26 08:01:05 +00:00
bobgeorgethe3rd
c448a18557
update(config) Making fullChestEaseReduction visible
Changes
- Changed fullChestEaseReduction to a slider
2022-01-24 13:59:51 +00:00
Joost De Cock
727dcd54aa chore: Fixed release date 2022-01-24 09:38:21 +01:00
Joost De Cock
a2a4e2a838 chore: Reconfigure packages 2022-01-24 09:34:01 +01:00
Joost De Cock
8d2ec0c9f1 chore: Reconfigure packages 2022-01-23 14:27:21 +01:00
Joost De Cock
29c598301c chore: Switch to next tag for prerelease 2022-01-23 14:05:48 +01:00
Joost De Cock
c654a8b7ed chore: Changelog update 2022-01-23 14:05:19 +01:00
Joost De Cock
2a220392d4 chore: Switched to default inport for version
The previous import of the version number from package.json
looked like a named import, but was actually object destructuring
that was supported by the rollup json plugin.

This causes issues when importing patterns with webpack (as we
do with our new NextJS based frontend) so this commit switches
to importing JSON as the default export, which is also ok with webpack
2022-01-23 13:22:13 +01:00
Joost De Cock
5e3732e3cd chore: Changelog update 2022-01-19 18:00:28 +01:00
Joost De Cock
33ddaf697f chore(bee): Re-enabled tests 2022-01-19 16:27:14 +01:00
Joost De Cock
41dbb1db18 chore(bee): Make it prettier 2022-01-19 16:26:26 +01:00
bobgeorgethe3rd
9dbd5da923
Update index.js 2022-01-19 15:17:23 +00:00
unknown
976e8c70b6 Fixing Bee's Config 2022-01-19 15:05:32 +00:00
Joost De Cock
a5844ee08b chore: Upgraded rollup/plugin-commonjs 2022-01-15 18:26:14 +01:00
Joost De Cock
3f6be382df chore: Reconfigure packages 2022-01-14 13:00:45 +01:00
Joost De Cock
64609388bd chore: Reconfigure packages 2022-01-09 19:19:52 +01:00
Joost De Cock
373b2c6975 release: 2.19.8 2022-01-08 16:33:28 +01:00
Joost De Cock
fc430ebc19 chore: Prep for prerelease 2022-01-08 15:38:11 +01:00
Joost De Cock
3e8dc11fe2 chore: Reconfigure packages 2022-01-05 19:09:41 +01:00
Joost De Cock
9c8c0938c0 chore: Reconfigure packages 2022-01-05 18:59:10 +01:00
Joost De Cock
aaeb2de7fd chore: Updated cibuild to deal with 2 steps 2021-12-31 14:16:21 +01:00
Joost De Cock
0a53720bb0 chore: Reconfigure packages 2021-12-29 08:58:47 +01:00
bobgeorgethe3rd
3ab8b68d44
Technical Changed to Bee cup.js
As I am working on Peach again I have realised that the points.waistDartRightNew could of easily been an .rotate() rather than the nonsence that it was.
Due to this also changed waistDartRightNew new has been changed to waistDartRightRotated.
2021-12-08 02:25:07 +00:00
Joost De Cock
afae4b1299 chore: Reconfigure packages 2021-11-29 11:41:42 +01:00
Joost De Cock
439c507eaa chore: Reconfigure packages 2021-11-28 17:35:55 +01:00
Joost De Cock
5bdd91de5f chore: Reconfigure packages 2021-11-28 17:34:00 +01:00
Joost De Cock
68f742d9a6 fix: alphabetic ordering of contributors 2021-11-28 17:27:56 +01:00
Joost De Cock
cacf17c56e fix: Merged different contributor lists 2021-11-28 17:21:50 +01:00