Skip to content

Commit

Permalink
🎉 Release based_split_view v1.2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Feb 4, 2024
1 parent 8b3f898 commit 9de3d9a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
31 changes: 18 additions & 13 deletions packages/based_split_view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,48 @@
## 1.2.0

⚠️Now `breakPoint` is deprecated
🌍Add width adjustment [#1](https://github.com/Cierra-Runis/based_widget/issues/1)

## 1.1.0

️ Now `leftWidget` required a `key` for keep its state
️ Now `navigatorKey` is `required`
️Now `leftWidget` required a `key` for keep its state
️Now `navigatorKey` is `required`

## 1.0.7

📖 Rename `BasedSplitViewPlaceholder` to `_BasedSplitViewPlaceholder`
📖 Remove `leftWidgetKey`
📖 Now divider only show when `dividerWidth > 0`
🔧 Fix `ScaffoldMessenger`
📖Rename `BasedSplitViewPlaceholder` to `_BasedSplitViewPlaceholder`
📖Remove `leftWidgetKey`
📖Now divider only show when `dividerWidth > 0`
🔧Fix `ScaffoldMessenger`

## 1.0.6

📖 Use `CupertinoPage` now
📖Use `CupertinoPage` now

## 1.0.5

🔧 Use `NavigatorPopHandler` instead `WillPopScope`
🔧Use `NavigatorPopHandler` instead `WillPopScope`

## 1.0.4

😵‍💫 Weird behavior
😵‍💫Weird behavior

When there's page in ipad's right view, by clicking the back button at demo's right view, it pops ipad's right view, but not demo's right view, only when ipad's right view has not more page it pops demo's right view.

## 1.0.3

🔧 Fix can't pop BasedSplitView when it has pages
🔧Fix can't pop BasedSplitView when it has pages

## 1.0.2

🔧 Add \_leftWidgetKey to save state
🔧Add \_leftWidgetKey to save state

Refer to <https://github.com/Cierra-Runis/chat_life/commit/983d8fd89dd78f1b14ec617d62c73cf3bfae0acb>

## 1.0.1

📖 Update repo link
📖Update repo link

## 1.0.0

🌞 First Publish🌞
🌞First Publish🌞
2 changes: 1 addition & 1 deletion packages/based_split_view/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: based_split_view
description: A Based Split View Widget, Which Helps You Create A Split View In Large Screen Device like Telegram, QQ or Discord
version: 1.1.0
version: 1.2.0
homepage: https://github.com/Cierra-Runis/based_widget/tree/master/packages/based_split_view

environment:
Expand Down

0 comments on commit 9de3d9a

Please sign in to comment.