Skip to content

0.3.3

Choose a tag to compare

@hunvreus hunvreus released this 16 Mar 09:06
· 426 commits to main since this release

Just back from Taiwan, I finally had the time to put a new release together. Unless I have patches/hotfixes to release for this version, I'll be working on 0.4.0 to bring some much needed changes to the fields. Not much left after that to get to 1.0.0.

New features

CleanShot 2024-03-16 at 17 01 42@2x

  • Create a repo from a template: you can now create a new repository using one of the templates available, including blog templates for Astro, Next.js, Eleventy and Jekyll. I'll be adding Hugo and Nuxt shortly.

Improvements

  • Updated the rich-text editor to retain HTML elements in markdown when they include a style or class attribute. It also now retain <img> elements with a width or height attribute.
  • Started to move logic around for view and sorting of fields in collections, in preparation of custom fields release (0.4.0).

Bug fixes

  • Fixed images not updating in lists of objects (#41)
  • Fixed numbers being saved as strings (#28)
  • Various minor CSS/layout fixes.