Skip to content

Latest commit

 

History

History
196 lines (114 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

196 lines (114 loc) · 4.11 KB

Changelog

All notable changes to crud will be documented in this file

4.3.0 - 2024-09-08

Changed

  • Duplicate menu on Octane #99

Fixed

  • Resolve composer conflict on prefer lowest
  • Don't set active status filter on WithTrashed

4.2.0 - 2024-04-20

Fixed

  • State manager

4.1.0 - 2023-10-06

Changed

  • Feature/translation ja by @shibomb in #92
  • Ability to run actions against soft deleted model by @ddzobov in #93
  • Added some missed Russian translations by @dv0vd in #94

4.0.1 - 2023-07-12

Fixed

  • Usage Bootstrap icons

4.0.0 - 2023-05-28

Added

  • Support for Orchid 14

3.8.0 - 2022-07-22

Added

  • Support for Orchid 13

3.7.0 - 2022-05-22

Added

  • Turkmen language #70

3.6.0 - 2022-02-18

Changed

  • Passing model type in default actions

3.5.0 - 2022-02-10

Changed

  • Support Laravel Orchid 12.x

3.4.0 - 2022-02-06

Changed

  • Support Laravel Orchid 11.x

3.3.2 - 2022-01-31

Fixed

  • Don't show title for not permission for the first resource #61

3.3.1 - 2022-01-31

Fixed

  • Don't show title for not permission for the first resource #61

3.3.0 - 2022-01-31

Added

  • Added pt_BR (Brazilian Portuguese) translation #63

3.2.0 - 2021-12-16

Added

  • Allow overriding index and show requests #58

3.1.1 - 2021-10-20

Fixed

  • Active element menu for resource #57

3.1.0 - 2021-10-13

Added

  • Auto-detect and options for create resource #1909

Changed

  • Error code for missing traits

3.0.1 - 2021-06-06

Fixed

  • Fixed custom message validation #35
  • Do not delete the name "Resource", if it is named so #39

3.0.0 - 2021-04-14

Added

  • Legend method for view resource

Changed

  • Support Orchid platform 10.x

2.7.2 - 2021-03-21

Fixed

  • Show create button only if user allowed to create #31

2.7.1 - 2021-01-26

Fixed

  • Prevent hiding functional column

2.7.0 - 2021-01-26

Added

  • Bulk Actions #23

2.6.2 - 2021-01-16

Fixed

  • Highlighting the active element when creating and editing

2.6.1 - 2021-01-16

Fixed

  • It is not possible to use Group in a resource #15

2.6.0 - 2021-01-16

Added

  • Breadcrumbs for resources
  • Description for resources #21

2.5.1 - 2021-01-11

Fixed

  • Issue with _retrieved_at on resource edit #13

2.5.0 - 2021-01-11

Added

  • Method for hidden resource in navigation #16

2.4.0 - 2021-01-11

Added

  • Setting up pagination for a resource #11

2.3.0 - 2020-12-28

Added

  • Traffic Cop #10

2.2.1 - 2020-12-25

Fixed

  • Add snake spaces to the Resource label
  • Removed unused code #8

2.2.0 - 2020-12-23

Added

  • Ability to set default sorting column on List screen #5

Fixed

  • Delete confirmation dialog does not work #6

2.1.0 - 2020-12-23

Changed

  • Expanded work on customization of validation

2.0.0 - 2020-12-12

Added

  • Usage authorization policies

1.0.0 - 2020-10-01

  • initial release