This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Bug fixes and New Command
Pre-release
Pre-release
Thanks @ThisFunctionalTom for contributing #46 and #47
We have a new command list
that helps you know what are your currently installed dependencies and also helps you produce a package.json
Installed packages (alias: packageName@version)
@shoelace-style/shoelace: @shoelace-style/shoelace@2.0.0
highlight.js: highlight.js@11.3.1
markdown-it: markdown-it@12.2.0
navigo: navigo@8.11.1
react: react@17.0.1
react-dom: react-dom@17.0.1
rxjs: rxjs@7.4.0
and following package.json
{
"dependencies": {
"@shoelace-style/shoelace": "2.0.0",
"highlight.js": "11.3.1",
"markdown-it": "12.2.0",
"navigo": "8.11.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"rxjs": "7.4.0"
}
}
This should help in the future to support other tools like femto.
You can now invoke perla commands from child paths and perla will find the nearest perla.jsonc
in parent directories
BREAKING: Drop .NET5.0 now that .NET6 LTS is out.
- Fixed an issue where ts/tsx/jsx files were using a bad file loader
- Fixed an issue where CSS HMR wouldn't find css files in nested paths (like:
src/Components/card.css