Skip to content

Releases: birdofpreyru/react-utils

v1.40.6

13 Sep 11:32
Compare
Choose a tag to compare

v1.40.5

11 Sep 20:47
Compare
Choose a tag to compare

v1.40.4

02 Sep 20:34
Compare
Choose a tag to compare
  • Checkbox updates:
    • [#347] Adds disabled prop.
    • [#366] Adds testId prop.
    • [#384] Support of «indeterminate» state.
  • [#366] Modal: adds testIdForOverlay prop.
  • Update of dependencies.

v1.40.3

31 Aug 15:53
Compare
Choose a tag to compare
  • Update of dependencies.

v1.40.2

12 Aug 09:28
Compare
Choose a tag to compare
  • Update of dependencies.

v1.40.1

05 Aug 08:41
Compare
Choose a tag to compare
  • [#376] Patch of base Webpack config for apps.
  • Update of dependencies.

v1.40.0

04 Aug 11:52
Compare
Choose a tag to compare
  • [#375] Improves Babel and Webpack configs provided by the library:
    • Adds modules option to Babel config factory, which defaults to false in the config for Webpack, and cjs 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.
  • Update of dependencies.

v1.39.6

01 Aug 13:47
Compare
Choose a tag to compare

v1.39.5

01 Aug 08:38
Compare
Choose a tag to compare
  • Update of dependencies.

v1.39.4

22 Jul 11:57
Compare
Choose a tag to compare
  • 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 these data-testids are optimized out of production builds.