Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cruddy/cruddy

v0.4.0

26 Dec 12:32

Choose a tag to compare

  • 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

29 Jul 10:18

Choose a tag to compare

Improvements

  • Add states column 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 externalUrl in the schema
  • Support Laravel 4.2
  • A better date and time inputs
  • A layout for forms
  • Input addons
  • Added cruddy:compile and cruddy:clear-compiled for 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.lang service
  • Move assets-related stuff to cruddy.assets service
  • Rename SearchProcessorInterface::search to constraintBuilder to support Laravel 4.2
  • SchemaInterface::entity now 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/sentry package