Releases: bazaarvoice/bv-ui-core
Releases · bazaarvoice/bv-ui-core
v2.9.4
v2.9.3
What's Changed
- Bv fetch changes to fix, PD-238557 by @VarshaAdigaBV in #140
Full Changelog: v2.9.2...v2.9.3
v2.9.2
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
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
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
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
What's Changed
Added utility method to get bv container elements from open shadow dom.
Methods
shadowQuerySelectorAll
- (node, matchSelector
) - Returns Nodes matching with match selector.findShadowRoots
- (node
) - Returns a list of all the shadow roots found in the given root element and its descendants.filterShadowHosts
- (node
) - Returns NodeFilter.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
What's Changed
- Added Message Format Module for INTL API by @RahulSubramaniam17 in #121
Full Changelog: v2.6.0...v2.7.0
v2.6.0
- 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
- Pass domain to cookie remove function.