Skip to content

v4.7.2

Compare
Choose a tag to compare
@danrosenthal danrosenthal released this 30 Oct 19:01

Bug fixes

  • Fixed a bug with TextField which caused infinite layout and high CPU load in Safari, related to WebKit Bug 194332 (#2379)
  • Fixed an accessibility issue with TextField multiline where aria-multiline would be set to an invalid type number (#2351)
  • Fixed alignment of disclosure icons on ResourceItem (#2370)

Documentation

Development workflow

  • Removed the need to upload assets with each release (#2346)

Code quality

  • Migrated FilterValueSelector to use hooks instead of withAppProvider (#2156)
  • Added useIsMountedRef hook to use while building components (#2167)