1
0
Fork 0
Commit graph

481 commits

Author SHA1 Message Date
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
c6b39a8a99 fix(core): Double zero in test 2022-02-19 09:47:11 +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
Nick Dower
6c16635046 Update path offset test to match new values. 2022-02-10 15:41:21 +01:00
dependabot[bot]
7a158c1aca chore(deps): bump bezier-js from 5.1.0 to 6.1.0
Bumps [bezier-js](https://github.com/Pomax/bezierjs) from 5.1.0 to 6.1.0.
- [Release notes](https://github.com/Pomax/bezierjs/releases)
- [Commits](https://github.com/Pomax/bezierjs/compare/v5.1.0...v6.1.0)

---
updated-dependencies:
- dependency-name: bezier-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 15:41:21 +01:00
Joost De Cock
a88a5c453c Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-02-05 08:43:36 +01:00
Joost De Cock
6efd94af2b fix(core): Properly escape quotes in SVG text 2022-02-05 08:42:20 +01:00
Nick Dower
f1ba729571
Merge pull request #1800 from freesewing/nickd/i18n-tests
Enable tests in i18n. Add missing testci to core.
2022-02-05 08:05:36 +01:00
Joost De Cock
0a656ab440 feat(core): Add a default hide() method to options
This adds a default `hide()` method to all pattern options
(that are not a constant) which always returns false.

The idea is that this can/will be used for conditional display
of options based on the user's input.

See Issue #1723 and PR #1798 for background info
2022-02-05 07:11:09 +01:00
Nick Dower
80abfe1509 Enable tests in i18n. Add missing testci to core. 2022-02-04 13:35:42 +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
ee2f0b0eac chore: Reconfigure packages 2022-01-28 19:59:00 +01:00
Joost De Cock
abac05d844 chore: changelog update 2022-01-28 18:27:20 +01:00
Joost De Cock
6dad5ca833 chore(core): Always raise debug
Currently we check in many different places whether debug is enabled
prior to raising a debug event.

This changes that to always raise debug, but let the debug.raise()
method only store it on the pattern object if/when debug is
enabled.
2022-01-28 18:18:37 +01:00
Joost De Cock
85c88ea511 chore: Changelog update 2022-01-28 16:58:32 +01:00
Joost De Cock
d05e7f2196 chore(core): Don't raise debug info for path.render 2022-01-28 16:57:30 +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
Joost De Cock
893099e283 chore(core): Updated test fixtures 2022-01-25 09:36:54 +01:00
Joost De Cock
c13b063bb5 fix(core): Use default import for JSON 2022-01-25 09:29:09 +01: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
2234155052 chore: Fixed linter warnings 2022-01-20 09:07:38 +01:00
Joost De Cock
8192cf068e chore(core): Make it prettier 2022-01-19 16:26:00 +01:00
Joost De Cock
3db7557a26 chore: Changelog update 2022-01-19 12:37:55 +01:00
dependabot[bot]
293e95eeb0
chore(deps): bump bezier-js from 4.1.1 to 5.1.0
Bumps [bezier-js](https://github.com/Pomax/bezierjs) from 4.1.1 to 5.1.0.
- [Release notes](https://github.com/Pomax/bezierjs/releases)
- [Commits](https://github.com/Pomax/bezierjs/compare/v4.1.1...v5.1.0)

---
updated-dependencies:
- dependency-name: bezier-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 04:21:15 +00:00
Joost De Cock
36b0d1ade0 chore: Reconfigure packages 2022-01-16 18:04:17 +01:00
Joost De Cock
bb8a3a960e wip(core): Changes to support settings.scale. See #1638 2022-01-15 21:28:48 +01:00
Joost De Cock
c4c42b3198 chore(core): Adapted tests to removed scale CSS var 2022-01-15 19:28:40 +01: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
6eae537d42 fix(core): Keep SVG vars out of style tag. Closes #1606 2022-01-08 14:14:09 +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
ecc442b2e8 chore: Changelog update 2022-01-04 20:32: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
989b65f3c5 fix(core): Udpated tests for new scale setting 2021-12-29 09:09:49 +01:00