Skip to content

Releases: theKashey/react-imported-component

v6.5.0

18 Oct 06:18
Compare
Choose a tag to compare

Bug Fixes

  • allow configuration for ignored folders (4fc6519)
  • correct global tracker mutation (4ee1c64)
  • document undefined behavior when importing two locations (8b84df1)
  • imports within comments are no longer discoverable (b47dea0)
  • readme typo (732ea29)

Suspense Ready

05 Mar 06:57
Compare
Choose a tag to compare

Bug Fixes

  • allow hot reloading for server cases (8144a9f)
  • allow suspense hydration (d200d5e)

馃槈 fan fact - Async splitting was broken since 16.10 :) please use LazyBoundary to keep your applications properly hydrated

Features

v6.3.13

14 Sep 09:50
Compare
Choose a tag to compare

Bug Fixes

  • expose short typescript helpers for useImported (ef7da10)
  • function overloading shadows the original implementation (d4c6cd2)

v6.3.11

14 Sep 09:50
Compare
Choose a tag to compare

Bug Fixes

  • replace detect-node by detect-node-es (15047a2)

Configure it!

29 Jun 11:52
Compare
Choose a tag to compare

Cumulative update since 6.3.0

Bug Fixes

  • better cleaning for function signatures (ae37c4c)
  • memoize useImported result object (f03bb69)
  • multiline imports are not working (ab2da95)
  • useImported should detect replacement of loadable (301992d)
  • terser changes files; add webpack/terser sgnature cleanup; fixes #166 (5a851d2)

Features

  • allow import control via configuration file (61a68a1)

Macro version

18 Sep 13:19
Compare
Choose a tag to compare
  • react-imported-component/macro for all CRA/babel-plugin-macros users
  • addPreloader for complex loading situations

Just in time!

07 Sep 04:25
Compare
Choose a tag to compare
  • new useImported hook to import anything
  • new /boot endpoint
  • webpack and parcel integration
  • refined used-styles to support critical CSS extraction
  • and brand new readme

5.0.0

03 Oct 01:16
Compare
Choose a tag to compare

Fixes

  • stop passing all-the-props to the final component. Lets pass only ones, provided by a user (breaking change).
  • fix sync SSR issue, #30
  • fix scanImports (reason unknown, #29)

#Features

  • forwardRef (if supported by target system)

4.6.1

20 Jun 08:06
Compare
Choose a tag to compare

Bug fixes

  • TypeScript definitions

Features

  • FlowType definitions

4.6.0

16 Jun 06:47
Compare
Choose a tag to compare

Features

  • Add async mode to power 猬嗭笍up React 16 suspense.