Changelog
Beta v3
Breaking Changes
-
There was an extra div around content sections which has now been removed. It's removal could affect site CSS targeting content sections.
Features
-
Complete Svelte language support (thanks to Replit's lang package)
-
Auto-complete field values
-
Auto-complete CSS variables
-
(Desktop) Offline support (libraries cached locally)
-
(Desktop) Duplicate site from a URL
Fixes
-
(Desktop) Hosts not saving consistently
-
Component Editor preview not accurately reflecting site styles (due to not having containing .section div)
-
Couldn't see selected text in active line in code editor
-
Image Field description not saving if only field edited
Misc
-
Component library loads a lot faster
-
Themes load faster
-
Extra div removed from around content sections; makes it easier to style containing section from div containing content
-
Telemetry & generator tag
Beta v2
Breaking changes
-
'section-container' class no longer exists on content sections
Features:
-
toggle device preview & set width manually
-
page list view
-
build 404 route as 404.html
Bug fixes
-
site styles not cascading correctly
-
syntax highlighting
-
console logs not clearing
-
prevent swipe-navigating out of code editor
-
components with only site fields not building
Beta v1
Breaking changes
-
Remove
primo
prefix from attached classes (.primo-section
->.section
/.primo-content
->.content
) -
Rename body class (.primo-page
->#page)
-
.section-container
exists alongside.content
Features:
-
Server: customization
-
Choose language (English, Spanish, German)
-
Improved UI for connecting to Server
Bug fixes
-
Rendering issues in Safari & Firefox when using components with JS
-
Page modal errors (re-assigning ID, child pages)
-
On-page links rerouting
-
Inspecting popup preview
-
Issue preventing navigating away
-
Vercel/Netlify publishing issues
-
Undo issues