Skip to content

Latest commit

 

History

History
156 lines (71 loc) · 6.56 KB

CHANGELOG.md

File metadata and controls

156 lines (71 loc) · 6.56 KB

2.4.2 (2023-05-15)

Bug Fixes

2.4.1 (2023-05-15)

Bug Fixes

  • Add password type to input password (#32) (a5bd787)
  • widgets: update LatestUsers query to use the configured resource (#34) (a09a2a8)

2.4.0 (2023-02-06)

Features

2.3.0 (2022-11-23)

Features

2.2.1 (2022-09-11)

Bug Fixes

  • Clear permissions cache on attach/detach (#22) (50952ca)
  • Make Role and Permission Name and Guard Name required for form (#23) (0f948e9)

2.2.0 (2022-08-11)

Features

[2.2.0] (to be released)

Features

  • [2.2.0] introduce ability to override User, Role and Permission Model (instead of just RoleResource and PermissionResource)

2.1.2 (2022-06-16)

Bug Fixes

2.1.1 (2022-06-06)

Bug Fixes

  • added ability to set sort order of the LatestUsers widget (7198cff)

2.1.0 (2022-06-02)

Bug Fixes

Features

  • added event triggers for create and update (59dd8ef)

2.1.0-beta.2 (2022-05-31)

Bug Fixes

  • use Terniary Filter (9d9a07a)
  • use user name by default on edit (b3d4a90)

2.1.0-beta.1 (2022-05-30)

Bug Fixes

Features

  • added event triggers for create and update (59dd8ef)

2.0.0 (2022-05-27)

Bug Fixes

  • use Filament::makeTableAction for table action (864610a)

Features

  • Timezone display set to use Filament Core system (f5d5507)

BREAKING CHANGES

  • Visual display of dates will need to be updated

1.1.2 (2022-05-06)

Bug Fixes

  • spelling issue in config file (4160da9)

1.1.1 (2022-05-03)

Bug Fixes

  • code quality updates (ce9c8d1)
  • user Widget laravel 8 compatability (f9dd25f)

1.1.0 (2022-04-23)

Features

  • allow enable / disable / config of user widget (74329cb)
  • User Impersonation (fb30d9e)

1.0.1 (2022-04-22)

Bug Fixes

  • set page resources to use config value for resource (f239ca9)

1.0.0 (2022-04-20)

Bug Fixes

  • remove pagination on widget (b8a5e99)

Features