Skip to content

Commit b59532c

Browse files
authored
v2.1.1
1 parent 7e49a11 commit b59532c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

updates/version.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,15 @@
3535
"2.0.4": "Added ability to modify Plugin replacement options. Automatically populate the model's `$jsonable` property for field types that require it. UX improvements."
3636
"2.0.5": "Fix issue with table selection when creating a model."
3737
"2.0.6": "Fix issues with JSON-able models, fix search functionality, fix automated tests."
38+
"2.1.0":
39+
- "spaceless tag replaced with apply filter by @arvislacis in #55"
40+
- "Added labels options for the on/off switch state for the switch control widget by @webbati in #56"
41+
- "The plugin icon is now using the Icon Picker widget to easily browse and select an icon."
42+
- "PhpFileParser has been renamed to PhpSourceParser and supports loading and parsing files, or parsing code directly."
43+
- "Migrations are now validated to ensure that they are valid migration or seeder classes (ie. they must extend the Winter\\Storm\\Database\\Updates\\Migration or Winter\\Storm\\Database\\Updates\\Seeder classes."
44+
- "The migration and seeder templates have been updated to fit Winter's core coding style."
45+
- "Anonymous migration classes are now fully supported."
46+
- "Duplicate migration file name assignment has been improved and there should now be less (or no) conflicts."
47+
- "Fixed an issue where migration files stored within subdirectories could not be read or saved."
48+
- "The permissions data table is now scrollable and will stretch to full height."
49+
"2.1.1": "Fix issue when creating new plugins"

0 commit comments

Comments
 (0)