From a6eaf5f455668d1446fbb69391d2327f17356902 Mon Sep 17 00:00:00 2001
From: Bruno D'Luka <45696119+bdlukaa@users.noreply.github.com>
Date: Tue, 24 Aug 2021 15:36:33 -0300
Subject: [PATCH] Version 3.0.0
---
CHANGELOG.md | 3 +--
README.md | 6 +-----
example/pubspec.lock | 2 +-
pubspec.yaml | 4 ++--
4 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f9bd740b..af85bdd8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
diff --git a/README.md b/README.md
index d4d108bc8..0c5026656 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,6 @@
-
-
-
@@ -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)
@@ -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.
diff --git a/example/pubspec.lock b/example/pubspec.lock
index cbe2adc9a..4ae982ae5 100644
--- a/example/pubspec.lock
+++ b/example/pubspec.lock
@@ -112,7 +112,7 @@ packages:
path: ".."
relative: true
source: path
- version: "2.2.1"
+ version: "3.0.0"
flutter:
dependency: "direct main"
description: flutter
diff --git a/pubspec.yaml b/pubspec.yaml
index 3571bb48b..0b5bad17d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -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: