react-bind-properties
Version:
Add native property bindings to React for use with custom elements
58 lines (22 loc) • 1.63 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.3](https://github.com/calebdwilliams/react-bind-props-schema/compare/v1.0.2...v1.0.3) (2020-10-05)
### [1.0.2](https://github.com/calebdwilliams/react-bind-props-schema/compare/v1.0.1...v1.0.2) (2020-10-05)
### 1.0.1 (2020-10-04)
### [1.0.2](https://github.com/calebdwilliams/jsx-native-events/compare/v1.0.1...v1.0.2) (2019-08-02)
### Bug Fixes
* **ref:** :bug: fix ignoring existing ref prop ([bbab5e6](https://github.com/calebdwilliams/jsx-native-events/commit/bbab5e6))
### [1.0.1](https://github.com/calebdwilliams/jsx-native-events/compare/v0.1.0...v1.0.1) (2019-06-17)
## [0.1.0](https://github.com/calebdwilliams/jsx-native-events/compare/v0.0.2...v0.1.0) (2019-06-17)
### Bug Fixes
* **pragma:** The pragma ignores nodes whose type is not a string (and thus a descendant of EventTarget) ([171e0cd](https://github.com/calebdwilliams/jsx-native-events/commit/171e0cd))
### Features
* Add tests ([9d2360b](https://github.com/calebdwilliams/jsx-native-events/commit/9d2360b))
### BREAKING CHANGES
* Initial full release
### [0.0.2](https://github.com/calebdwilliams/jsx-native-events/compare/v0.0.1...v0.0.2) (2019-06-15)
### Bug Fixes
* Add comments to src file ([b1f072a](https://github.com/calebdwilliams/jsx-native-events/commit/b1f072a))
### 0.0.1 (2019-06-15)
### Bug Fixes
* Build exports default function ([6e5be87](https://github.com/calebdwilliams/jsx-native-events/commit/6e5be87))