v1.0.26
New Features
- A new button to "Add ID column" has been added to the database editor. This is a shortcut to create an unsigned auto-incrementing integer field called
id
in your database, if one does not exist. (#293)
Changes
- The database editor now allows certain special default values: (#291)
- For a boolean column, the default value can now be
true
orfalse
. - For all columns marked as "nullable", a default value of
null
can be specified, making the columnNULL
by default. If you require null to be stored as a string, you may wrap it in quotes.
- For a boolean column, the default value can now be
- The
format
property of a Date Picker widget can now be modified in the form editor. (#288) - The RainLab Builder plugin is now checked for code quality through Travis CI. This will be run on future pull requests made to this repository. (60a747b)
- As part of the Decompiled Backend Assets feature made available in October CMS build 459, the Rainlab Builder plugin will also decompile the JS assets if this feature is enabled.
- Database validation errors are now shown in an Application modal alert, and not as a validation message. (fcb1e05)
Bug Fixes
- Deleting a table in the database editor will no longer hang or show an error message that the table is missing. (#294)
For more information about this release, please review the milestone:
https://github.com/rainlab/builder-plugin/milestone/3?closed=1