v1.36.0
Breaking Changes
- [#357] Drops
propTypeschecks (because they are removed in React v19); and thus removes PT export (prop-typesalias) from the library. - [#359] Improves
OptionsTtype, to not be read-only (see CustomDropdown, Dropdown, and Switch components). - [#360] Adds noUncheckedIndexedAccess flag to TypeScript configs (and also creates a base TypeScript config in the library package), which strengthens TS rules, and requires corresponding updates in the dependent code.
Other Updates
- [#345] Updates snapshot() method of Jest Utils, to allow optionally waiting for async dependencies of a component render prior to capturing the snapshot.
- Update of dependencies.