Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Aug 24, 2021
1 parent 005cdd0 commit a6eaf5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Date format: DD/MM/YYYY

## [next] - [##/##/2021]
## [3.0.0] - Windows 11 - [24/08/2021]

- Update `ToggleButton` design.
- Update `Button` design.
- Update `RadioButton` design:
- Added support for radio button content (`RadioButton.content`)
- Update `ContentDialog` design.
- Update `NavigationView` design:
- **BREAKING:** Acryic is not used anymore. Consequently, `useAcrylic` method was removed.
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<a title="Github License">
<img src="https://img.shields.io/github/license/bdlukaa/fluent_ui" />
</a>
<a title="PRs are welcome">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" />
</a>
</p>
<p align="center">
<a title="Buy me a coffee" href="https://www.buymeacoffee.com/bdlukaa">
Expand Down Expand Up @@ -46,7 +43,6 @@ Unofficial implementation of Fluent UI for [Flutter](flutter.dev). It's written
- [Font](#font)
- [Type ramp](#type-ramp)
- [Reveal Focus](#reveal-focus)
- **TODO** [Reveal Highlight](https://docs.microsoft.com/en-us/windows/uwp/design/style/reveal)
- [Motion](#motion)
- [Page Transitions](#page-transitions)
- [Navigation](#navigation)
Expand Down Expand Up @@ -120,7 +116,7 @@ Note that this version is not stable. You can see the example app deplyed using
```yaml
dependencies:
fluent_ui: ^2.1.1
fluent_ui: ^3.0.0
```
Versions published to pub are stable and fully tested.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.2.1"
version: "3.0.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fluent_ui
description: Implements Fluent UI in Flutter. Based on the official documentation
version: 2.2.1
description: Implements Windows UI in Flutter. Based on the official documentation
version: 3.0.0
homepage: https://github.com/bdlukaa/fluent_ui

environment:
Expand Down

0 comments on commit a6eaf5f

Please sign in to comment.