Skip to content

Release v4.7.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 13:39
bc62d34

Summary

Improve dialog composition and generated-form reliability while retaining the Components 4 public API and existing Arc peer range. TypeScript 7 compilation runs alongside the TypeScript 6 compiler API required by current development tools.

Added

  • Open Dialog as an accessible side sheet with placement="start" or placement="end", including RTL-aware placement and reduced-motion support. (#280)
  • Add optional dialog subtitles and customizable close icons without replacing focus management, keyboard dismissal, or busy-state behavior. (#280)

Changed

  • Support TypeScript 7 compilation while retaining TypeScript 6 compatibility for tools that require its compiler API. Packed-package checks cover both compiler versions and continue to report known upstream declaration exceptions. (#176)
  • Reduce the published stylesheet size by removing duplicate FilterPanel rules from PivotViewer.

Fixed

  • Bind each automatically generated form field to its own command property, preventing text edits from overwriting date, number, or boolean values when used with Arc and Arc React 22.16.0 or newer. The existing package-wide Arc peer range is unchanged.