Nicola Krumschmidt
1436340163
Rename ensure-extensions-dirs.ts to align with function name ( #6737 )
2021-07-09 15:23:04 +00:00
Nicola Krumschmidt
b7a50c5012
Optimize extension-sdk CLI types ( #6718 )
...
* Add extension type guards
* Rename validate-extension-package util
* Optimize extension-sdk CLI types
2021-07-09 12:32:07 +02:00
Nicola Krumschmidt
ff393eab3b
Add create command to extension-sdk CLI ( #6590 )
...
* Add create command to extension-sdk CLI
* Extract extension package.json key name to shared
* Check package.json before building extensions
* Add source field to package.json
* Pin extension-sdk verson in scaffolded package
* Change options color to magenta
2021-07-07 12:34:51 +00:00
renovate[bot]
18d6c0edbe
update dependency typescript to v4.3.5 ( #6592 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-06-30 20:02:38 -04:00
Nicola Krumschmidt
a99f23b009
Fix dev script not watching in shared and extension-sdk ( #6589 )
2021-06-30 19:53:46 -04:00
Nicola Krumschmidt
e764c7c7fb
Fix extension loading on windows ( #6579 )
...
Javascript import syntax uses URLs instead of paths, so we have to
normalize the extension paths to forward slashes when importing them
inside the virtual entrypoints.
Fixes #6550
2021-06-30 10:03:21 -04:00
rijkvanzanten
04976eb13f
v9.0.0-rc.83
2021-06-29 16:18:56 -04:00
rijkvanzanten
872dff6bb8
Fix cleaning order
2021-06-29 09:58:07 -04:00
rijkvanzanten
f46d7e4dd6
v9.0.0-rc.82
2021-06-28 19:32:21 -04:00
Nicola Krumschmidt
ed1127f3b1
Fix extension loading when PUBLIC_URL is absolute without origin ( #6534 )
...
* Fix extension loading when PUBLIC_URL is absolute without origin
* Minify extension bundler output
* Make extension loading in dev more robust
* Rename ensureExtensionsDirs to ensureExtensionDirs
2021-06-28 11:20:30 -04:00
rijkvanzanten
a469bb728f
v9.0.0-rc.81
2021-06-26 22:09:40 -04:00
rijkvanzanten
4b6efe3053
Add prepublish scripts to new packages
2021-06-26 22:07:52 -04:00
Rijk van Zanten
74ad2b2b7a
Update vue to 3.1.2 ( #6482 )
...
* Update vue to 3.1.2
* call me amazon 📦
* commits so fast, prime same day
2021-06-24 13:09:30 -04:00
renovate[bot]
892e5f5637
update dependency fs-extra to v10 ( #6470 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-06-24 11:53:43 -04:00
rijkvanzanten
67cf90fea4
Fix devmode
2021-06-23 19:01:37 -04:00
Nicola Krumschmidt
d544214c79
Fix extension loading on initial startup ( #6471 )
2021-06-23 18:16:13 -04:00
renovate[bot]
7b1e1f7f82
pin dependencies ( #6469 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-06-23 13:01:49 -04:00
Nicola Krumschmidt
051df415df
Fix extensions ( #6377 )
...
* Add support for npm extensions
* Allow extensions to import vue from the main app
* Bundle app extensions on server startup
* Fix return type of useLayoutState
* Add shared package
* Add extension-sdk package
* Add type declaration files to allow deep import of shared package
* Add extension loading to shared
* Refactor extension loading to use shared package
* Remove app bundle newline replacement
* Fix extension loading in development
* Rename extension entrypoints
* Update extension build instructions
* Remove vite auto-replacement workaround
* Update package-lock.json
* Remove newline from generated extension entrypoint
* Update package-lock.json
* Build shared package as cjs and esm
* Move useLayoutState composable to shared
* Reverse vite base env check
* Share useLayoutState composable through extension-sdk
* Update layout docs
* Update package versions
* Small cleanup
* Fix layout docs
* Fix imports
* Add nickrum to codeowners
* Fix typo
* Add 'em to vite config too
* Fix email
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-06-23 12:43:06 -04:00