Skip to content

Releases: GuavaCZ/filament-nested-resources

1.2.0

27 Jun 06:50
Compare
Choose a tag to compare

1.2.0 (2024-06-27)

Features

  • added the ability to use resolveRelationUsing and still use the package (44e8a68)

1.1.0

20 Jun 09:56
Compare
Choose a tag to compare

1.1.0 (2024-06-20)

Features

  • Add support for multiple resource for a nested model (0293639)

1.0.1

28 Apr 06:44
0a27a08
Compare
Choose a tag to compare

1.0.1 (2024-04-28)

Bug Fixes

  • check correct resource on CreateRelatedRecord (0a27a08)

1.0.0

26 Mar 13:16
Compare
Choose a tag to compare

1.0.0 (2024-03-26)

Features

  • add support for Spatie Translatable (cbcee42)
  • added ability to customize breadcrumb title attribute (553447a)
  • added support for custom route key bindings (294f487)
  • added support for View Record Pages (a8e13de)
  • first public release (70ef751)
  • first public release (763f1cf)
  • initial alpha release (6efa97a)
  • initial alpha release (8910876)
  • initial alpha release (82fb462)
  • initial alpha release (258c10a)

Bug Fixes

  • add polymorphic support (f8123d2)
  • conditional action URLs when their pages don't exist (8fc9eb4)
  • fix URLs for global search (76bbefa)
  • for page actions missing parent params (63f5f57)
  • force delete action (0ce4e19)
  • global search for root resources (68a2c81)
  • images for filament website (7f147f4)
  • pint config (49473bd)
  • reactive components (cb5f9c1)
  • register in navigation only root nested resource (c99891a)
  • route names (d067548)
  • save parent relationship with tenancy (b991057)
  • updating get_model_route_parameter helper to camel case params (7c75137)

Refactor

  • code cleanup (8648281)
  • Complete rewrite of the plugin. Simplified approach and more customizable. (7ddacff)

1.0.0-beta.5

23 Mar 09:34
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2024-03-23)

Bug Fixes

  • register in navigation only root nested resource (c99891a)

1.0.0-beta.4

22 Mar 16:41
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2024-03-22)

Features

  • add support for Spatie Translatable (cbcee42)

Bug Fixes

1.0.0-beta.3

18 Mar 08:27
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2024-03-18)

Bug Fixes

  • save parent relationship with tenancy (b991057)

1.0.0-beta.2

15 Mar 13:32
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2024-03-15)

Bug Fixes

  • add polymorphic support (f8123d2)

1.0.0-beta.1

15 Mar 12:42
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2024-03-15)

Features

  • added ability to customize breadcrumb title attribute (553447a)
  • added support for custom route key bindings (294f487)
  • added support for View Record Pages (a8e13de)
  • initial alpha release (6efa97a)
  • initial alpha release (8910876)
  • initial alpha release (82fb462)
  • initial alpha release (258c10a)

Bug Fixes

  • conditional action URLs when their pages don't exist (8fc9eb4)
  • fix URLs for global search (76bbefa)
  • for page actions missing parent params (63f5f57)
  • force delete action (0ce4e19)
  • global search for root resources (68a2c81)
  • images for filament website (7f147f4)
  • pint config (49473bd)
  • route names (d067548)
  • updating get_model_route_parameter helper to camel case params (7c75137)

Refactor

  • code cleanup (8648281)
  • Complete rewrite of the plugin. Simplified approach and more customizable. (7ddacff)

1.0.0-alpha.11

19 Feb 08:33
Compare
Choose a tag to compare
1.0.0-alpha.11 Pre-release
Pre-release

1.0.0-alpha.11 (2024-02-19)

Bug Fixes

  • add view page redirect before edit fallback (e50393f), closes #23