Releases: cruddy/cruddy
Releases · cruddy/cruddy
v0.4.0
- Custom actions for saving/processing a model
- More advanced datagrid
- Refactored routing system; filters can now be passed in query string
- Introduced caching of some requests
See a full list of changes in CHANGELOG.md.
v0.3.0
Improvements
- Add
statescolumn type for defining states for rows - Add possibility to provide extra attributes for embedded model
- It's possible to provide a url to the resource on main site using
externalUrlin the schema - Support Laravel 4.2
- A better date and time inputs
- A layout for forms
- Input addons
- Added
cruddy:compileandcruddy:clear-compiledfor compiling the schema - Update to intervention/image 2.0
- A special button is used to display editing form rather than whole row
- Images in datagrid are clickable now
- More robust menu builder
- Allow do define extra properties for dropdown in the menu
- Some navigation-related data is included to the url for convinience
- Filters are applied using a special button now to avoid frequest requests
- Search input now has submit button
- When focusing entity selector, entity dropdown is displayed now only when value is not specified
- An item of entity selector now responds on pressing enter key
- Embedded items are now deleted softly and can be restored before saving the model
API changes
- Removed
DateTime::format(), the format is fixed now - Move lang-related stuff to
cruddy.langservice - Move assets-related stuff to
cruddy.assetsservice - Rename
SearchProcessorInterface::searchtoconstraintBuilderto support Laravel 4.2 SchemaInterface::entitynow doesn't have any parameters
Bugfixes
- Fix embedded entities didn't get updated
- Fix issues with entity selector
- Format images when image field is disabled
Other
- Sentry permissions driver is moved to
cruddy/sentrypackage