From 9090cc2e35f4549452f4a01a09fb5786e9143230 Mon Sep 17 00:00:00 2001 From: Foldblade Date: Mon, 14 Mar 2022 14:05:42 +0800 Subject: [PATCH] Update CHANGELOG.md for v1.1.3 - fix #10 and #12 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ea24e..9e53fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.3] - 2022-03-14 + +### Changed + +- `ModelViewer`'s default `backgroundColor` from `Colors.white` to `Colors.transparent`, due to [#12](https://github.com/omchiii/model_viewer_plus.dart/issues/12) +- `proxy`'s null check fix and `setState() {}` for it, due to [#10](https://github.com/omchiii/model_viewer_plus.dart/issues/10) + ## [1.1.2] - 2022-02-17 ### Added