# [1.0.0-alpha.7](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-11-07)
### Features
* React.useRef<bool> ([b0e654c](https://github.com/frender-rs/react-sys/commit/b0e654c662beb774398cf4df95f046e815e3db08))
# [1.0.0-alpha.6](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-11-07)
### Bug Fixes
* remove unexpected std exports ([b484716](https://github.com/frender-rs/react-sys/commit/b484716246bb11cec473a6a0073d6301bab02c8d))
### BREAKING CHANGES
* `std::{ concat, stringify }` are unexpected exported in previous versions. Now they are removed
# [1.0.0-alpha.5](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2021-11-07)
### Bug Fixes
* specify dep wasm-bindgen version in range ([2ef9590](https://github.com/frender-rs/react-sys/commit/2ef9590a6123d232cd29e7c6e261a3f2d14df397))
# [1.0.0-alpha.4](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2021-11-06)
### Features
* unsafe React.useEffect ([05f851f](https://github.com/frender-rs/react-sys/commit/05f851faa72d58262971af6109ac60472eef0432))
# [1.0.0-alpha.3](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-11-06)
### Bug Fixes
* make use_state helpers pub ([50f4693](https://github.com/frender-rs/react-sys/commit/50f4693a08dd6bb3b028d66fb5d512c57677466d))
### Features
* React.useRef ([562fa22](https://github.com/frender-rs/react-sys/commit/562fa2250ebb67dfcc7ef7e3b91ced8abe3b2583))
# [1.0.0-alpha.2](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-11-06)
### Bug Fixes
* cargo keywords max to 5 ([cd9de32](https://github.com/frender-rs/react-sys/commit/cd9de32b83619574d123572145b151dc6baa9afa))
* js snippets ([2fd853a](https://github.com/frender-rs/react-sys/commit/2fd853a798635b3c20981b679284e76bcdf36155))
### Features
* ReactDOM.render ([51485d6](https://github.com/frender-rs/react-sys/commit/51485d6fb19aa5eb3326edc538439d81865d7c8b))
# 1.0.0-alpha.1 (2021-11-06)
### Features
* React.createElement ([cfa19e4](https://github.com/frender-rs/react-sys/commit/cfa19e49d9c7119fc00dfb87d53ebc98ec913145))
* React.useState ([ac87997](https://github.com/frender-rs/react-sys/commit/ac87997837bf8bb0bf97786625496aad86707ad2))