Skip to content

chore(main): release 4.3.0#101

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--flutter_resizable_container
Open

chore(main): release 4.3.0#101
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--flutter_resizable_container

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 19, 2026

🤖 I have created a release beep boop

4.3.0 (2026-05-27)

Features

Bug Fixes

  • account for expand min/max bounds (#82) (b7506d5)
  • Box constraints assertion error when reducing screen size (#60) (140c0a3), closes #58
  • clamp cascaded delta by receiver max constraint (#106) (#125) (9f06c32)
  • controller notifying during build (#81) (b88bcc7)
  • custom divider (#87) (7d5e7df)
  • Dart SDK constraint (#43) (c11bbfb)
  • direction comparison in resizable container (#95) (93f458f)
  • divider and cursor positioning (457241a)
  • don't allow children to grow beyond available space (7c30d85)
  • don't allow children to shrink below 0 in size (7fbcc55)
  • ensure child sizes cannot be below zero (8ee51a3)
  • Fix versioning syntax (#34) (df020c8)
  • Hot reload (#23) (4c35e5a)
  • include min/max in ResizableSize equality (#104) (#127) (72c28ae)
  • incorporate divider sizes into calculations (d67d22e)
  • Marked dirty during build exception (#44) (4a02b58)
  • measure shrink children via dry layout (#85) (#98) (c6fc50e)
  • rebind controller when widget.controller changes (#107) (#124) (8e7add0)
  • ResizableChild.props omits divider and discards child widget (#126) (059d437)
  • toggle button text color (d16aa95)
  • typo in README (af616fc)
  • vertical cross-axis sizing (27268ae)

Documentation

Build System

  • deps: bump flutter_lints from 3.0.2 to 4.0.0 (#36) (4f615bc)
  • deps: bump flutter_lints from 4.0.0 to 5.0.0 (#53) (001fa27)
  • deps: bump flutter_lints from 5.0.0 to 6.0.0 (#91) (9a7a6a9)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--flutter_resizable_container branch 3 times, most recently from ad2f079 to 13fe023 Compare May 19, 2026 19:24
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--flutter_resizable_container branch 6 times, most recently from 9ce7f68 to 1ee58e9 Compare May 27, 2026 13:50
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--flutter_resizable_container branch from 1ee58e9 to 92fe551 Compare May 27, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assertion was thrown building Builder: BoxConstraints has both a negative minimum width and a negative minimum height.

0 participants