Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Cupertino widgets and all the adaptive widgets #946

Merged
merged 10 commits into from
Oct 21, 2023
Prev Previous commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
EchoEllet committed Oct 20, 2023
commit 2b1828686f6dbe031e39962a79a34f48a1949171
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
## [next]

* fix: `ProgressRing` and `ProgressBar` now fit correctly the parent bounds ([#942](https://github.com/bdlukaa/fluent_ui/issues/942))
<<<<<<< HEAD
* Add a support for Cupertino Loclizations from GlobalCupertinoLocalizations, this can help fix some errors when using offical adaptive widgets and other cupertino widgets
* Upgrade the `scroll_pos` dependecy to the latest version which is 0.5.0
* Now, By default we will use CupertinoScrollbar() widget for iOS and macOS, you can change this in the scrollBehavior to fit your needs if needed.
=======
* fix: `TabView` buttons was only rendered on hover. Now the buttons (add and scroll buttons) are always rendered.
* fix: `ComboboxItem` correctly apply foreground color. Added `ComboboxItem.enabled` ([#949](https://github.com/bdlukaa/fluent_ui/issues/949))
>>>>>>> upstream/master

## 4.7.6

Expand Down