Releases: newying61/web-components-with-react
Releases · newying61/web-components-with-react
feat: update packages to latest
- feat: update packages to latest 81d0ece
- Merge pull request #11 from newying61/dependabot/npm_and_yarn/ini-1.3.7 66ee3e8
- Merge pull request #10 from newying61/dependabot/npm_and_yarn/semantic-release-17.2.3 f302f58
- Merge pull request #12 from newying61/dependabot/npm_and_yarn/acorn-5.7.4 8c4d0e5
- build(deps-dev): bump semantic-release from 15.13.21 to 17.2.3 95dad90
- build(deps): bump acorn from 5.7.3 to 5.7.4 6d9051d
- Merge pull request #9 from newying61/dependabot/npm_and_yarn/npm-user-validate-1.0.1 f5b5587
- Merge pull request #6 from newying61/dependabot/npm_and_yarn/lodash-4.17.19 2c95ee7
- Merge pull request #8 from newying61/dependabot/npm_and_yarn/node-fetch-2.6.1 018d437
- Merge pull request #7 from newying61/dependabot/npm_and_yarn/tree-kill-1.2.2 c4b3c56
- build(deps): bump ini from 1.3.5 to 1.3.7 18ea1e1
- build(deps): bump npm-user-validate from 1.0.0 to 1.0.1 abedc76
- build(deps): bump node-fetch from 2.6.0 to 2.6.1 4a1ea33
- build(deps): bump tree-kill from 1.2.1 to 1.2.2 2cbac5d
- build(deps): bump lodash from 4.17.15 to 4.17.19 f423140
- Merge pull request #3 from newying61/dependabot/npm_and_yarn/handlebars-4.5.3 042382b
- build(deps): bump handlebars from 4.1.2 to 4.5.3 14dd67b
- Merge pull request #2 from newying61/dependabot/npm_and_yarn/npm-6.13.4 4d8f00b
- Merge pull request #1 from newying61/dependabot/npm_and_yarn/eslint-utils-1.4.3 98bdf2b
- build(deps): bump npm from 6.10.3 to 6.13.4 4eaf64e
- build(deps): bump eslint-utils from 1.4.0 to 1.4.3 4dd5cdc
- Update README.md 51fbd90
Add ReactCustomElementWithProps factory method
- feat(ReactCustomElementWithProps): Add factory method to create custom elment for monitoring attributes changes. Attributes changes will trigger a React App re-render b1be9d2
Add base class and unit tests
- feat(BaseReactCustomElement): Add base class and unit tests 4f6955f
Update Readme file
- fix(Readme): Update readme for browser support and how to add styles 1dabad2
v1 release
- feat(ReactCustomElement): Factory function implementation