-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: TUP-700 @tacc/core-components - wrappers #461
feat: TUP-700 @tacc/core-components - wrappers #461
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c96b8f - Browse repository at this point
Copy the full SHA 6c96b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78de3a3 - Browse repository at this point
Copy the full SHA 78de3a3View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dca6c45 - Browse repository at this point
Copy the full SHA dca6c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0964f57 - Browse repository at this point
Copy the full SHA 0964f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193abdf - Browse repository at this point
Copy the full SHA 193abdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6575b3 - Browse repository at this point
Copy the full SHA a6575b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df57f3 - Browse repository at this point
Copy the full SHA 8df57f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c5944 - Browse repository at this point
Copy the full SHA f9c5944View commit details
Commits on Feb 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e485fc - Browse repository at this point
Copy the full SHA 8e485fcView commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb9808d - Browse repository at this point
Copy the full SHA fb9808dView commit details -
fix: tup-700 add types & fix resulting errors
1. import & use `dts` - Fixes build error: > error TS2307: Cannot find module './….module.css' or its corresponding type declarations. > … import styles from './….module.css'; 2. `"composite": true` - Fixes Typescript lint error: > Referenced project '/…/tup-ui/libs/core-components/tsconfig.lib.json' must have setting "composite": true. 3. `"declaration": true,` - Seemingly caused by `"composite": true`. - Fixes Vite build error: > \> nx run core-components:build:production > error TS6304: Composite projects may not disable declaration emit.
Configuration menu - View commit details
-
Copy full SHA for b4be800 - Browse repository at this point
Copy the full SHA b4be800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53786ca - Browse repository at this point
Copy the full SHA 53786caView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea64e9a - Browse repository at this point
Copy the full SHA ea64e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9754110 - Browse repository at this point
Copy the full SHA 9754110View commit details -
style: tup-700 peerDependencies
"So the consuming application is aware that it must have React installed to use this package." — https://dev.to/receter/how-to-create-a-react-component-library-using-vites-library-mode-4lma#dependencies
Configuration menu - View commit details
-
Copy full SHA for 2d5ab1c - Browse repository at this point
Copy the full SHA 2d5ab1cView commit details -
feat: tup-700 add CSS as sideEffects
"To prevent the CSS files from being accidentally removed by the consumer's tree-shaking efforts…" —https://dev.to/receter/how-to-create-a-react-component-library-using-vites-library-mode-4lma#side-effects
Configuration menu - View commit details
-
Copy full SHA for 6336f2c - Browse repository at this point
Copy the full SHA 6336f2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 233f165 - Browse repository at this point
Copy the full SHA 233f165View commit details -
fix: tup-700 do 2d5ab1c, 6336f2c, 233f165 correct
Move the changes from thsoe commits to be in core-components package.json, not root package.json. - style: tup-700 peerDependencies "So the consuming application is aware that it must have React installed to use this package." — https://dev.to/receter/how-to-create-a-react-component-library-using-vites-library-mode-4lma#dependencies - feat: tup-700 add CSS as sideEffects "To prevent the CSS files from being accidentally removed by the consumer's tree-shaking efforts…" — https://dev.to/receter/how-to-create-a-react-component-library-using-vites-library-mode-4lma#side-effects - feat: tup-700 ensure build before publish
Configuration menu - View commit details
-
Copy full SHA for e195480 - Browse repository at this point
Copy the full SHA e195480View commit details -
Configuration menu - View commit details
-
Copy full SHA for d037d2a - Browse repository at this point
Copy the full SHA d037d2aView commit details -
chore: tup-700 resolve vite.config.ts comment code
Resolve all commented code in `vite.config.ts`. - `outDir` DELETED cuz `rollupOptions` > `output` exists - `reportCompressedSize` RESTORED cuz why not & it was already there - `commonjsOptions` & `transformMixedEsModules` DELETED cuz… - no `require` i.e. common js modules - `lib`'s `name` and `fileName` DELETED cuz… - `rollupOptions` > `output` > `assetFileNames` exists - `rollupOptions` > `output` > `entryFileNames` exists
Configuration menu - View commit details
-
Copy full SHA for ce1406b - Browse repository at this point
Copy the full SHA ce1406bView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c48e90 - Browse repository at this point
Copy the full SHA 0c48e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119e8d8 - Browse repository at this point
Copy the full SHA 119e8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa97cc3 - Browse repository at this point
Copy the full SHA aa97cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77c4621 - Browse repository at this point
Copy the full SHA 77c4621View commit details -
Configuration menu - View commit details
-
Copy full SHA for deecf7f - Browse repository at this point
Copy the full SHA deecf7fView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eda6d44 - Browse repository at this point
Copy the full SHA eda6d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for d617768 - Browse repository at this point
Copy the full SHA d617768View commit details -
Merge branch 'feat/TUP-700-core-components-node-pkg' of github.com:TA…
…CC/tup-ui into feat/TUP-700-core-components-node-pkg
Configuration menu - View commit details
-
Copy full SHA for 7a82aeb - Browse repository at this point
Copy the full SHA 7a82aebView commit details -
fix: core-components/package-lock.json should not exist
Only 1 root package-lock.json in an Nx project such as tup-ui. Having this may have been cause of errors when starting CMS.
Configuration menu - View commit details
-
Copy full SHA for dee299e - Browse repository at this point
Copy the full SHA dee299eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 105e4ae - Browse repository at this point
Copy the full SHA 105e4aeView commit details -
Merge branch 'feat/TUP-700-core-components-node-pkg' into feat/TUP-70…
…0-core-components-node-pkg--wrappers
Configuration menu - View commit details
-
Copy full SHA for 0c32d66 - Browse repository at this point
Copy the full SHA 0c32d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbd076 - Browse repository at this point
Copy the full SHA 7dbd076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e58ab - Browse repository at this point
Copy the full SHA 51e58abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8039548 - Browse repository at this point
Copy the full SHA 8039548View commit details
Commits on May 10, 2024
-
feat: move core-wrappers to core-components
Because the distinction between them is not accurate. Both have components that import other components.
Configuration menu - View commit details
-
Copy full SHA for de94a2f - Browse repository at this point
Copy the full SHA de94a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bae1b57 - Browse repository at this point
Copy the full SHA bae1b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 100392d - Browse repository at this point
Copy the full SHA 100392dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee6b49 - Browse repository at this point
Copy the full SHA 7ee6b49View commit details -
docs: do not reference lib names
This causes more work when renaming a library.
Configuration menu - View commit details
-
Copy full SHA for 5abf5a5 - Browse repository at this point
Copy the full SHA 5abf5a5View commit details -
docs: do reference (other) lib names
These references are outside of this lib, so yeah, reference lib name.
Configuration menu - View commit details
-
Copy full SHA for ac39b15 - Browse repository at this point
Copy the full SHA ac39b15View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0cfa8c - Browse repository at this point
Copy the full SHA b0cfa8cView commit details -
Merge branch 'feat/TUP-700-core-components-node-pkg' into feat/TUP-70…
…0-core-components-node-pkg--wrappers
Configuration menu - View commit details
-
Copy full SHA for 650e728 - Browse repository at this point
Copy the full SHA 650e728View commit details
Commits on May 16, 2024
-
Merge branch 'epic/TUP-700-core-components-node-pkg' into feat/TUP-70…
…0-core-components-node-pkg--wrappers
Configuration menu - View commit details
-
Copy full SHA for e40e936 - Browse repository at this point
Copy the full SHA e40e936View commit details