From 8013f6bfa936ce3ca905372d7b7d5df63e6cc481 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Thu, 25 Feb 2021 10:14:30 +0100 Subject: [PATCH] feat: release v0.3.0 --- CHANGELOG.md | 11 ++++++++++- example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2635c..76e49ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> -## [Unreleased](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.16...master) +## [Unreleased](https://github.com/JonasWanke/black_hole_flutter/compare/v0.3.0...master) + + +## [0.3.0](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.16...v0.3.0) ยท 2021-02-25 + +### โš  BREAKING CHANGES +- change SDK constraint to `>=2.12.0-0 <3.0.0` to enable null-safety +- **navigation:** replace `BuildContext.modalRoute` with `BuildContext.getModalRoute()` to return a strongly typed `ModalRoute?` (instead of `ModalRoute?`) +- **widgets/buttons:** replace `FancyTextButton`, `FancyOutlineButton`, and `FancyRaisedButton` with `FancyFlatButton`, `FancyOutlinedButton`, and `FancyElevatedButton`, respectively + - These buttons no longer accept individual style parameters like `textColor`, `color`, or `shape`, but instead accept an optional `ButtonStyle? style`, just like the original Material Design buttons ## [0.2.16](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.15...v0.2.16) ยท 2020-11-24 diff --git a/example/pubspec.lock b/example/pubspec.lock index 4cb2a99..bafda5e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "0.2.16" + version: "0.3.0" boolean_selector: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ad0beda..8df7a63 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: black_hole_flutter_example description: 'Example for ๐Ÿ›  black_hole_flutter, a package absorbing all Flutter utility functions' -version: 0.2.16 +version: 0.3.0 publish_to: 'none' environment: diff --git a/pubspec.yaml b/pubspec.yaml index 43468eb..afb9b1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: black_hole_flutter -version: 0.2.16 description: '๐Ÿ›  A package absorbing all Flutter utility functions, including extension functions and commonly used widgets' +version: 0.3.0 homepage: https://github.com/JonasWanke/black_hole_flutter environment: