Skip to content

Releases: NotFoundNL/siteboss-framework

Version 0.17.1

08 Feb 10:31
6164568
Compare
Choose a tag to compare

What's Changed

  • fix: editing TemplateItems in CMS Editor by @64knl in #202

Full Changelog: v0.17.0...v0.17.1

Version 0.17.0

02 Feb 15:48
6cc299e
Compare
Choose a tag to compare

What's Changed

  • feat: fixed import/export in #195

Full Changelog: v0.16.1...v0.17.0

Version 0.16.1

01 Feb 14:33
1248eae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

Version 0.16.0

01 Feb 13:42
ab6225b
Compare
Choose a tag to compare

What's Changed

  • feat: Get bars for table overview UI from AbstractEditor

Full Changelog: v0.15.1...v0.16.0

Version 0.15.1

31 Jan 12:47
166ae92
Compare
Choose a tag to compare

What's Changed

  • Format date helper function added

Full Changelog: v0.15.0...v0.15.1

Version 0.15.0

26 Jan 13:39
9c69fab
Compare
Choose a tag to compare

This release fixes a bug when logging in with a pre-verified account. It also introduces filters for the table views in the CMS.

What's Changed

Full Changelog: v0.14.2...v0.15.0

Version 0.14.2

16 Jan 13:24
325e5c6
Compare
Choose a tag to compare

What's Changed

  • feat: Remove migration that creates used user table.
  • feat: Update CMS user migration to add email_updated_at.

Full Changelog: v0.14.1...v0.14.2

Version 0.14.1

11 Jan 15:30
e225bc6
Compare
Choose a tag to compare

What's Changed

  • fix: Dropdown values for formbuilder dropdown fields were not correctly displayed. (#185)

Version 0.14.0

11 Jan 12:42
de1c6b5
Compare
Choose a tag to compare

This release introduces a new and incompatible way to export CMS settings to a file.
Recommended to set SB_EXPORT_RETAIN_IDS to true in .env for now.

Changelog:

Version 0.13.6

12 Dec 16:08
91ea990
Compare
Choose a tag to compare
  • fix: add nullable for dropdowns (#163)
  • feat: set null for searchitem (#166)
  • fix: fallback to null for SearchItem
  • fix: only add column when it doesn't exist (#167)
  • fix: redirect after cms user save succes (#171)
  • fix: autoload policies (#172)
  • chore: remove autoloading policy from service provider

Co-authored-by: M.A. Peene maarten@notfound.nl