Skip to content

Latest commit

 

History

History
240 lines (144 loc) · 9.13 KB

CHANGELOG.md

File metadata and controls

240 lines (144 loc) · 9.13 KB

Changelog

All notable changes to filament-exceptions will be documented in this file.

2.1.2 - 2024-11-06

What's Changed

  • Adding isScopedToTenant at ExceptionResource by @LingMyat in #47
  • Add Custom Model Support & Fix Iterator Errors by @Fludem in #46
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #53
  • Slovak translation by @hamrak in #55
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in #59

New Contributors

  • @LingMyat made their first contribution in #47
  • @Fludem made their first contribution in #46
  • @hamrak made their first contribution in #55

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/2.0.2...2.1.2

2.1.0 - 2024-01-24

What's Changed

  • Adding isScopedToTenant at ExceptionResource by @LingMyat in #47
  • Add Custom Model Support & Fix Iterator Errors by @Fludem in #46

New Contributors

  • @LingMyat made their first contribution in #47
  • @Fludem made their first contribution in #46

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/2.0.2...2.1.0

2.0.2 - 2024-01-09

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #43
  • use @svg directive to load icons by @iRaziul in #42

New Contributors

  • @iRaziul made their first contribution in #42

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/2.0.1...2.0.2

2.0.1 - 2023-10-17

What's Changed

  • Update README.md to include Filament panel plugin registration by @vanhooff in #37
  • Bump actions/checkout from 3 to 4 by @dependabot in #38
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #39

New Contributors

  • @vanhooff made their first contribution in #37

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/2.0.0...2.0.1

2.0.0 - 2023-08-01

What's Changed

  • Filament v3 support
  • Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #29
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #31
  • Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #33
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #34
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #35
  • Fix typo by @martin-ro in #30

New Contributors

  • @martin-ro made their first contribution in #30

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/1.1.2...2.0.0

1.1.2 - 2023-03-19

What's Changed

  • Fix dependency issue in composer.json by @patrickcurl in #28

New Contributors

  • @patrickcurl made their first contribution in #28

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/1.1.1...1.1.2

1.1.1 - 2023-03-05

What's Changed:

  • fixed script loading issue

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/1.1.0...1.1.1

1.1.0 - 2023-03-05

What's Changed

  • feature: Exceptions are now Mass Prunable by @bezhanSalleh in #27
  • Fix/laravel ignition dep by @bezhanSalleh in #25
  • Fix/message column data type by @bezhanSalleh in #26
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #23
  • Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in #20
  • refactor config/translation, fix some minor stuff by @josefbehr in #24

New Contributors

  • @josefbehr made their first contribution in #24

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/1.0.3...1.1.0

1.0.3 - 2022-11-16

What's Changed

  • Update code-preview.blade.php by @damms005 in #17
  • Update view-exception.blade.php by @damms005 in #15

New Contributors

  • @damms005 made their first contribution in #17

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/1.0.2...1.0.3

1.0.2 - 2022-11-12

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #10
  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #12
  • fixed viewing by @bezhanSalleh in #13
  • fixed migrations publishing issue

New Contributors

  • @dependabot made their first contribution in #10

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/1.0.1...1.0.2

1.0.1 - 2022-10-03

What's Changed

  • feature:Localizations by @bezhanSalleh in #9

    • Added all possible localizations
    • added config file
    • updated exceptions:install command
  • Add ability to customize navigation item from config file by @aminetiyal in #4

  • Lang en by @MarJose123 in #7

New Contributors

  • @aminetiyal made their first contribution in #4
  • @MarJose123 made their first contribution in #7

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/1.0.0...1.0.1

1.0.0 - 2022-09-20

What's Changed

  • feature:Queries Tab by @bezhanSalleh in #5

New Contributors

  • @bezhanSalleh made their first contribution in #5

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/0.0.6...1.0.0

0.0.6 - 2022-09-08

**What's New

  • PHP 8.0 Support

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/0.0.5...0.0.6

0.0.5 - 2022-09-07

What's Changed

  • fix readme by @shuvroroy in #1
  • Update README.md by @pxlrbt in #2
  • Little typo by @ralphjsmit in #3

New Contributors

  • @shuvroroy made their first contribution in #1
  • @pxlrbt made their first contribution in #2
  • @ralphjsmit made their first contribution in #3

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/0.0.4...0.0.5

0.0.4 - 2022-09-07

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/0.0.3...0.0.4

0.0.3 - 2022-09-07

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/compare/0.0.2...0.0.3

0.0.2 - 2022-09-05

  • assets optimized

Full Changelog: https://github.com/bezhanSalleh/filament-exceptions/commits/0.0.2

0.0.1 - 2022-09-04