Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.x #67

Closed
wants to merge 12 commits into from
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.3.0
uses: aglipanci/laravel-pint-action@2.4

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

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

## v3.0.0-beta.0 - 2023-07-24

Complete Rewrite of the package for Livewire v3 and Filamentphp v3

### What's Changed

- 3.x dev by @coolsam726 in https://github.com/savannabits/filament-modules/pull/39

**Full Changelog**: https://github.com/savannabits/filament-modules/compare/v2.0.0-beta...v3.0.0-beta.0

## v2.0.1 - 2023-07-21

### What's Changed

- Filament Shield Extension Enhancement: by @coolsam726 in https://github.com/savannabits/filament-modules/pull/38

**Full Changelog**: https://github.com/savannabits/filament-modules/compare/v2.0.0...v2.0.1

## v2.0.0 - 2023-07-21

### What's Changed

- Support for Filament Shield and Module Permissions by @coolsam726 in https://github.com/savannabits/filament-modules/pull/33
- Bug Fix: Check for Filament login before checking permissions by @coolsam726 in https://github.com/savannabits/filament-modules/pull/34
- Bug Fixes: Enforce Permissions check only if filament-shield is installed: by @coolsam726 in https://github.com/savannabits/filament-modules/pull/36
- Final Documentation Review for v2.0.0 release: by @coolsam726 in https://github.com/savannabits/filament-modules/pull/37

### Breaking Changes

- `module:make-filament-context` command has been renamed to `module:make-filament`
- The generation commands have changed their signatures to allow segregation of the context in which they are generated. Refer to docs for the new generation format.

**Full Changelog**: https://github.com/savannabits/filament-modules/compare/v1.3.3...v2.0.0

## v1.3.3 - 2023-07-19

### What's Changed
Expand Down