Skip to content

Latest commit

 

History

History
312 lines (158 loc) · 9.33 KB

CHANGELOG.md

File metadata and controls

312 lines (158 loc) · 9.33 KB

0.3.1+2

  • Update a dependency to the latest release.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2023-08-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


gtk_window - v0.3.1+1

  • FIX: Wrap ContextMenu items again in a StateBuilder to refresh its state. (f88208d6)

0.3.1+1

  • FIX: Wrap ContextMenu items again in a StateBuilder to refresh its state. (f88208d6)

2023-08-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


gtk_window - v0.3.1

  • REFACTOR: Convert local import to relative. (b0dbd644)
  • FEAT: Export window_manager, hotkey_manager, and all public members for greater flexibility. Re-organize exports. (d2194b94)

0.3.1

  • REFACTOR: Convert local import to relative. (b0dbd644)
  • FEAT: Export window_manager, hotkey_manager, and all public members for greater flexibility. Re-organize exports. (d2194b94)

2023-08-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


gtk_window - v0.3.0+1

  • FIX: Properly export OnWillPop function definition. (7618c1c9)

0.3.0+1

  • FIX: Properly export OnWillPop function definition. (7618c1c9)

2023-08-05

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

gtk_window - v0.3.0

  • REFACTOR(header): Remove unnecessary stateful builder. (bdfecccd)
  • BREAKING FEAT(leading): Add seperate callbacks for the back button action and on will pop action. (c529e6ed)

0.3.0

Note: This release has breaking changes.

  • REFACTOR(header): Remove unnecessary stateful builder. (bdfecccd)
  • BREAKING FEAT(leading): Add seperate callbacks for the back button action and on will pop action. (c529e6ed)

2023-07-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


gtk_window - v0.2.1

  • FEAT(window_manager): Upgrade window manager and implement updated contract. (f655ccc7)

0.2.1

  • FEAT(window_manager): Upgrade window manager and implement updated contract. (f655ccc7)

2023-05-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


gtk_window - v0.2.0+1

  • FIX(web_stub): Correct the signature of ensureInitialized. (eb00ae1e)

0.2.0+1

  • FIX(web_stub): Correct the signature of ensureInitialized. (eb00ae1e)

2023-05-30

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

gtk_window - v0.2.0

  • BREAKING FEAT: Remove exported libraries and add web stubs for all exported members of the public API. (79909afc)

0.2.0

Note: This release has breaking changes.

  • BREAKING FEAT: Remove exported libraries and add web stubs for all exported members of the public API. (79909afc)

2023-05-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


gtk_window - v0.1.2+1

  • FIX(leading): Make drawer visible from small instead of of extra small. (022b18c3)

0.1.2+1

  • FIX(leading): Make drawer visible from small instead of of extra small. (022b18c3)

2023-05-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


gtk_window - v0.1.2

  • FEAT(leading): Add support for customized auto-implied drawer button on non macos small devices. (20124f10)

0.1.2

  • FEAT(leading): Add support for customized auto-implied drawer button on non macos small devices. (20124f10)

2023-05-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


gtk_window - v0.1.1+1

  • FIX(leading): Pass down to leading widget the onWillPopCallback and back button configuration. (d41dfb5d)

0.1.1+1

  • FIX(leading): Pass down to leading widget the onWillPopCallback and back button configuration. (d41dfb5d)

2023-05-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


gtk_window - v0.1.1

  • FIX(buttons): Remove unnecessery variables on leading/trailing widgets. (a2228355)
  • FIX: Correct repository in pubspec.yaml. (3815de4a)
  • FEAT(melos): Add melos for semver. (6b2480e5)
  • FEAT(leading): Add user defined callback for back button action. (9a11841e)
  • FEAT: Rework. (1402dc9c)

0.1.1

  • FIX(buttons): Remove unnecessery variables on leading/trailing widgets. (a2228355)
  • FIX: Correct repository in pubspec.yaml. (3815de4a)
  • FEAT(melos): Add melos for semver. (6b2480e5)
  • FEAT(leading): Add user defined callback for back button action. (9a11841e)
  • FEAT: Rework. (1402dc9c)

0.1.0

  • You no longer need to edit the my_application.cc file to hide the header bar and use this package.

0.0.2

  • Fix a bug where the header icons would not be shown correctly if the user had not enabled the material 3 theme

  • Use BackButton instead of IconButton for the back button

0.0.1

  • First release