Skip to content

Releases: dcasia/nova-mega-filter

v0.3.1

20 Jul 11:25
Compare
Choose a tag to compare
  • Fix issue where mega filter was being applied on details page

v0.3.0

16 Jul 12:38
Compare
Choose a tag to compare

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

30 Apr 06:30
Compare
Choose a tag to compare
  • Take count API into consideration

v0.2.6

13 Mar 09:05
Compare
Choose a tag to compare
  • Respect filters authorization state

v0.2.3

06 Jan 12:06
405d811
Compare
Choose a tag to compare
  • 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

28 Dec 06:54
Compare
Choose a tag to compare
  • 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

07 Dec 10:41
Compare
Choose a tag to compare
  • 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

02 Dec 11:34
Compare
Choose a tag to compare
  • Fix issue with relatable fields being hidden from other page views