Releases: rainlab/builder-plugin
v2.0 - New Blueprint Importer
Build v2.0 introduces an Import menu item for converting Tailor blueprints to plugins. Tailor Blueprints are selected via the menu and then imported in to builder.
This version bump will require October CMS v3.3 or above.
October CMS Version | Builder Version |
---|---|
1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 3.2 | 1.x |
3.3 | 2.x |
Support October CMS 2.0
This version (1.1) release signifies the beginning of support with October CMS v2.0. All changes should remain compatible with v1.0 in this release. Otherwise, this plugin will get bumped to v2.0 as well.
Enjoy!
v1.0.27
New Features
- Added ability to change the ordering of the migrations list. (#309)
- Added ability to define the
scope
of a relation widget in the form builder. (#306) - Added ability to define the
style
,minItems
andtitleFrom
configuration options of a repeater widget in the form builder. (1a5ba80, #324)
Changes
- Added icon for the "Add ID Column" button in the database table builder. (#323)
- The plugin is now compatible with the October CMS 1.1 branch (dc23fc1)
Bug Fixes
- Fixed missing ApplicationException definition (#332)
Translation changes
For more information about this release, please review the milestone:
https://github.com/rainlab/builder-plugin/milestone/5?closed=1
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
v1.0.25
New features
- The content of the migration that is shown in the Migration popup when saving changes in the database editor is now editable, allowing developers to make additional changes to the migration that may not be possible through the editor. (#282)
For more information about this release, please review the milestone:
https://github.com/rainlab/builder-plugin/milestone/2?closed=1