Reason Loadable Versions Save

? Suspense/Lazy for ReasonReact.

1.0.0

4 years ago

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.

0.6.2

4 years ago
  • Repository chore (doc update with non-ReasonReact component import, remove lockfiles, upgrade all devDependencies).

0.6.1

4 years ago
  • Support JSX v3 (hook component), with React Suspense/Lazy.
  • Add JSX v3 examples (Parcel/Webpack).

0.5.0

4 years ago
  • Upgrade all dependencies (support bs-platform@5 and [email protected]). #72 #70
  • Repository chore (package audit, renovate bot removed, avoid dependency pin).