Skip to content

Releases: nank1ro/flutter-shadcn-ui

v0.23.4

31 Mar 16:40
84f4c6b
Compare
Choose a tag to compare

Changelog

  • FIX: ShadSelectFormField and ShadSelectMultipleFormField controller not updating the parent ShadForm.

What's Changed

Full Changelog: v0.23.3...v0.23.4

v0.23.3

26 Mar 09:51
be628db
Compare
Choose a tag to compare

Changelog

  • FIX: ShadInput onPressedOutside when tapping on another ShadInput.
  • FEAT: Add groupId to ShadInput and ShadInputFormField, defaults to UniqueKey instead of EditableText.

What's Changed

Full Changelog: v0.23.2...v0.23.3

v0.23.2

24 Mar 17:38
Compare
Choose a tag to compare

Changelog

  • FEAT: Add copyWith method to ShadColorScheme (thanks to @Luckey-Elijah).

What's Changed

Full Changelog: v0.23.1...v0.23.2

v0.23.1

21 Mar 15:22
8589f9a
Compare
Choose a tag to compare

Changelog

  • FIX: ShadResizable divider alignments when dividerSize is overriden.

What's Changed

Full Changelog: v0.23.0...v0.23.1

v0.23.0

17 Mar 12:26
160fb8c
Compare
Choose a tag to compare

Changelog

  • FIX: Expose ShadMouseCursorProvider.
  • FIX: ShadMenubar anchor.
  • FIX: ShadBadge should not enter the gesture arena if the onPressed callback is not provided.
  • FEAT: Add cursor to ShadBadge, defaults to SystemMouseCursors.click if onPressed is provided.
  • BREAKING CHANGE: Refactor ShadAnchorAuto to make it more powerful, removed verticalOffset and preferBelow in favor of offset, followerAnchor and targetAnchor. Now every component uses it by default.

What's Changed

Full Changelog: v0.22.5...v0.23.0

v0.22.5

06 Mar 15:03
d4c165d
Compare
Choose a tag to compare

Changelog

  • FIX: ShadGestureDetector global coordinates when using multiple Navigators.

What's Changed

Full Changelog: v0.22.4...v0.22.5

v0.22.4

06 Mar 14:58
Compare
Choose a tag to compare

Changelog

  • FIX: Pass themeMode to MaterialApp (thanks to @mubareksd).
  • FIX: Add focusNode to ShadInputFormField.

What's Changed

New Contributors

Full Changelog: v0.22.3...v0.22.4

v0.22.3

05 Mar 14:54
a808ec7
Compare
Choose a tag to compare

Changelog

  • FIX: ShadTooltip exit animation, add duration and reverseDuration to it.
  • FIX: ShadMenubar no longer steals the focus.
  • FIX: ShadButton stealing focus when pressed.
  • FEAT: Add stylusHandwritingEnabled to ShadInput.

What's Changed

Full Changelog: v0.22.2...v0.22.3

v0.22.2

04 Mar 11:01
Compare
Choose a tag to compare

Changelog

  • FIX: Add constraints to ShadInput and ShadInputFormField, by default the min height is calculated based on the style and placeholderStyle.
  • FIX: ShadInput style and placeholder style which are now merged instead of replaced.
  • FIX ShadMenubar wrong padding used for the context menu.
  • CHORE: Set min flutter version to 3.29.0 (thanks to @qk7b)

What's Changed

  • chore: Update pubspec.yaml to set minimal version to 3.29.0 by @qk7b in #312
  • fix: input constraints by @nank1ro in #315

New Contributors

  • @qk7b made their first contribution in #312

Full Changelog: v0.22.1...v0.22.2

v0.22.1

03 Mar 10:05
79aba3a
Compare
Choose a tag to compare

Changelog

  • FIX: ShadInput icon color.

What's Changed

Full Changelog: v0.22.0...v0.22.1