master nitropage@0.58.0
Katja Lutz 3 months ago
parent 1d854b369c
commit 931ecac362

@ -1,5 +0,0 @@
---
"nitropage": minor
---
Slightly reworked the element dragging visuals and added useful outlines showing you where you can insert new elements on the page.

@ -1,5 +0,0 @@
---
"nitropage": patch
---
Enforcing elements to be interactable during select, move and delete actions.

@ -1,5 +0,0 @@
---
"nitropage": minor
---
When selecting a blueprint for a new element, the blueprints list is now an own scrolling container.

@ -1,5 +0,0 @@
---
"nitropage": patch
---
Added a minimum height to richtext lines. This makes sure that empty lines do not fully collapse.

@ -1,5 +1,17 @@
# Changelog
## 0.58.0
### Minor Changes
- bd03784: Slightly reworked the element dragging visuals and added useful outlines showing you where you can insert new elements on the page.
- d5d41f6: When selecting a blueprint for a new element, the blueprints list is now an own scrolling container.
### Patch Changes
- 79f9335: Enforcing elements to be interactable during select, move and delete actions.
- a78f04f: Added a minimum height to richtext lines. This makes sure that empty lines do not fully collapse.
## 0.57.0
### Minor Changes

@ -1,7 +1,7 @@
{
"name": "nitropage",
"description": "A free visual website editor, powered with your own SolidJS components.",
"version": "0.57.0",
"version": "0.58.0",
"scripts": {
"build": "pnpm run build-cli && npm run build-vite",
"build-cli": "tsup src/cli/bin.ts -d . --format cjs --external chokidar",

@ -36,7 +36,7 @@
"@solidjs/router": "0.8.4",
"@types/node": "^20.11.24",
"dotenv": "^16.4.5",
"nitropage": "0.57.0",
"nitropage": "0.58.0",
"polka": "1.0.0-next.22",
"prisma": "^5.10.2",
"sirv": "^2.0.4",

Loading…
Cancel
Save