Skip to content

Releases: religiosa1/react-solid-flow

1.0.0

23 Jan 21:21
Compare
Choose a tag to compare

Added

  • additional typescript checks if useResource value is a function type, so it's
    impossible to accidently miss the external function wrapper during initialization
  • <Match /> narrows down renderProp type to non-nullable values

Changed

  • <Await /> now renders nothing instead of throwing an error, if nullish for prop was supplied
  • default module format switched from cjs to mjs
  • builder changed from vite to tsup
  • exports declaration was changed for better cjs/mjs support
  • stricter internal dispatch checkings in useResource
  • documentation and changelog typos, wordings and better examples
  • source code is ommited from the npm bundle

Security

  • devDependencies bump

0.2.3

20 Feb 16:56
Compare
Choose a tag to compare

2023-02-20

Changed

  • typeof function being used instead of instanceOf Function in checks inside the
    code to avoid potential issue with Jest

Security

  • devDependencies versions bump

0.2.2

24 Jan 23:28
Compare
Choose a tag to compare

2023-01-25

Changed

  • actually change react jsx-runtime back to classic in the bundle,
    because of the issue with webpack5 mjs imports

0.2.1

24 Jan 21:52
Compare
Choose a tag to compare

2023-01-24

Changed

  • eslint check was added to the build-test pipeline, so it's required for lint to pass
  • Stricter error verification rules, resource error types were changed from any to unknown
  • jsx-runtime settings changed to react-jsx

Fixed

  • fixed or muted all the previous eslint warnings

0.2.0

23 Jan 10:58
Compare
Choose a tag to compare

Initial public release