Joost De Cock
|
7bd60dc89d
|
New translations en.json (Spanish)
skip-build
|
2023-11-03 22:12:34 +01:00 |
|
joostdecock
|
705b6bcecd
|
fix(shared): Run search indexing only in production
|
2023-11-02 17:46:57 +01:00 |
|
joostdecock
|
40b926e801
|
feat(shared): Implemented search and indexing
|
2023-11-02 17:17:11 +01:00 |
|
dependabot[bot]
|
07a5bfe4b4
|
chore(deps): bump axios from 1.5.1 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.1...v1.6.0)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-31 09:15:38 +00:00 |
|
joostdecock
|
8cb5ee9498
|
chore: Migrate to MDX 3
|
2023-10-30 17:46:39 +01:00 |
|
joostdecock
|
2b25739566
|
chore(core): Allow overriding more store methods
|
2023-10-29 17:21:00 +01:00 |
|
joostdecock
|
2fa394c8ab
|
chore: Reconfigure packages
|
2023-10-28 21:49:40 +02:00 |
|
Joost De Cock
|
ccc1e9343c
|
Merge pull request #5293 from freesewing/dependabot/npm_and_yarn/axios-1.6.0
Bump axios from 1.5.1 to 1.6.0
|
2023-10-28 10:02:40 +02:00 |
|
Himanshu Singh
|
4431a027e5
|
Update utils.mjs
fixed typo transorms -> transforms on line 857 and transorm -> transform on line 881
|
2023-10-28 12:48:28 +05:30 |
|
dependabot[bot]
|
b47cc12ca6
|
Bump axios from 1.5.1 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.1...v1.6.0)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-27 04:40:41 +00:00 |
|
joostdecock
|
73fbc4e8bd
|
chore: Reconfigure packages
|
2023-10-25 17:16:03 +02:00 |
|
joostdecock
|
21b756e451
|
chore: Reconfigure packages
|
2023-10-24 17:01:54 +02:00 |
|
joostdecock
|
e7292ee2e4
|
fix(core): Left-over use of tl and br
|
2023-10-21 17:45:35 +02:00 |
|
Joost De Cock
|
1e4a064043
|
fix(core): Return property names that are consistent with API
|
2023-10-21 13:26:45 +02:00 |
|
Joost De Cock
|
9d06e89636
|
chore: Reconfigure packages
|
2023-10-18 17:56:39 +02:00 |
|
Joost De Cock
|
43796a95cd
|
fix(core): Lowercase macros when generating IDs
|
2023-10-18 16:32:08 +02:00 |
|
Joost De Cock
|
28e4eeae91
|
chore: Reconfigure packages
|
2023-10-18 16:05:10 +02:00 |
|
Joost De Cock
|
cb106578b3
|
feat(core): Better support for macro removal an node id tracking
|
2023-10-18 16:00:15 +02:00 |
|
Joost De Cock
|
49618755be
|
feat(core): Add cbqc named export
This exports the constant `0.55342686` which is the value to best
approximate a (quarter) circle with a cubic Bézier curve.
See: https://spencermortensen.com/articles/bezier-circle/
|
2023-10-17 10:03:05 +02:00 |
|
Joost De Cock
|
57a73ee457
|
chore(core): Remove lint
|
2023-10-15 20:06:17 +02:00 |
|
Joost De Cock
|
0fe8a94eef
|
chore(core): Remove debug output
|
2023-10-15 16:22:37 +02:00 |
|
Joost De Cock
|
4b103741df
|
chore: Remove unused dependencies
|
2023-10-15 15:14:33 +02:00 |
|
Joost De Cock
|
79cdc0d92a
|
Revert "chore: Consolidate forks"
This reverts commit e9135f707a .
|
2023-10-15 15:13:11 +02:00 |
|
Joost De Cock
|
b83ab5df74
|
feat(core): Allow plugins to provide their own packing implementation
|
2023-10-15 15:12:10 +02:00 |
|
Joost De Cock
|
e9135f707a
|
chore: Consolidate forks
|
2023-10-14 16:44:33 +02:00 |
|
Joost De Cock
|
f08335639b
|
fix(core): snap upwards when snap config is a mere number. Fixes #4236
|
2023-10-14 15:30:40 +02:00 |
|
Joost De Cock
|
3574b85e17
|
fix(core): Make user options take precedence in utils.mergeOptions
|
2023-10-14 14:53:14 +02:00 |
|
Joost De Cock
|
6da7a292f2
|
chore: Reconfigure & dependencies
|
2023-10-14 13:13:13 +02:00 |
|
Joost De Cock
|
45d67e03c3
|
fix(core): Typo in package.json
|
2023-10-13 17:38:00 +02:00 |
|
Joost De Cock
|
2258a8c171
|
Merge branch 'develop' into joost
|
2023-10-13 17:24:39 +02:00 |
|
Joost De Cock
|
f2a787528d
|
chore: Updated/cleaned up dependencies
|
2023-10-13 17:19:40 +02:00 |
|
dependabot[bot]
|
2b6d986ee1
|
Bump chai from 4.3.9 to 4.3.10
Bumps [chai](https://github.com/chaijs/chai) from 4.3.9 to 4.3.10.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v4.3.9...v4.3.10)
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-13 12:18:50 +00:00 |
|
Joost De Cock
|
ef10afbed0
|
chore: Auto-generated files update
|
2023-10-12 23:00:02 +02:00 |
|
Joost De Cock
|
0b2ad5d805
|
Merge pull request #5100 from freesewing/dependabot/npm_and_yarn/eslint-8.51.0
chore(deps-dev): bump eslint from 8.50.0 to 8.51.0
|
2023-10-11 18:32:27 +02:00 |
|
Joost De Cock
|
8f8735083c
|
chore(new-design): Updated file list
|
2023-10-09 12:02:56 +02:00 |
|
dependabot[bot]
|
0ba2a71474
|
chore(deps-dev): bump eslint from 8.50.0 to 8.51.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-09 04:16:46 +00:00 |
|
Joost De Cock
|
2e8b4642ba
|
Merge branch 'develop' into joost
|
2023-10-04 17:58:04 +02:00 |
|
joostdecock
|
97520a0a7d
|
chore: Install various major updates
|
2023-10-04 17:55:54 +02:00 |
|
dependabot[bot]
|
b8db0fcc6b
|
Bump axios from 1.5.0 to 1.5.1
Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-02 16:42:08 +00:00 |
|
joostdecock
|
eb32bc5fe0
|
release: v3.0.0 🎉
|
2023-09-30 17:48:57 +02:00 |
|
joostdecock
|
4d9c614c89
|
Merge branch 'joost' into develop
|
2023-09-30 17:41:35 +02:00 |
|
joostdecock
|
57f5d84e9c
|
chore: Reconfigure packages
|
2023-09-30 17:40:53 +02:00 |
|
joostdecock
|
4ed30ae5ff
|
chore: Reconfigure packages
|
2023-09-30 15:08:44 +02:00 |
|
joostdecock
|
63f632e115
|
fix(new-design): Inline banner
|
2023-09-30 15:06:51 +02:00 |
|
joostdecock
|
ebe5b17b0b
|
chore: Reconfigure packages
|
2023-09-30 14:59:01 +02:00 |
|
joostdecock
|
122ab129b0
|
chore: Remove lint
|
2023-09-30 14:34:41 +02:00 |
|
joostdecock
|
2bbc3cad0e
|
chore: Remove lint
|
2023-09-30 14:28:17 +02:00 |
|
joostdecock
|
2bb3dfc333
|
fix(new-design): Add missing file
|
2023-09-29 18:26:31 +02:00 |
|
joostdecock
|
e0386a441b
|
wip(sde): Handle package dependencies
|
2023-09-29 18:20:28 +02:00 |
|
joostdecock
|
78b199ce44
|
chore: Stop prettier and git from fighting
|
2023-09-29 17:45:45 +02:00 |
|