Skip to content

Releases: bazaarvoice/bv-ui-core

v2.9.4

20 Sep 07:19
a7af685
Compare
Choose a tag to compare

Fixed BVFetch deleted cache key issue.
Manually removing the cache key if the cache for that key is not available.

v2.9.3

11 Apr 12:11
d057b98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.2...v2.9.3

v2.9.2

09 Apr 11:21
6713f93
Compare
Choose a tag to compare

What's Changed

  • adding cache expiry mechanisms and fixing PD-237465, PD-237445 by @VarshaAdigaBV in #139

Full Changelog: v2.9.1...v2.9.2

v2.9.1

27 Mar 15:15
Compare
Choose a tag to compare

What's Changed

  • PD-230431 - Added BvFetch module, it provides methods to cache duplicate API calls and interact with the cacheStorage. by @VarshaAdigaBV in #136 and #138
  • PD-234259 - Fix uncaught validation error in the loader module. by @prashantbazaarvoice in #137

Full Changelog: v2.8.2...v2.9.1

v2.8.2

17 Aug 09:31
Compare
Choose a tag to compare

What's Changed

  • PD-205376 - Added utility method to get bv container elements from open shadow dom. by @shrinathnayak07 in #131
  • [utility fix] fix issue when global is polluted by @Shubhakar-A in #133

Full Changelog: v2.8.1...v2.8.2

v2.8.1

11 Aug 09:42
Compare
Choose a tag to compare

What's Changed

  • PD-205376 - Added utility method to get bv container elements from open shadow dom. by @shrinathnayak07 in #131

Full Changelog: v2.8.0...v2.8.1

v2.8.0

15 May 11:52
Compare
Choose a tag to compare

What's Changed

Added utility method to get bv container elements from open shadow dom.

Methods

  1. shadowQuerySelectorAll - (node, matchSelector) - Returns Nodes matching with match selector.
  2. findShadowRoots - (node) - Returns a list of all the shadow roots found in the given root element and its descendants.
  3. filterShadowHosts - (node) - Returns NodeFilter.
  4. findElementsInShadowDomByMatchSector - (node, matchSelector) - Returns a NodeList of all elements within the shadow DOM of the shadowElement parameter that match the matchSelector parameter.

v2.7.0

13 Apr 09:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

22 Apr 07:28
35c7abd
Compare
Choose a tag to compare
  • subscribed to the add event in the cookie module when creating a cookie
  • Exposed a new method called subscribeStore. Which accepts a callback function and passes the store object as the parameter

Fix cookie remove function

27 Aug 05:11
Compare
Choose a tag to compare
  • Pass domain to cookie remove function.