Are Filament versions semantic? #15655
Unanswered
SlimDeluxe
asked this question in
Help
Replies: 1 comment
-
PS: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3.2.141
How can we help you?
Hi everyone,
I am developing a panel plugin for Filament and have a problem understanding how Filament versions work.
When following the installation instructions, you are advised with
In general when developing, you are advised to test with dependencies installed as both
--prefer-stable
and--prefer-lowest
. All good.However, my plugin uses the
globalSearchFieldSuffix
method on thePanel
class, but it only became available later, not with 3.2. It's a new feature, but it has not bumped the minor version, as it should have under semantic versioning guidelines and AFAIK all composer packages should adhere to it.So what I am asking is:
Any help would be kindly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions