You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if you are still using semantic versioning after you changed your versioning strategy to match supported rails version, but version 5.2.4 breaks existing code since you removed jQuery (which is a good thing).
The following line doesn't work anymore and must be changed
Old: //= require filterrific/filterrific-jquery
New: //= require filterrific/filterrific
From my point of view, this is a breaking change and should not be a patch release.
The text was updated successfully, but these errors were encountered:
I don't know if you are still using semantic versioning after you changed your versioning strategy to match supported rails version, but version 5.2.4 breaks existing code since you removed jQuery (which is a good thing).
The following line doesn't work anymore and must be changed
Old:
//= require filterrific/filterrific-jquery
New:
//= require filterrific/filterrific
From my point of view, this is a breaking change and should not be a patch release.
The text was updated successfully, but these errors were encountered: