@npio/cli
Version:
A free visual website editor, powered with your own SolidJS components.
142 lines (83 loc) • 4.43 kB
Markdown
# @npio/cli
## 0.69.0
### Patch Changes
- ac945ca: Updated dependencies.
## 0.68.3
### Patch Changes
- a95a27a: Updated dependencies.
## 0.68.0
### Minor Changes
- 8a7f649: Updated dependencies.
- 0ee8d63: The `np blueprint <name>` cli now recursively creates missing directories, if the `<name>` is a path.
- 7b3d5d0: Blueprint titles inherited from filenames, are now formatted with Title Case, eg: `contactGrid` becomes `Contact Grid"`. If the filename is `index`, the parent folder name will be used instead. Options in `selectData` also are formatted with Title Case.
- a1e68fe: Cleaned up obsolete code regarding page-level blueprint settings and removed the unused `blueprintDefaults` column of the `NitroPageRevision` db table. Make sure to update your database schema with `npx/pnpm np update -m`.
### Patch Changes
- 5cd710e: Moved back the starter kit Prisma schema location from `./prisma/schema` to `./prisma`, to better follow the Prisma guidelines.
## 0.67.2
### Patch Changes
- 5734a85: Updated dependencies.
## 0.67.0
### Minor Changes
- 3085471: Update dependencies, including Tailwind 4.1, Prisma 6.5 and Sharp 0.34.
## 0.66.1
### Patch Changes
- d0e0b14: Only output the server welcome message once and don't show it in the cli.
## 0.66.0
### Minor Changes
- e4f14b4: Refactored the whole internal directory structure and moved `@npio/internals` back to the core. Server related public API once again can be accessed via `nitropage/server`. `@npio/server` remains available, but is deprecated and will be removed in a future version.
- a7abbd8: **BREAKING CHANGE**: Reorganized the starter kit folder structure and added a plugin for improved server error handling.
- Introduced a new `src/runtime` folder for Nitropage-specific plugin-, middleware- and config files.
- Moved the starter kit `button` data helpers and blueprint to `src/blueprint/button`.
- Moved the `createMiddleware` function from `nitropage/server` to `nitropage/middleware`.
- Moved all `nitropage/cli` API's to `nitropage/server` and removed `nitropage/cli`.
- Added a plugin with improved server error handling, compatible with SolidStart and Solid Router forms.
- Starting the dev server doesn't output the whole configuration anymore. Use the new `np config get` cli command instead.
### Patch Changes
- Updated dependencies [e4f14b4]
## 0.65.0
### Minor Changes
- c177fc5: Updated dependencies, especially `@solidjs/start` v1.1 and `vite` v6.1.
### Patch Changes
- 5aaada4: Cleaned up the cli demo seed and added additional example elements.
## 0.64.1
### Patch Changes
- 942fc21: Updated dependencies.
- 9616b58: Replaced references to nitropage.com with nitropage.org.
- f8192d8: Added missing tables (`NitroLayoutSlot` + `NitroPreset`) to the cleanup phase of the `demo` cli command.
## 0.64.0
### Minor Changes
- badf6dd: Added basic support for variable fonts and fonts can now be loaded via a CDN (https://fonts.coollabs.io/).
### Patch Changes
- Updated dependencies [bbdf6d0]
- @npio/internals@0.64.0
- nitropage@0.64.0
## 0.63.0
### Minor Changes
- 6fc6c54: Updated the dependencies.
## 0.62.0
### Minor Changes
- 837d1af: Users can now create reusable **layouts**, consisting of multiple elements and other layouts. Such layouts can also have areas for parent-provided content, commonly known as slots.
> `Header`, `Main` and `Footer` slots on the page root are deprecated! Instead the blueprints listed below now include a `Html Tag` setting, allowing semantic HTML maximalists to specify any tag they want.
>
> - Card
> - Flex
> - Footer
> - Header
> - Style
### Patch Changes
- Updated dependencies [9735d22]
- @npio/internals@0.62.0
- nitropage@0.62.0
## 0.61.0
### Minor Changes
- f2fb6ae: Updated internal dependencies.
### Patch Changes
- c8bd168: Fixed an issue with the config path detection on Windows. Thanks to [Echab](https://codeberg.org/echab) who brought up this issue and provided detailed information about the cause. (#116)
## 0.60.0
### Minor Changes
- 5a20493: Updated dependencies, including minor updates for Prisma and Solid.
## 0.59.0
### Minor Changes
- 92bfa36bac: SolidStart v1.0, Nitro and Vinxi: Enjoy all new features of the upgraded SolidStart framework.
- a93f79b32b: Global server configuration: One place to configure all internal services.
- 4111ec8: User passwords can now be changed via a prompt.