c1a879837e
Bump deps ( #2385 )
2024-05-17 21:06:16 +00:00
daacca500c
Tell ts-rs to no worry about serde tags ( #2387 )
...
These build warnings are persistent and they're load-bearing to other
code.
Signed-off-by: Paul Tagliamonte <paul@zoo.dev >
2024-05-17 16:46:42 -04:00
c1e8bb5288
Add "copy to clipboard" button to Variables pane ( #2388 )
2024-05-17 20:40:20 +00:00
8ca4166b08
Bump serde from 1.0.201 to 1.0.202 in /src/wasm-lib ( #2368 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.201 to 1.0.202.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-17 10:53:33 -07:00
4624f1c0ba
Update tauri's Cargo.lock ( #2381 )
2024-05-17 17:19:50 +00:00
7ac6a3a4f2
Bump itertools from 0.12.1 to 0.13.0 in /src/wasm-lib ( #2377 )
...
Bumps [itertools](https://github.com/rust-itertools/itertools ) from 0.12.1 to 0.13.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0 )
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.21.4
2024-05-17 09:09:23 -07:00
3cbf2b194a
Bump syn from 2.0.63 to 2.0.64 in /src/wasm-lib ( #2378 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.63 to 2.0.64.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.63...2.0.64 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-17 09:09:00 -07:00
44f06aa199
Cut release v0.21.4 ( #2380 )
2024-05-17 15:40:56 +00:00
1b878865b8
Set default extrude distance expression to something more sensible, like 5
( #2351 )
...
* Set default extrude distance expression to something more sensible, like 5
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* Rerun CI
* run CI
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* CI
* Use old 5 + 7 for highlight test it's touchy
* Same with sketch on face it seems to work better with 5 + 7 and that's fine
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-17 10:29:04 -04:00
3b840e9a80
Disable all pane resize handles except right ( #2372 )
...
* Disable all pane resize handles except right
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-16 22:30:47 -04:00
4a0811eec8
Fix CSS bug causing ProjectCard links to flicker ( #2375 )
...
on Microsoft desktop apps running old versions of Edge
2024-05-16 21:05:20 -04:00
e63bf5db11
Bump google-github-actions/auth from 2.1.2 to 2.1.3 ( #2356 )
...
* Bump google-github-actions/auth from 2.1.2 to 2.1.3
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google-github-actions/auth/compare/v2.1.2...v2.1.3 )
---
updated-dependencies:
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
v0.21.3
2024-05-15 17:11:26 -07:00
863e4e206f
Cut release v0.21.3 ( #2360 )
2024-05-15 16:46:56 -04:00
f1cd2355c6
remove math special no image ( #2361 )
2024-05-15 13:09:38 -07:00
164b675a86
Mock mode tests, ensure mock mode always works for std fns ( #2359 )
...
* add generated tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix patterns
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix import
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-05-15 17:17:29 +00:00
b1afe1c541
Filter hidden directories from list_projects function return ( #2349 )
2024-05-15 09:31:57 -07:00
26ef7218b2
Cut release v0.21.2 ( #2358 )
v0.21.2
2024-05-15 09:21:52 -04:00
e5a4fb439c
make edge helpers + more mock safe ( #2357 )
...
* make getPreviousAdjacentEdge mock safe
* make more functions mock safe
2024-05-15 18:38:30 +10:00
97ad66a358
Updating KCL examples on docs ( #2355 )
...
* updating KCL examples on docs
* update images and docs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: Jess Frazelle <github@jessfraz.com >
2024-05-14 17:10:47 -07:00
26438270ff
Bump gltf-json from 1.4.0 to 1.4.1 in /src/wasm-lib ( #2343 )
...
Bumps [gltf-json](https://github.com/gltf-rs/gltf ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/gltf-rs/gltf/releases )
- [Changelog](https://github.com/gltf-rs/gltf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gltf-rs/gltf/commits )
---
updated-dependencies:
- dependency-name: gltf-json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 16:26:42 -07:00
a0cfda6d7a
Fix settings overflow by setting grid-template-rows ( #2348 )
2024-05-13 12:43:00 -04:00
58a62b8097
Ensure that onboarding buttons are visible, even on short viewports ( #2324 )
...
* Ensure onboarding buttons are visible on shorter screens
* Fix dismiss button hover styling
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-13 11:50:33 -04:00
e2909c509f
Bump syn from 2.0.61 to 2.0.63 in /src/wasm-lib ( #2344 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.61 to 2.0.63.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.61...2.0.63 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 10:45:44 -05:00
07eaf93e78
Cut release v0.21.1 ( #2347 )
v0.21.1
2024-05-13 10:05:29 -04:00
6a5ca3088a
remove getExtrudeWallTransform ( #2342 )
...
* remove getExtrudeWallTransform
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* docs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-05-10 17:28:14 -07:00
6501072d80
turn on formatting test now working ( #2341 )
...
turn on test now working
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-05-10 23:51:54 +00:00
726fd02bad
Add a component for toolbar buttons with a dropdown, consolidate Constrain actions under one ( #2327 )
2024-05-10 19:02:11 -04:00
d0f9ae475f
format button wasnt working, will add playwright test so we don't regress again ( #2340 )
...
* add test
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add another test
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add another test
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* off by one error
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add two tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix typos
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix semantic tokens for commants
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-05-10 22:30:40 +00:00
da323e22d4
Cut release v0.21.0 ( #2334 )
v0.21.0
2024-05-10 16:23:04 -04:00
8dc3628e9b
Bump kittycad-modeling-cmds from 0.2.23 to 0.2.24 in /src/wasm-lib ( #2330 )
...
Bumps [kittycad-modeling-cmds](https://github.com/KittyCAD/modeling-api ) from 0.2.23 to 0.2.24.
- [Commits](https://github.com/KittyCAD/modeling-api/compare/kittycad-modeling-cmds-0.2.23...kittycad-modeling-cmds-0.2.24 )
---
updated-dependencies:
- dependency-name: kittycad-modeling-cmds
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 11:38:43 -07:00
253744867b
Franknoirot/sketch light mode ( #2328 )
2024-05-09 08:38:42 -04:00
c45eb1e3e3
clean up old imports ( #2331 )
2024-05-09 15:38:04 +10:00
758aac9328
fix unreliable channel ( #2329 )
...
* fix unreliable channel
* add test for hovering
2024-05-09 15:04:33 +10:00
309943cf2c
Bump proc-macro2 from 1.0.81 to 1.0.82 in /src/wasm-lib ( #2321 )
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.81...1.0.82 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 10:56:37 -07:00
b3d4ab91fc
Bump serde from 1.0.200 to 1.0.201 in /src/wasm-lib ( #2320 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.200 to 1.0.201.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 10:56:21 -07:00
5e73fa45f0
Remove useBackdropHighlight ( #2323 )
2024-05-08 12:27:41 -04:00
17d23a17db
Move the command bar out to the right in the AppHeader ( #2317 )
...
* Move the command bar out to the right in the AppHeader
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* trigger ci
* trigger ci
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch >
2024-05-08 09:57:16 -04:00
0460f8eaee
Cut release v0.20.2 ( #2319 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
v0.20.2
2024-05-08 01:35:55 +00:00
2077cdb6fc
remove code-pane stuff temporarily again ( #2318 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-05-08 01:21:52 +00:00
cb0b7e8169
Make "Extrude from command bar" test selection via 3D scene, not code ( #2313 )
2024-05-07 20:01:52 -04:00
3a05211d30
Mac TestFlight in nightly runs only ( #2312 )
2024-05-07 12:33:04 -07:00
d12d103cba
Franknoirot/refresh button add ( #2314 )
...
* Add a simple refresh button
* Add plausible event for when Refresh button is clicked
2024-05-07 14:33:11 -04:00
04f6d3dcc8
Bump syn from 2.0.60 to 2.0.61 in /src/wasm-lib ( #2310 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.60 to 2.0.61.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.60...2.0.61 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 09:40:21 -07:00
9c9ffa0d03
Bump anyhow from 1.0.82 to 1.0.83 in /src/wasm-lib ( #2309 )
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 09:40:13 -07:00
c62b9f1f04
Bump thiserror from 1.0.59 to 1.0.60 in /src/wasm-lib ( #2307 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.59 to 1.0.60.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 09:40:06 -07:00
fcac3c72e4
Exit edit mode when selection input is up, re-enter when it's not. ( #2306 )
2024-05-06 18:52:17 -04:00
1e2f577a9f
tell the save dialog the file extension ( #2303 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-05-06 13:07:35 -07:00
1814f340fb
Disable tauri e2e tests on release ( #2299 )
2024-05-06 11:25:08 +00:00
43928f88aa
enable editor changes in sketch mode, refactor some of the code manager ( #2287 )
...
* Revert "Revert "client side sketch updating properly with direct changes to t… (#2286 )"
This reverts commit e7ab645267
.
* rejig out side of xstate
* test tweak
* more test tweak
* refactor some codeManager stuff
* tsc
* try and fix tests
* revert small uneeded change
* fix
* snapshot tweak
* more test tweak
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* small tweak
* disable bad test
* fmt
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-06 19:28:30 +10:00
6959036688
Cut release v0.20.1 ( #2292 )
...
bump jsons
Signed-off-by: Jess Frazelle <github@jessfraz.com >
v0.20.1
2024-05-03 15:18:10 -07:00