Skip to content

v2.0.0

Compare
Choose a tag to compare
@yen-tt yen-tt released this 08 Sep 21:42
· 35 commits to main since this release
f0f6319

Version 2.0.0

Breaking Changes

  • Re-exported all modified and newly added direct answer related interfaces from search-core V2. (#131 #133 #136 )
  • Restructured static filters state to allow user to store more complex combination of static filters as well as field value filters. SelectableFilter interface is replaced with SelectableStaticFilter, which uses the new StaticFilter interface from search-core V2. The static filters state now accepts an array of SelectableStaticFilter. (#130 )
  • All exports marked as @deprecated in previous version(s) as part of a rebranding process is now removed in V2 (#132 )