Releases: wintercms/wn-builder-plugin
Releases · wintercms/wn-builder-plugin
v2.1.1
What's Changed
- Fix small layout issues in template by @bugzbrown in #68
- Fixed creating new plugins
New Contributors
- @bugzbrown made their first contribution in #68
Full Changelog: v2.1.0...v2.1.1
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.
PhpFileParserhas been renamed toPhpSourceParserand 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\MigrationorWinter\Storm\Database\Updates\Seederclasses. - 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
$jsonableproperty in a model. - Fixed issue where an error was thrown if the
multipleattribute 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
$jsonableproperty 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: imagewhen editingcolumns.yamllist 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
firstDayas a configuration option fordatepickerwidgets (#4)
Bug fixes
For more information, please review the milestone:
https://github.com/wintercms/wn-builder-plugin/milestone/1?closed=1