This repository has been archived by the owner on Feb 27, 2022. It is now read-only.
Note : Only ReasonReact JSX v3 is supported.
Please consider migrating to JSX v3 (new ReasonReact hook components).
- Rewrite ReLoadable API to support only JSX v3 (type definition for dynamic import & React.lazy).
- Update all devDependencies ([email protected], @glennsl/[email protected], [email protected], [email protected], @babel/[email protected], [email protected], [email protected], [email protected], reason-react >= 0.8).
- Remove "bs-dynamic-import" dependency.
- Remove "bs-react-test-renderer" devDependency.
- Move "react" & "react-dom" into devDependencies.
- Add "@komponente/react-hello-world" in devDependency (used for testing external component).
- Use "bs-react-testing-library" for testing instead of "bs-react-test-renderer".
- Add "reason-react" in peerDependencies to avoid package duplication. #84
- Support "reason-react" >= 0.8.0. #84
- Ensure top level binding in ReasonReact component is preserved. #83
- Reintroduce lockfiles (package-json.lock & yarn.lock).
- Add npmignore file (prevent tests & examples to be part of npm artifacts).
- Update travis configuration to run tests against Node.js v12 (latest LTS).
- Update refmt shell script to use node_modules bsrefmt instead of globally installed bsrefmt.
- Update documentation.
- Update examples.