Releases: userback/widget-js
Releases · userback/widget-js
v0.3.7
v0.3.6
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
What's Changed
- Delays initialization on React by @ekwoka in #51
- Fix playwright pinning by @Shard in #52
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #53
- Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #54
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #56
New Contributors
- @dependabot made their first contribution in #53
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
- Add support for
vue2
with@userback/vue2
(#42 ) - Add examples for
nuxt2
andnuxt3
(#43 ) - Remove usage of
.cjs
for@userback/widget
, fixes issue with webpack4 importing both cjs/mjs modules and breaking (#42 ) - Remove deprecated
React.defaultProps
in favor of optional params - Thanks @eluce2 (#40 ) - npm package updates and misc development improvements