Releases: NotFoundNL/siteboss-framework
Releases · NotFoundNL/siteboss-framework
Version 0.17.1
What's Changed
Full Changelog: v0.17.0...v0.17.1
Version 0.17.0
Version 0.16.1
Version 0.16.0
What's Changed
- feat: Get bars for table overview UI from AbstractEditor
Full Changelog: v0.15.1...v0.16.0
Version 0.15.1
Version 0.15.0
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
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
What's Changed
- fix: Dropdown values for formbuilder dropdown fields were not correctly displayed. (#185)
Version 0.14.0
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:
- feat: add release-it package (76030e2)
- fix: do not crash on routing error (#181) (ffaf4df)
- fix: CMS users cannot be created as sub is not default null (#182) (da76aa5)
- feat: decrease architecture requirement for insights (#183) (82cb1f6)
- fix: create table error (#178) (b48e686)
- feat!: Childtable structure (#175) (c016f1e)
- fix: rename rights col in cms config table (#177) (a3df190)
- fix: image resize (#174) (708d90f)
- feat: export cms (#169) (0848dee)
- feat: model select (#104) (f5489c9)
- chore: update intervention/image requirement from ^2.7 to ^3.0 (#173) (8bfa34d)
- fix: autoload policies (#172) (b240704)
- fix: redirect after cms user save succes (#171) (8de3176)
- fix: only add column when it doesn't exist (#167) (5e6a9b2)
- feat: set null for searchitem (#166) (b12e502)
- fix: add nullable (#163) (7e40f53)
Version 0.13.6
- 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 [email protected]