This repository was archived by the owner on Feb 27, 2022. It is now read-only.
Releases: arialpew/reason-loadable
Releases · arialpew/reason-loadable
1.0.0
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 (bs-platform@7.3.2, @glennsl/bs-jest@0.5.1, babel-jest@26.0.1, jest@26.0.1, @babel/core@7.9.6, babel-preset-react-app@9.1.2, react@16.13.1, react-dom@16.13.1, 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.