UNPKG

@npio/server

Version:

A free visual website editor, powered with your own SolidJS components.

133 lines (79 loc) 3.88 kB
# @npio/server ## 0.69.0 ### Patch Changes - ac945ca: Updated dependencies. ## 0.68.0 ### Minor Changes - 8a7f649: Updated dependencies. ## 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.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.1 ### Patch Changes - Updated dependencies [04c2663] - @npio/internals@0.65.1 ## 0.65.0 ### Minor Changes - c177fc5: Updated dependencies, especially `@solidjs/start` v1.1 and `vite` v6.1. ## 0.64.1 ### Patch Changes - 942fc21: Updated dependencies. - 9616b58: Replaced references to nitropage.com with nitropage.org. ## 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 - 10141c8: Removed `createdAt` and `updatedAt` fields from the public data of layouts and revisions. - bbdf6d0: Updated dependencies. ## 0.63.0 ### Minor Changes - 6fc6c54: Updated the dependencies. ## 0.62.1 - Updated internal dependencies ## 0.62.0 ### Minor Changes - 5e24c7d: Intensely overhauled the user interface: - Redesigned color palettes and applied colors consistenly - Aligned the design of interactable elements - Improved element drag and drop UX - Reworked login, welcome and dashboard screens - Reduced junk - 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 - a1c220c: Requests to urls ending with a "/" will now be redirected to non-slash url variants (#124). - 131e7b7: **BREAKING CHANGE**: Moved `createAdminRoute` and `createPageRoute` exports to `nitropage/routes` and moved `Admin` to `nitropage`. This change fixes some internal issues with circular imports. **You have to update some project files!** Please read the upgrade notes in the [v0.62](https://nitropage.org/docs/guides/upgrades#v062) docs. ### Patch Changes - Updated dependencies [131e7b7] - @npio/internals@0.62.0 ## 0.61.0 ### Minor Changes - f2fb6ae: Updated internal dependencies. ## 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.