# [1.0.0-alpha.23](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-02-22) ### Features * now use_effect accepts `JsValue` as effect function ([39f8489](https://github.com/frender-rs/react-sys/commit/39f84896c7c1938e2f3afa7cf23ea9f6f0051df8)) ### BREAKING CHANGES * use_effect* api changed # [1.0.0-alpha.22](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-02-12) ### Bug Fixes * pub Fragment and StrictMode ([d2dfe5d](https://github.com/frender-rs/react-sys/commit/d2dfe5d569b744dca80ecedcad6469a665d5c001)) # [1.0.0-alpha.21](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-02-12) ### Features * React.Fragment and React.StrictMode ([a9141f1](https://github.com/frender-rs/react-sys/commit/a9141f145fa4c32fed1a2207b1c38bc7581390dc)) # [1.0.0-alpha.20](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-01-26) ### Features * helper method create_fragment ([cb3fbb6](https://github.com/frender-rs/react-sys/commit/cb3fbb624b76ab78d622a82aa15e0c7c710ad429)) # [1.0.0-alpha.19](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-01-21) ### Features * derive Debug Clone for ElementMutableRefObject ([f428fc8](https://github.com/frender-rs/react-sys/commit/f428fc86244bbb6efef551c9e7539cfdcd003aee)) # [1.0.0-alpha.18](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-01-21) ### Features * derive Debug Clone for Element ([e49648b](https://github.com/frender-rs/react-sys/commit/e49648bd3ad76c8fac93753152d693023180ada9)) # [1.0.0-alpha.17](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2021-11-24) ### Bug Fixes * typo for MutableRefObjectOptionalHtmlElement and MutableRefObjectHtmlElement ([e165eb7](https://github.com/frender-rs/react-sys/commit/e165eb71516008e53b2e18d4018a03a27d4db4cc)) # [1.0.0-alpha.16](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2021-11-24) ### Features * use_ref ([8844a8b](https://github.com/frender-rs/react-sys/commit/8844a8bfa29eda53fe5d6893792a49c9ede48f21)) # [1.0.0-alpha.15](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2021-11-24) ### Features * create_element_intrinsic ([724643e](https://github.com/frender-rs/react-sys/commit/724643eb79c4bba5044088a13aeba72be1d6abb3)) # [1.0.0-alpha.14](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2021-11-24) ### Features * rename create_element_with_props to create_element_no_children ([318b3af](https://github.com/frender-rs/react-sys/commit/318b3af89da592939b6f7bc18e97feb6f4371c8e)) ### BREAKING CHANGES * `create_element_with_props` renamed to `create_element_no_children` # [1.0.0-alpha.13](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2021-11-24) ### Features * `create_element*` should take references of props and children ([daa5931](https://github.com/frender-rs/react-sys/commit/daa59310bb7d5cd6b0006f8c6deb4b8742d5caf1)) ### BREAKING CHANGES * `create_element*` now takes references of props and children # [1.0.0-alpha.12](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2021-11-23) ### Features * create_element_fn and create_element_fn_mut ([0ad37fd](https://github.com/frender-rs/react-sys/commit/0ad37fd6d2b57a0fc0890da4803d0d8b2346073c)) # [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> ([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 ([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))