Releases: lara-zeus/bolt
Releases · lara-zeus/bolt
0.0.39
0.0.38
What's Changed
- finalizing the entries report and cleaning up the navigations between different views
- update docs
- allow setting entry notes
- add action set the status to browse and repost
Entries per each form now have three views:
- list: list the response only as cards
- browse: how the response with the fields one per page
- report: table view for all entries and their fields
🔴🔴 Database refactor:
In preparation for the first release, I made some changes and refactored the database structure for constancy.
no migration, you can create your own or simply apply it from the database directly, remember this is still a beta version :).
table fields
drop these columns
- html_id
- html_name
- rules
- layout_position
table forms
rename the column desc
to description
table forms
drop layout
column
table sections
rename these fields:
- section_column
- section_descriptions
- section_icon
- section_aside
to
- columns
- description
- icon
- aside
table categories
rename desc
to description
Full Changelog: 0.0.37...0.0.38
0.0.37
0.0.36
What's Changed
Chenge: cheange text
Data type to string
for TextInput
Change: removing MultiSelect field since it's the same as Select with `multiple" option
If you're in production already, you have to change it in DB by creating a migration or editing it manually
Improve: the fields options UI.
fix: show the response for Radio Field
fix: saving values if the field is not required
Full Changelog: 0.0.35...0.0.36
0.0.35
0.0.34
0.0.33
0.0.32
What's Changed
- allow to store and display multi values as in select multiple or checkboxes
- add an edit button to view the form on the admin page
- add a note when editing collections
Full Changelog: 0.0.31...0.0.32