Skip to content

v1.0.26

Compare
Choose a tag to compare
@bennothommo bennothommo released this 22 Aug 09:09
· 163 commits to master since this release

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 or false.
    • For all columns marked as "nullable", a default value of null can be specified, making the column NULL by default. If you require null to be stored as a string, you may wrap it in quotes.
  • 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