Skip to content

Commit

Permalink
Merge branch 'main' of github.com:aymanalhattami/filament-context-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanalhattami committed Sep 22, 2024
2 parents 611c267 + e66150c commit 4fe67e2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.1.0
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to `:package_name` will be documented in this file.

## 1.0.2 - 2024-05-17

### What's Changed

* docs: Update README.md by @fsamapoor in https://github.com/aymanalhattami/filament-context-menu/pull/6
* changed DOMContentLoaded to livewire:navigated to solve ->spa() bug by @JoshuaSigaban in https://github.com/aymanalhattami/filament-context-menu/pull/7

### New Contributors

* @fsamapoor made their first contribution in https://github.com/aymanalhattami/filament-context-menu/pull/6
* @JoshuaSigaban made their first contribution in https://github.com/aymanalhattami/filament-context-menu/pull/7

**Full Changelog**: https://github.com/aymanalhattami/filament-context-menu/compare/1.0.1...1.0.2

## 1.0.1 - 2024-05-01

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Total Downloads](https://img.shields.io/packagist/dt/aymanalhattami/filament-context-menu.svg?style=flat-square)](https://packagist.org/packages/aymanalhattami/filament-context-menu)

---
This package is used to add a context menu (right click menu) for resource pages, custom pages and table cells of [Filament Admin Panel](https://filamentphp.com/).
Add a context menu (right click menu) for resource pages, custom pages and table cells of [Filament Admin Panel](https://filamentphp.com/).
* It uses [Filament Actions](https://filamentphp.com/docs/3.x/actions/overview) to set menu actions.
* It supports dark and light modes.
* It supports left-to-right and right-to-left direction.
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4fe67e2

Please sign in to comment.