-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix "length is declared here" issue with TS 4.6 #982
Fix "length is declared here" issue with TS 4.6 #982
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9fef4d1:
|
@hadihallak 👋 friendly ping - this should unblock TypeScript 4.6 upgrades for Stitches users. If you had any time to take a look, we'd be grateful. |
Thanks for submitting the PR.. will look into this and hopefuly merge it in the next few days |
👋 sorry to bother @hadihallak - do you know when this might be available? Thanks |
@hadihallak do you have ETA when this will land on main, and is there something I could do to speed this up 👍 Thanks |
For anyone blocked on this, feel free to temporarily switch to our fork |
It's sad Thanks @jgoz for the fork |
This also makes me worried! |
Having the same issue here. Hope to see this getting some attention and merged soon! |
@hadihallak I cannot waiting to merge, Can you check this? |
Sorry was OOO and didn't get to this. looking into this now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR and apologies for the delay in merging it 🙏
Great, works even with TS 4.7! |
commit 60c0500 Author: John Gozde <john@gozde.ca> Date: Sat Mar 9 10:10:55 2024 -0700 Update types, formatting commit 16d1a5d Author: John Gozde <john@gozde.ca> Date: Sat Mar 9 09:07:52 2024 -0700 Prettier plugin commit 7dbb9e6 Author: John Gozde <john@gozde.ca> Date: Sat Mar 9 09:06:44 2024 -0700 Prettify commit 4a9de25 Author: John Gozde <john@gozde.ca> Date: Sat Mar 9 09:03:51 2024 -0700 WIP: deps commit cd25c0e Author: John Gozde <john@gozde.ca> Date: Sat Mar 9 08:56:03 2024 -0700 Types exports commit ea8b1fb Author: John Gozde <john@gozde.ca> Date: Fri Mar 8 23:46:33 2024 -0700 Imply fork commit 50fd8a1 Author: Stephen Haney <stephen.haney@gmail.com> Date: Mon Jun 19 13:14:01 2023 -0700 Update README.md commit 2876c6f Author: Abdul <hallak.aa@gmail.com> Date: Thu Oct 20 20:14:26 2022 +0400 v1.3.1-1 commit f1534b0 Author: Abdul <hallak.aa@gmail.com> Date: Mon Oct 17 17:52:24 2022 +0400 Revert "Fix toTokenizedValue() execution with URL values (stitchesjs#1066)" (stitchesjs#1107) This reverts commit aa59b01. commit 38640df Author: Abdul <hallak.aa@gmail.com> Date: Sat Oct 15 03:51:43 2022 +0400 fix @stitches/react dev version commit fabcbd8 Author: Abdul <hallak.aa@gmail.com> Date: Sat Oct 15 03:49:50 2022 +0400 v1.3.1-0 commit 2381132 Author: Abdul <hallak.aa@gmail.com> Date: Wed Oct 12 17:13:41 2022 +0400 Fix comments commit a90a135 Author: Abdul <hallak.aa@gmail.com> Date: Wed Oct 12 17:09:55 2022 +0400 Fix utils type with css properties commit 43b4487 Author: Mariusz Szczepańczyk <m@mariusz.sh> Date: Wed Oct 12 15:06:18 2022 +0200 Fix CSS type for utils overshadowing properties (stitchesjs#960) commit ff05918 Author: Grant Forrest <gaforres@gmail.com> Date: Tue Oct 11 16:47:09 2022 -0400 add .js extension to .d.ts files (TS NodeNext fix) (stitchesjs#1086) fixes type module resolution for NodeNext/ESM in TypeScript commit b9d3804 Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 11 21:10:11 2022 +0400 Revert "v1.3.1-0" This reverts commit d761d42. commit d761d42 Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 11 21:08:48 2022 +0400 v1.3.1-0 commit 8af7c93 Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 11 21:04:06 2022 +0400 Include all type files in typesVersions commit 02ba207 Author: Abdul <hallak.aa@gmail.com> Date: Thu Oct 6 17:35:38 2022 +0400 Add withConfig API (stitchesjs#1103) * Format code * Add basic withConfig impl * Fix test swallowing the error * Add main withConfig api for componentId and displayName * add shouldForwardStitchesProp * Fix type issue * Update types commit aa59b01 Author: Sarah Ling <52732273+sarahhling@users.noreply.github.com> Date: Tue Oct 4 12:37:27 2022 -0700 Fix toTokenizedValue() execution with URL values (stitchesjs#1066) * changed toTokenizedValue.js * add tests for issue stitchesjs#986 Co-authored-by: wicaksa <wicaksa_r@yahoo.com> Co-authored-by: sarahhling <sarahling1103@gmail.com> Co-authored-by: hnadrian <hngt.adrian@gmail.com> Co-authored-by: wicaksa <wicaksa_r@yahoo.com> Co-authored-by: Mingjie Jiang <jiang@mingjie.dev> Co-authored-by: hnadrian <hngt.adrian@gmail.com> commit 241e87e Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 4 23:15:22 2022 +0400 Clean up old broken types commit b806ef7 Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 4 23:15:03 2022 +0400 Fix import not getting resolved commit 2c1d228 Author: Andrew Schneider <andrew.mark.schneider@gmail.com> Date: Tue Oct 4 15:09:56 2022 -0400 feat(nonce): add nonce support to style tag attributes (stitchesjs#1001) commit d2c1264 Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 4 23:09:11 2022 +0400 Add back the broken types commit 0414e17 Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 4 23:07:12 2022 +0400 add grid-gap to core package commit 419c58a Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 4 23:02:15 2022 +0400 Remove another broken type commit c471b8c Author: BESHOI <33860562+BESHOI@users.noreply.github.com> Date: Tue Oct 4 21:01:05 2022 +0200 fix gridGap property incorrect type stitchesjs#1021 (stitchesjs#1042) add typescript support to grid-gap property commit 6c821c4 Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 4 23:00:27 2022 +0400 Remove broken internal types (stitchesjs#1100) commit 8730d04 Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 4 03:03:23 2022 +0400 Update test.yml commit ca1278b Author: John Gozde <john@gozde.ca> Date: Mon Oct 3 16:57:54 2022 -0600 fix(stitchesjs#1078): TS 4.8 compat (stitchesjs#1082) * fix(stitchesjs#1078): TS 4.8 compat * Revert @types/react* version changes commit deefb08 Author: Abdul <hallak.aa@gmail.com> Date: Tue Oct 4 02:55:50 2022 +0400 Fix tests and update polyfill (stitchesjs#1098) commit 6aa4571 Author: Onur Kerimov <onurkerimov@gmail.com> Date: Mon Oct 3 21:41:02 2022 +0300 Use `unitlessProps` table instead of `unitProps` table to save bundle size (stitchesjs#1051) * Use unitlessProps table instead of unitProps table * Update packages/core/src/convert/toCssRules.js commit 96e8a52 Author: Adriano de Azevedo <contato@adriano.dev> Date: Wed Jun 8 12:39:04 2022 -0300 fix(stitchesjs#943): TS @font-face descriptors (stitchesjs#980) commit 456c505 Author: BESHOI <33860562+BESHOI@users.noreply.github.com> Date: Wed Jun 8 15:30:06 2022 +0200 Fix missing types (stitchesjs#998) * Fix missing types add types to size-adjust, ascent-override; * fix indentation commit b8149d1 Author: Teemu Taskula <themetor@gmail.com> Date: Mon Jun 6 20:41:07 2022 +0300 Add stitches-native to community-built projects (stitchesjs#1033) commit 1fb6333 Merge: 74c3b96 1392436 Author: Zeno Rocha <zno.rocha@gmail.com> Date: Wed Jun 1 06:59:48 2022 -0700 Merge pull request stitchesjs#1029 from stitchesjs/workos Update Modulz -> WorkOS commit 1392436 Author: Andy Hook <hello@andyhook.dev> Date: Wed Jun 1 14:52:59 2022 +0100 Update copyright date commit 95f5ed8 Author: Andy Hook <hello@andyhook.dev> Date: Tue May 31 19:32:30 2022 +0100 Rename commit 74c3b96 Author: Abdul <hallak.aa@gmail.com> Date: Mon May 2 04:47:16 2022 +0300 Revert "Fix globalCss types to support multiple arguments (stitchesjs#1012)" (stitchesjs#1017) This reverts commit 4938d6d. commit 4938d6d Author: Cesar S <rasec_1113@hotmail.com> Date: Sun May 1 20:14:11 2022 -0500 Fix globalCss types to support multiple arguments (stitchesjs#1012) * Fix globalCss types to support multiple arguments * Add endline * Remove unaccessible types * Fix indentation commit 397222f Author: Cesar S <rasec_1113@hotmail.com> Date: Mon Apr 25 10:12:10 2022 -0500 fix(font-face) export FontFace type (stitchesjs#1011) * fix(font-face) export FontFace type * Add endline commit c268db3 Author: Abdul <hallak.aa@gmail.com> Date: Mon Apr 25 06:44:18 2022 +0300 v1.2.8 commit 0f64339 Author: Abdul <hallak.aa@gmail.com> Date: Mon Apr 25 06:42:20 2022 +0300 bring back skipLibCheck commit 335af06 Author: Abdul <hallak.aa@gmail.com> Date: Mon Apr 25 06:40:10 2022 +0300 imrpove types tests commit 547e4f9 Author: John Gozde <john@gozde.ca> Date: Sun Apr 24 20:24:14 2022 -0600 Fix "length is declared here" issue with TS 4.6 (stitchesjs#982) * Bump typescript versions * Check 'string extends Composers[K]' too Fixes stitchesjs#947 commit 0ebaf9f Author: Abdul <hallak.aa@gmail.com> Date: Sat Feb 26 00:50:14 2022 +0300 v1.2.7 commit aee04cd Author: Abdul <hallak.aa@gmail.com> Date: Tue Feb 15 03:56:42 2022 +0300 v1.2.7-0 commit 9205dfc Author: Abdul <hallak.aa@gmail.com> Date: Tue Feb 15 03:52:58 2022 +0300 Fix stitchesjs#749 (stitchesjs#954) commit 560e6a7 Author: Alexey Immoreev <lexx92@mail.ru> Date: Mon Feb 14 19:02:33 2022 +0300 Fix for stitchesjs#908: toString in hydrated group sheet (stitchesjs#930) commit efb47fe Author: Ahn Heejong <heejongahn@gmail.com> Date: Mon Feb 14 19:42:04 2022 +0900 fix: Specify missing exception identifier in `addApplyToGroup` (stitchesjs#934) commit 4a37f61 Author: Hyeseong Kim <hey@hyeseong.kim> Date: Mon Feb 14 19:37:05 2022 +0900 improves compatibility with inconsistent CSSOM behavior of older browsers (stitchesjs#929) commit cb414be Author: Lucas Castro <lucas.castro@gmail.com> Date: Mon Jan 3 07:34:00 2022 -0500 878: Fixed issue with ThemeTokens typing (stitchesjs#893) * fix(878): Fixed issue with ThemeTokens typing. * fix(878): Applied PR review comments. commit c48a653 Author: Abdul <hallak.aa@gmail.com> Date: Thu Dec 2 19:21:09 2021 +0400 v1.2.6 commit f29e2ee Author: Abdul <hallak.aa@gmail.com> Date: Thu Dec 2 14:20:10 2021 +0400 v1.2.6-1 commit 7a84de6 Author: Abdul <hallak.aa@gmail.com> Date: Thu Dec 2 14:07:01 2021 +0400 Revert "v1.2.6-1" This reverts commit 16a198c. commit d316813 Author: Abdul <hallak.aa@gmail.com> Date: Thu Dec 2 14:06:55 2021 +0400 Revert "v1.2.6-2" This reverts commit 8a0dde3. commit 8a0dde3 Author: Abdul <hallak.aa@gmail.com> Date: Thu Dec 2 14:05:07 2021 +0400 v1.2.6-2 commit 16a198c Author: Abdul <hallak.aa@gmail.com> Date: Thu Dec 2 13:40:56 2021 +0400 v1.2.6-1 commit 3aee199 Author: Amadeusz Starzykiewicz <megawebmaster@users.noreply.github.com> Date: Wed Dec 1 14:37:05 2021 +0100 Improve check for cssRules access (stitchesjs#853) commit 59418eb Author: Abdul <hallak.aa@gmail.com> Date: Mon Nov 22 20:37:40 2021 +0400 Issue 671 forward ref case (stitchesjs#877) commit bd741dc Author: Abdul <hallak.aa@gmail.com> Date: Thu Nov 18 22:27:05 2021 +0400 v1.2.6-0 commit 5ef6ec4 Author: Abdul <hallak.aa@gmail.com> Date: Thu Nov 18 18:41:40 2021 +0400 typos commit f18be6a Author: Abdul <hallak.aa@gmail.com> Date: Thu Nov 18 11:33:56 2021 +0400 mini cleanup & documentation commit 2961c70 Author: Abdul <hallak.aa@gmail.com> Date: Wed Nov 17 21:47:36 2021 +0400 Fix: Multiple of the same variants didn't applied properly on responsive styles (stitchesjs#869) * before * after * Add test for compound variants commit 36c7975 Author: Abdul <hallak.aa@gmail.com> Date: Wed Nov 17 19:09:24 2021 +0400 improve injection order (stitchesjs#875) * improve injection order * add comments commit 326ac59 Author: Pedro Duarte <oi@ped.ro> Date: Thu Oct 7 16:16:55 2021 +0200 v1.2.5 commit ed718f3 Author: Pedro Duarte <oi@ped.ro> Date: Thu Oct 7 14:13:33 2021 +0200 Remove `root` from `config` (stitchesjs#836) commit 2bbbe8d Author: imad <70093484+imadatyatalah@users.noreply.github.com> Date: Wed Oct 6 20:08:55 2021 +0100 docs: Fix contributing guidelines link (stitchesjs#837) commit 7bbe8b2 Author: Pedro Duarte <oi@ped.ro> Date: Wed Oct 6 20:52:54 2021 +0200 v1.2.4 commit 4d92360 Author: Pedro Duarte <oi@ped.ro> Date: Wed Oct 6 20:52:08 2021 +0200 Fix TS `PropertyValue` and `ScaleValue` types in the react package (stitchesjs#835) commit b095f8f Author: Pedro Duarte <oi@ped.ro> Date: Wed Oct 6 15:01:15 2021 +0200 v1.2.3 commit 8d81515 Author: Pedro Duarte <oi@ped.ro> Date: Wed Oct 6 14:59:53 2021 +0200 Fix a TS regression with PropertyValue and ScaleValue when `declaration: true` (stitchesjs#831) commit 6e0f066 Author: Pedro Duarte <oi@ped.ro> Date: Tue Oct 5 17:26:55 2021 +0200 v1.2.2 commit c30d4f3 Author: Pedro Duarte <oi@ped.ro> Date: Tue Oct 5 14:07:45 2021 +0200 Update `PropertyValue` and `ScaleValue` types to support config (stitchesjs#829) commit e256d53 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Oct 4 16:06:40 2021 -0400 Fix an issue with utils named like selectors (stitchesjs#828) commit 6d88606 Author: Jenna Smith <jenna@growldesign.co.uk> Date: Fri Oct 1 17:33:53 2021 +0100 Add distributive condition to `Assign` util (stitchesjs#822) * Add distributive condition to `Assign` util * Fix TS error commit b206022 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Sep 23 18:19:36 2021 -0400 v1.2.1 commit 4f8ca27 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Sep 23 18:18:43 2021 -0400 Update project dependencies commit 86af1c8 Author: Afzal Sayed <14029371+afzalsayed96@users.noreply.github.com> Date: Fri Sep 24 00:46:21 2021 +0530 Create community section in README (stitchesjs#808) * Create community section in README * Add description for community section commit 27796cb Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Sep 23 09:16:58 2021 -0400 Fix issue with compoundVariants typing commit 3c9d2e0 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Sep 23 08:49:00 2021 -0400 Fix issue with default theme typing commit 844c9a0 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Sep 23 08:48:14 2021 -0400 Update package.json to reference homepage commit c8615f7 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Sep 23 08:20:01 2021 -0400 Fix issue typing import and font-face rules (stitchesjs#809) commit bfe80ee Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Sep 17 13:12:54 2021 -0400 v1.2.0 commit c3c294f Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Sep 17 11:55:38 2021 -0400 Add mask-size property (stitchesjs#795) commit 89ba81b Author: Mateusz Aliyev <82393815+mateuszaliyev@users.noreply.github.com> Date: Fri Sep 17 17:32:52 2021 +0200 fix: jsdoc annotation for `compoundVariants` (stitchesjs#784) commit 771fd46 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Sep 17 11:32:23 2021 -0400 Fix TS issue with globalCss (stitchesjs#793) commit 6df8231 Author: Robert Soriano <sorianorobertc@gmail.com> Date: Tue Sep 14 09:47:12 2021 +0800 fix: Apply symbol type fix from core to react (stitchesjs#777) commit 1ec94e4 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Sep 9 07:39:51 2021 -0400 v1.1.0 commit 4b9610f Author: Robert Soriano <sorianorobertc@gmail.com> Date: Thu Sep 9 06:03:24 2021 +0800 fix: VariantProps symbol type error (stitchesjs#757) * fix: VariantProps symbol type error * fix: add string to key type commit bfc1851 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Sep 8 17:54:41 2021 -0400 fix: TS 4.4 typing commit f8c3880 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Sep 8 12:48:31 2021 -0400 fix: invalid border-image type commit 3ec634d Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Sep 6 09:49:51 2021 -0400 Support n composition in `globalCss` function (stitchesjs#762) * feature: support n globalCss * feature: support n globalCss (in types) commit 2ef9fb3 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Sep 6 09:15:35 2021 -0400 nit: update dependencies commit 52b7818 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Sep 6 09:12:02 2021 -0400 nit: rename files/variables to match their renamed APIs commit 00df6f9 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Sep 6 09:09:24 2021 -0400 nit: remove prettier-ignore comments commit 8084f24 Author: Sebastiaan Scheers <hello@sebastiaanscheers.nl> Date: Wed Sep 1 17:56:30 2021 +0200 Allow string array for at rules (stitchesjs#752) commit 3a43db2 Author: Jie Peng <dean.leehom@gmail.com> Date: Wed Sep 1 04:38:42 2021 +0800 fix(defaultThemeMap): add borderImage to default to support colors (stitchesjs#744) * fix(defaultThemeMap): add borderImage to default to support colors Signed-off-by: Jie Peng <im@jiepeng.me> * fix(defaultThemeMap): apply code reivew Signed-off-by: Jie Peng <im@jiepeng.me> commit 39aa798 Author: Jake Crosby <jake@jake.nz> Date: Tue Aug 31 18:11:11 2021 +1000 fix: return type for createTheme (stitchesjs#748) fixes: stitchesjs#713 again commit 49b5dbe Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 30 12:09:43 2021 -0400 v1.0.0 commit 83d33d6 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 30 09:35:38 2021 -0400 v1.0.0-canary.19 commit b518a05 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 30 09:35:11 2021 -0400 fix: allow nested selectors without properties in utils commit b3d08c7 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 30 09:27:59 2021 -0400 fix: allow any string property value commit 966f860 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 27 12:08:50 2021 -0400 v1.0.0-canary.18 commit 1b7c40b Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 27 12:07:24 2021 -0400 fix: shift cssom trim by 2 characters commit 2fe50b6 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 26 14:28:11 2021 -0400 v1.0.0-canary.17 commit 5fbcf5b Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 26 14:27:47 2021 -0400 chore: update dependencies commit 7b35658 Author: hadihallak <hallak.aa@gmail.com> Date: Thu Aug 26 22:00:47 2021 +0400 fix more ts issues commit 0c23a52 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 25 08:36:07 2021 -0400 v1.0.0-canary.16 commit 08c5635 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 25 07:59:17 2021 -0400 fix: support any string in flexGrow commit d6a594c Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 25 07:55:38 2021 -0400 fix: support any string on fontWeight commit 6f5c03b Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 25 07:44:33 2021 -0400 nit: cleanup typing commit a539599 Author: Abdul <hallak.aa@gmail.com> Date: Wed Aug 25 14:09:39 2021 +0400 More work on the types (stitchesjs#734) * peace * run tracing commit 974c588 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 23 16:17:21 2021 -0400 tests: render a theme upon using its className commit f75e0a8 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 23 16:12:41 2021 -0400 feature: render a theme upon using its className commit 537ce03 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 23 16:12:20 2021 -0400 nit: remove unnecessary semicolon commit 2884c5a Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 20 18:02:44 2021 -0400 v1.0.0-canary.15 commit 8ab880d Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 20 18:02:19 2021 -0400 fix: support additional typed at-rules in core commit 47e4d0e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 20 17:59:10 2021 -0400 v1.0.0-canary.14 commit 8d0def7 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 20 17:58:09 2021 -0400 fix: additional global at-rules commit 331050d Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 20 15:45:49 2021 -0400 v1.0.0-canary.13 commit 48492c6 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 20 15:45:15 2021 -0400 fix: add @import to global styles commit 972c524 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 20 15:30:30 2021 -0400 fix: remove dashed array that is no longer needed commit 6752d33 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 20 10:29:36 2021 -0400 v1.0.0-canary.12 commit 44903ce Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 20 10:28:17 2021 -0400 update depenendencies commit 0448169 Author: Abdul <hallak.aa@gmail.com> Date: Fri Aug 20 18:27:38 2021 +0400 Fix complex unions TS error with as prop (stitchesjs#730) * hallelujah * that's a better spot commit a2f2330 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 17 10:32:34 2021 -0400 v1.0.0-canary.11 commit f07395f Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 17 10:28:00 2021 -0400 update csstype commit af5103e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 17 07:54:07 2021 -0400 fix: allow string type on z-index (stitchesjs#728) commit 7c28019 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Sun Aug 15 21:55:34 2021 -0400 v1.0.0-canary.10 commit 335ed5a Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Sun Aug 15 21:55:00 2021 -0400 nit: remove temporary tests commit 4670030 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Sun Aug 15 21:49:22 2021 -0400 nit: remove temporary tests commit 066bf69 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Sun Aug 15 21:38:12 2021 -0400 nit: normalize style types commit 8f46743 Author: Pedro Duarte <contact@peduarte.com> Date: Fri Aug 13 14:16:37 2021 +0200 Update index.tsx commit e391a4a Author: Pedro Duarte <contact@peduarte.com> Date: Fri Aug 13 14:15:34 2021 +0200 Update index.tsx commit b403086 Author: Pedro Duarte <contact@peduarte.com> Date: Fri Aug 13 14:13:12 2021 +0200 add new test case commit 36437ac Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 12 19:32:51 2021 -0400 style: document & optimize commit fce9878 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 12 19:32:03 2021 -0400 style: update tests commit 55db34d Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 12 19:25:50 2021 -0400 style: update tests commit 1d1fbb7 Author: Pedro Duarte <contact@peduarte.com> Date: Thu Aug 12 21:09:48 2021 +0200 Update index.tsx commit a19ad0e Merge: 9c58932 fc1b4a1 Author: Pedro Duarte <contact@peduarte.com> Date: Thu Aug 12 20:53:57 2021 +0200 Merge branch 'canary' of https://github.com/modulz/stitches into canary commit 9c58932 Author: Pedro Duarte <contact@peduarte.com> Date: Thu Aug 12 20:53:50 2021 +0200 Update index.tsx commit fc1b4a1 Author: hadihallak <hallak.aa@gmail.com> Date: Thu Aug 12 22:53:19 2021 +0400 add the missing types commit 435459e Author: hadihallak <hallak.aa@gmail.com> Date: Thu Aug 12 22:30:23 2021 +0400 fix eslint commit d9d5a6f Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 12 14:26:38 2021 -0400 style: cleanup test package.json commit 370b919 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 12 14:23:18 2021 -0400 style: update test tsx file commit 696ed2a Author: Pedro Duarte <contact@peduarte.com> Date: Thu Aug 12 20:19:11 2021 +0200 Add use case and instructions to test commit fe3feb4 Author: hadihallak <hallak.aa@gmail.com> Date: Thu Aug 12 22:11:53 2021 +0400 all-20-fingers-crossed commit c662b1e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 12 10:26:35 2021 -0400 cleanup: react types commit 995f44c Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 12 08:44:03 2021 -0400 test: merge typing suggestions from abdul commit f41aab6 Author: hadihallak <hallak.aa@gmail.com> Date: Thu Aug 12 16:29:55 2021 +0400 add test package commit a23e077 Author: hadihallak <hallak.aa@gmail.com> Date: Thu Aug 12 15:45:58 2021 +0400 hopfylly nothing was broken in the process commit d41d610 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 17:24:25 2021 -0400 chore: update dependencies commit 16d1896 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 12:42:36 2021 -0400 v1.0.0-canary.9 commit d02d9de Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 12:42:07 2021 -0400 fix: issue with css prop when using polymorphism commit f7bfb06 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 12:28:12 2021 -0400 v1.0.0-canary.8 commit 66135ab Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 12:27:11 2021 -0400 chore: update release script commit 1b52299 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 12:16:25 2021 -0400 chore: add new release script commit 7c0065e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 12:15:39 2021 -0400 chore: add readline for publish confirmation commit f5da9b4 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 12:15:26 2021 -0400 chore: add ospathname to URL commit e9055c6 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 10:59:41 2021 -0400 chore: add readFileJson, rename internal URL#asDir to URL#dir commit 6accb7b Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 10:13:50 2021 -0400 chore: remove lerna.json commit f66df98 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 09:58:19 2021 -0400 chore: update task files, prefer lowercase internal url package commit 49cb63c Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 09:56:50 2021 -0400 chore: update vscode settings / prefer tabs commit 17139e1 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 09:38:40 2021 -0400 chore: cleanup package.schema.json, trim unused properties commit 20b4c00 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 09:37:10 2021 -0400 chore: update dependencies commit 9bf4a32 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 09:33:45 2021 -0400 fix: improve typings (from stitches/react to stitches/core) commit aeaf740 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 07:56:45 2021 -0400 fix: improve typings commit 5a66b10 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 11 07:43:38 2021 -0400 fix: improve typings commit f07b1bf Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 10 17:17:58 2021 -0400 v1.0.0-canary.7 commit a9df3c5 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 10 17:17:37 2021 -0400 fix: performance of css prop on components commit 32654ce Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 10 16:50:41 2021 -0400 chore: cleanup TransformProps commit 013a22d Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 10 16:46:24 2021 -0400 chore: cleanup css-util.d.ts commit 9d7b297 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 10 16:46:13 2021 -0400 chore: cleanup tsconfig.json commit 14d92e6 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 10 14:13:34 2021 -0400 v1.0.0-canary.6 commit 5e07cc4 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 10 13:47:33 2021 -0400 fix: css property typing / remove implicit @ALL commit 7846c3d Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 10 13:34:47 2021 -0400 fix: token scale types on properties commit 6e0bb11 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Aug 10 12:51:30 2021 -0400 fix: incorrectly assigned component type commit 340f21f Author: Jake Crosby <jake@jake.nz> Date: Tue Aug 10 14:28:54 2021 +1000 fix: return type for createTheme fixes: stitchesjs#713 commit 04bfc04 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 13:47:08 2021 -0400 fix: support typing undefined values commit d1a80d5 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 13:08:35 2021 -0400 v1.0.0-canary.5 commit f42633e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 13:08:19 2021 -0400 chore: cleanup css/styled types commit ad4b0f8 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 12:09:17 2021 -0400 chore: specify which files should be published commit cc19083 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 11:56:46 2021 -0400 v1.0.0-canary.4 commit 0cf593b Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 11:56:11 2021 -0400 add bump script commit a4ee07c Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 11:50:48 2021 -0400 fix: typing issue with inline tokens commit 574e4db Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 11:40:17 2021 -0400 fix: issue with responsive variants commit cb1981c Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 07:42:11 2021 -0400 fix: issue accessing className or selector on styled components commit 26ecd5b Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 07:33:17 2021 -0400 fix: nested styles within media tokens commit 780bbba Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Aug 9 07:16:13 2021 -0400 fix: numeric css types commit 64d528d Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Sun Aug 8 09:19:45 2021 -0400 v1.0.0-canary.3 commit 207181a Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Sun Aug 8 08:47:38 2021 -0400 use npm workspaces commit 93e5565 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Sun Aug 8 08:38:44 2021 -0400 remove lerna commit dd4d918 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Sun Aug 8 08:36:32 2021 -0400 chore: update workspaces commit dbc0e66 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Sun Aug 8 08:35:41 2021 -0400 Update typing documentation commit f762463 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Aug 6 10:32:24 2021 -0400 update typings commit f810d85 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 19:57:19 2021 -0400 v1.0.0-canary.2 commit 30a7aaf Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 19:56:35 2021 -0400 update documentation commit d60e852 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 19:35:59 2021 -0400 v1.0.0-canary.1 commit c7812cc Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 18:54:05 2021 -0400 update project documentation commit 02c1218 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 18:43:56 2021 -0400 update project documentation commit 8581480 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 17:33:30 2021 -0400 update project build commit ca4e244 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 17:32:55 2021 -0400 update project build commit 3cb55e0 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 09:23:35 2021 -0400 v1.0.0-canary.0 commit 6ff74f5 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 08:38:59 2021 -0400 use consistent internal prefix commit 772b3e4 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Aug 5 08:37:31 2021 -0400 use consistent internals commit 5996ba1 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 4 20:24:15 2021 -0400 require first argument component type in styled api commit 5ac8fe9 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 4 20:21:13 2021 -0400 prevent secondary types from overriding the original type commit 292c7e5 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 4 20:18:20 2021 -0400 prevent nullish property values from being rendered as "null" or "undefined" commit 36cba61 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 4 20:17:45 2021 -0400 update types commit 3f2e42c Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 4 19:44:56 2021 -0400 improve component type and component inheritence commit 9a9953d Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 4 19:17:26 2021 -0400 improve the selector for compositions commit 249c067 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 4 12:04:06 2021 -0400 update project configuration commit 9f7ec93 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Aug 4 09:42:18 2021 -0400 Improve utility types commit ce8e61e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 22:44:45 2021 -0400 fix: sizing polyfill commit 523e1b3 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 22:32:38 2021 -0400 rename `getCssString` to `getCssText` commit ef78f97 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 14:56:26 2021 -0400 split `theme` into a `theme` object and `createTheme` function commit af256f0 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 12:14:26 2021 -0400 rename createCss to createStitches commit 9f56762 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 11:53:05 2021 -0400 rename: global to globalCss commit f290b9d Merge: b0ff0f2 34ada2e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 11:24:55 2021 -0400 Merge pull request stitchesjs#689 from modulz/jn.roadmap-1-0-0 Resolve TS issues in canary commit 34ada2e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 11:19:06 2021 -0400 fix: css prop in components for core and react commit ef875cd Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 09:46:39 2021 -0400 Update tsconfig.json - bring target from es2021 to es2020 commit 33ad101 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 09:38:59 2021 -0400 fix: loosen CSS type util commit 2b77b6f Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 09:25:33 2021 -0400 fix: @stitches/core + @stitches/react Stitches.CSS type without argument commit 9648099 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 29 09:14:15 2021 -0400 fix: @stitches/core VariantProps stitchesjs#681 commit b0ff0f2 Merge: 087b0a5 1fb54cc Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 26 14:59:19 2021 -0400 Merge pull request stitchesjs#659 from modulz/jn.0-2-updated-ts 0.2.x — updated typings commit 1fb54cc Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Jul 21 12:43:13 2021 -0400 Update internal vscode settings commit cdd9c27 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Jul 21 12:21:45 2021 -0400 Update internal vscode settings commit f001525 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Jul 21 10:06:59 2021 -0400 update types / improve css() typing commit 362e9f7 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Jul 21 10:04:13 2021 -0400 update types / improve support for css components as jsx properties commit 6bbce2e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Jul 21 09:24:51 2021 -0400 update types / improve theme typing commit 74fd16e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Jul 21 09:18:40 2021 -0400 update package.json / dependencies commit 52d1f36 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Jul 20 16:50:53 2021 -0400 update types / improve support for function types commit 3d30987 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Jul 20 07:58:22 2021 -0400 update typing / support responsive variants in VariantProps commit d0a9451 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 16:34:53 2021 -0400 update types / add `VariantProps<Component>` type commit 161812b Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 16:21:38 2021 -0400 update types / do not require createCss config commit 1445171 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 16:00:28 2021 -0400 update typing / fix regression with polymorphism commit 1b88833 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 13:34:30 2021 -0400 Update tsconfig.json / use es2021 commit ea026d8 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 13:33:34 2021 -0400 update types / add "@types/node" commit b9cc94c Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 13:23:56 2021 -0400 update vscode settings.json commit e97926b Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 13:23:50 2021 -0400 update tsconfig.json commit 6a2d957 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 13:23:38 2021 -0400 update package.json commit 813a14d Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 13:23:14 2021 -0400 update types / use typesVersion to specify ts >= 4.1 support commit 47db3fc Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 13:21:50 2021 -0400 update types / fix regression for css() commit 81b8b10 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 10:59:50 2021 -0400 update typing / include theme tokens from new themes commit 916a0e5 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 10:54:37 2021 -0400 update typings / improve polymorphic performance commit 114a826 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Mon Jul 19 08:27:53 2021 -0400 update typing / suggest initial tokens commit 0d144af Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Jul 16 15:48:49 2021 -0400 remove unused type commit c6bb02e Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Jul 16 11:59:57 2021 -0400 update typing / support array utils commit 69b4b06 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Jul 16 11:45:14 2021 -0400 update typing / improve support for theme tokens commit d1dd63c Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Jul 16 10:50:20 2021 -0400 improve support for animation name commit e751356 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Jul 16 10:32:31 2021 -0400 update core & react typings commit f2f4ecd Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Jul 16 10:27:17 2021 -0400 update react typings commit 403ddd0 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 15 20:54:14 2021 -0400 update typing / cleanup types and function types commit eebdd87 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 15 19:52:33 2021 -0400 update typing / consistently support components in css or styled commit bb7402f Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 15 17:07:25 2021 -0400 update typing / ignore defaultVariants commit 9f42ba3 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 15 16:48:17 2021 -0400 update typing / add variants as autocomplete-option commit a514a67 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 15 11:51:12 2021 -0400 update typings / support utils in config commit 3d63c20 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 15 11:45:39 2021 -0400 update typing / add CSS utility commit f224e10 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 15 10:44:53 2021 -0400 update typing / export Style type commit ba4fd1a Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Jul 14 09:46:07 2021 -0400 update tests / reflect updated functionality commit c4c6800 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Jul 14 09:40:17 2021 -0400 update functionality to mirror updated typing commit d204f45 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Wed Jul 14 09:26:39 2021 -0400 update typing / support responsive variants commit 1cc9ab3 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Jul 13 15:29:26 2021 -0400 update types commit 3c9fd78 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Tue Jul 13 14:21:04 2021 -0400 update dependencies commit 719a9ff Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Jul 9 17:16:44 2021 -0400 update typing, support react components commit 3aa29c2 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Fri Jul 9 14:55:12 2021 -0400 update types, support composition variants commit bfe9071 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 8 16:42:26 2021 -0400 update typing, improve composition commit 7537ebc Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 8 16:38:31 2021 -0400 update types, improve composition commit ba17840 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 8 15:26:09 2021 -0400 update types, support composition commit 69498fb Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 8 13:58:58 2021 -0400 update typing, add styled commit 1f61660 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 8 09:41:09 2021 -0400 cleanup: attach used typings / remove unused typings commit c3b1d47 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 8 09:39:27 2021 -0400 cleanup: attach used typings / remove unused typings commit 88fae44 Author: Jonathan Neal <jonathantneal@hotmail.com> Date: Thu Jul 8 09:28:56 2021 -0400 0.2.x — updated typings
Fixes #947.
TypeScript 4.6 changed... something... that necessitated checking
string extends Composers[K]
in addition toComposers[K] extends string
to filter out string-assignable types.This error actually surfaces in
test/build-types/built-types-test.tsx
if you switch to TS 4.6, but it looks like those types are generated manually based on published Stitches versions, so I didn't touch them in this PR.