Releases: wintercms/wn-builder-plugin
Releases · wintercms/wn-builder-plugin
v2.1.0
What's Changed
- spaceless tag replaced with apply filter by @arvislacis in #55
- Added labels options for the on/off switch state for the switch control widget by @webbati in #56
- The plugin icon is now using the Icon Picker widget to easily browse and select an icon.
PhpFileParser
has been renamed toPhpSourceParser
and supports loading and parsing files, or parsing code directly.- Migrations are now validated to ensure that they are valid migration or seeder classes (ie. they must extend the
Winter\Storm\Database\Updates\Migration
orWinter\Storm\Database\Updates\Seeder
classes. - The migration and seeder templates have been updated to fit Winter's core coding style.
- Anonymous migration classes are now fully supported.
Bug Fixes
- Duplicate migration file name assignment has been improved and there should now be less (or no) conflicts.
- Fixed an issue where migration files stored within subdirectories could not be read or saved.
- The permissions data table is now scrollable and will stretch to full height.
- Dropped unnecessarily aliases to the "old" project.
New Contributors
Full Changelog: v2.0.6...v2.1.0
v2.0.6
Changes:
- Added a simple welcome screen for first-time users.
Bug fixes:
- Ensure model data is always an array when updating the
$jsonable
property in a model. - Fixed issue where an error was thrown if the
multiple
attribute was not specified for a dropdown field. - Fixed error on search.
- Fixed automated tests for plugin.
Translation improvements:
- Added Russian translation improvements.
v2.0.5
v2.0.4
New features
- The replacement options for a Plugin can now be modified through the Plugin Details modal. (#14)
- Models can now be deleted via the Models list, by hovering over a model name and clicking the "trash" icon that pops up. (#27)
- Automatically populate a model's
$jsonable
property for fields that are required to be stored as JSON objects, such as repeaters, nested forms, etc. (#28)
Changes
- The model that a database table is linked to is now displayed in the Database tables list. (#29)
- New language strings for Builder plugin settings panel (#20)
For more information, please see the milestone:
https://github.com/wintercms/wn-builder-plugin/milestone/3?closed=1
v2.0.3
New features
- Added support for the image list column
type: image
when editingcolumns.yaml
list configuration files.
v2.0.2
New features
Bug fixes
Community improvements
For more information, please review the milestone:
https://github.com/wintercms/wn-builder-plugin/milestone/2?closed=1
v2.0.1
Changes
- Added
firstDay
as a configuration option fordatepicker
widgets (#4)
Bug fixes
For more information, please review the milestone:
https://github.com/wintercms/wn-builder-plugin/milestone/1?closed=1