# [1.0.0-alpha.11](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2021-11-09)
### Bug Fixes
* helper use_state_auto_clean ([5d4475d](https://github.com/frender-rs/react-sys/commit/5d4475df3420a9eccd04cd0c0b3c23d511594c86))
# [1.0.0-alpha.10](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2021-11-09)
### Bug Fixes
* helper use_state_auto_clean not returned ([e5d5129](https://github.com/frender-rs/react-sys/commit/e5d5129993fd4a401c99ffba6a82b7ed7e035b75))
# [1.0.0-alpha.9](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2021-11-09)
### Bug Fixes
* pub react_dom::render ([9344a72](https://github.com/frender-rs/react-sys/commit/9344a72c57353c0d62c2376b688b3838c3f6ca54))
# [1.0.0-alpha.8](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2021-11-07)
### Features
* React.useRef<Option<usize>> ([cd880c1](https://github.com/frender-rs/react-sys/commit/cd880c1ec9727f4cca189d31febb573bb8d72f05))
# [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))