Releases: theKashey/react-imported-component
Releases · theKashey/react-imported-component
v6.5.0
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
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
Bug Fixes
- expose short typescript helpers for useImported (ef7da10)
- function overloading shadows the original implementation (d4c6cd2)
v6.3.11
Bug Fixes
- replace detect-node by detect-node-es (15047a2)
Configure it!
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
react-imported-component/macro
for all CRA/babel-plugin-macros users
addPreloader
for complex loading situations
Just in time!
- 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
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.0
Features
- Add
async
mode to power ⬆️up React 16 suspense.