Skip to content

Releases: lara-zeus/bolt

0.0.39

12 Jun 17:02
2241a57
Compare
Choose a tag to compare
0.0.39 Pre-release
Pre-release

What's Changed

  • add exporting entries action by @atmonshi in #57
    using alperenersoy/filament-export

  • add Replicate Action for forms with its sections and fields by @atmonshi in #58

Full Changelog: 0.0.38...0.0.39

0.0.38

12 Jun 13:41
69682c8
Compare
Choose a tag to compare

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

11 Jun 19:54
7b431b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.36...0.0.37

0.0.36

11 Jun 19:00
50d3ddd
Compare
Choose a tag to compare

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

09 Jun 20:59
55752a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.34...0.0.35

0.0.34

09 Jun 20:05
9c28b36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.33...0.0.34

0.0.33

09 Jun 20:01
1d37778
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.32...0.0.33

0.0.32

09 Jun 19:33
1498264
Compare
Choose a tag to compare

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

0.0.31

08 Jun 13:37
2b35f61
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.30...0.0.31

0.0.30

06 Jun 14:43
88ede18
Compare
Choose a tag to compare

What's Changed

  • Actions by @atmonshi in #47
    better actions and improve fields to apply default values.
    better responsive layout for fields in admin page
    fixes for phpstan

Full Changelog: 0.0.29...0.0.30