Skip to content

Commit

Permalink
Merge branch 'release/9.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed Jan 20, 2023
2 parents f413e1f + 6f2c112 commit 7080f02
Show file tree
Hide file tree
Showing 10 changed files with 265 additions and 256 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/a-regression.md
@@ -1,7 +1,10 @@
---

name: 🔙 Regression
name: "\U0001F519 Regression"
about: Report unexpected behavior that worked previously
title: ''
labels: t/bug
assignees: ''

---

## 🔙 Regression
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/b-bug-report.md
@@ -1,7 +1,10 @@
---

name: 🐛 Bug Report
name: "\U0001F41B Bug Report"
about: Create a report to help us fix bugs and make improvements
title: ''
labels: t/bug
assignees: ''

---

## 🐛 Bug Report
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/c-feature-request.md
@@ -1,7 +1,10 @@
---

name: 🚀 Feature Request
name: "\U0001F680 Feature Request"
about: Want to see something new included in the Framework? Submit it!
title: ''
labels: t/feature
assignees: ''

---

## 🚀 Feature Requests
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/d-enhancement-proposal.md
@@ -1,7 +1,10 @@
---

name: 🏗 Enhancement Proposal
name: "\U0001F3D7 Enhancement Proposal"
about: Proposals for code cleanup, refactor and improvements in general
title: ''
labels: t/enhancement
assignees: ''

---

## 🏗 Enhancement Proposal
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/e-question.md
@@ -1,7 +1,10 @@
---

name: 💬 Questions and Help
name: "\U0001F4AC Questions and Help"
about: If you have questions, please use this for support
title: ''
labels: ''
assignees: ''

---

## 💬 Questions and Help
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## [9.0.9](https://github.com/MvvmCross/MvvmCross/tree/9.0.9) (2023-01-20)

[Full Changelog](https://github.com/MvvmCross/MvvmCross/compare/9.0.8...9.0.9)

**Fixed bugs:**

- Android ListenableWorker MvxSetupSingleton.EnsureInitialized\(\) crashes with InvalidOperationException [\#4555](https://github.com/MvvmCross/MvvmCross/issues/4555)
- Fix CreateViewsContainer getting Application Context from Top Activity [\#4556](https://github.com/MvvmCross/MvvmCross/pull/4556) ([Cheesebaron](https://github.com/Cheesebaron))

**Closed issues:**

- Upgrade to 8.0.2 causes "You cannot create more than one instance of MvxSingleton" exception on startup of iOS instance [\#4327](https://github.com/MvvmCross/MvvmCross/issues/4327)

**Merged pull requests:**

- Fix for closing and re-opening non-fullscreen modals on iOS fast not working correctly [\#4554](https://github.com/MvvmCross/MvvmCross/pull/4554) ([Digifais](https://github.com/Digifais))

## [9.0.8](https://github.com/MvvmCross/MvvmCross/tree/9.0.8) (2023-01-16)

[Full Changelog](https://github.com/MvvmCross/MvvmCross/compare/9.0.7...9.0.8)
Expand Down

0 comments on commit 7080f02

Please sign in to comment.