Releases: dcasia/nova-mega-filter
Releases · dcasia/nova-mega-filter
v0.3.1
- Fix issue where mega filter was being applied on details page
v0.3.0
This version fixes a hard issue related to the way the previous version handled the columns toggle, one of the most severe being the inability to use the back button whenever the mega filter was used.
v0.2.7
- Take count API into consideration
v0.2.6
- Respect filters authorization state
v0.2.3
- Do a route replace instead of push when redirecting to the proxied index.vue file, this avoids having a duplicate history entry that redirects to the exact same page
v0.2.0
- Improve the way the package intercept the native nova resource API calls, now it`s more reliable as it extends the original component and adds on top!
- Add some classes to allow easy CSS override. #7
- Now this package cache selected columns as well as the state of the panels (open/closed). #5
- Fix issue where other index resources page wouldn't load even if this package wasn't being used due to the request intercept mechanism.
v0.1.6
- Improve stability
- Now the communication between the frontend and server occurs by intercepting native Axios call and injecting the payload necessary into the request, the previous way was very hacky by using "Referer Headers"
v0.1.4
- Fix issue with relatable fields being hidden from other page views