v0.0.14
qdm12/dnsv0.0.14Jul 28, 2026by github-actions[bot]
AI Summary
This release focuses on editor flexibility and data management. It allows users to undock and resize panels, introduces contextual field iteration in loops, and upgrades the Data workspace to include repeater authoring. Security improvements were also made to URL parsing.
Key Highlights
- Added support for contextual entry field iteration in loops.
- Allowed sidebar panels to be undocked and resized.
- Upgraded the Data workspace and added repeater authoring capabilities.
- Improved security by parsing URL schemes instead of prefix-matching.
- Fixed preformatted text node newlines during import.
New Features
- Contextual entry field iteration
- Undockable and resizable sidebar panels
- Repeater authoring in Data workspace
Full Release Notes
## What's Changed * fix(publisher): preserve window scroll container by @DavidBabinec in https://github.com/CoreBunch/Instatic/pull/269 * fix(import): preserve preformatted text node newlines by @DavidBabinec in https://github.com/CoreBunch/Instatic/pull/270 * fix(security): parse URL schemes instead of prefix-matching in isSafeUrl by @DavidBabinec in https://github.com/CoreBunch/Instatic/pull/275 * fix(editor): remove redundant publish success callout by @DavidBabinec in https://github.com/CoreBunch/Instatic/pull/278 * fix(mcp): advertise the open-workspace requirement on browser tools by @Varshavia in https://github.com/CoreBunch/Instatic/pull/281 * feat(loops): support contextual entry field iteration by @DavidBabinec in https://github.com/CoreBunch/Instatic/pull/299 * feat(editor): undock and resize sidebar panels by @DavidBabinec in https://github.com/CoreBunch/Instatic/pull/293 * fix(data): keep the page-tree "Open editor" button enabled on system tables by @danilinked in https://github.com/CoreBunch/Instatic/pull/283 * feat(data): upgrade the Data workspace and add repeater authoring by @DavidBabinec in https://github.com/CoreBunch/Instatic/pull/303 ## New Contributors * @Varshavia made their first contribution in https://github.com/CoreBunch/Instatic/pull/281 * @danilinked made their first contribution in https://github.com/CoreBunch/Instatic/pull/283 **Full Changelog**: https://github.com/CoreBunch/Instatic/compare/v0.0.13...v0.0.14