Releases: birdofpreyru/react-utils
Releases · birdofpreyru/react-utils
v1.40.6
- [#380] Exports AsyncCollectionT type.
- Update of dependencies.
v1.40.5
- Default Babel configs updated to support older Chrome 44+ (i.e. Android 6.0 (SDK 23)).
- Update of dependencies.
v1.40.4
v1.40.3
- Update of dependencies.
v1.40.2
- Update of dependencies.
v1.40.1
v1.40.0
- [#375] Improves Babel and Webpack configs provided by the library:
- Adds
modules
option to Babel config factory, which defaults tofalse
in the config for Webpack, andcjs
in the config for NodeJS. - Avoid overriding the user-provided (if provided)
targets
option in the config for NodeJS. - Adds
babelLoaderExclude
option to the Webpack config factory. It is set to[]
for production app config, to ensure that Babel re-compiles all 3rd-party modules to ensure the output bundle satisfies requested target environment compatibility. - Adds
cookie
to the list of external modules in the Webpack config for libraries.
- Adds
- Update of dependencies.
v1.39.6
- Minor patch of mockClientSide() method in Jest Utils.
v1.39.5
- Update of dependencies.
v1.39.4
- Update of default Jest config, to ensure it loads development versions of dependencies build for browsers. For example, the development version of this very library includes
data-testid
attributes for some interactive elements, to facilitate testing; while thesedata-testid
s are optimized out of production builds.