Skip to content

Commit b84737b

Browse files
committed
Prepare to release v2.1.0
1 parent c6b583d commit b84737b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
`cascade` builds nested popup menus with smooth height animations. It is designed to be a *drop-in* replacement for both [PopupMenu](https://developer.android.com/reference/androidx/appcompat/widget/PopupMenu) and [DropdownMenu](https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#DropdownMenu(kotlin.Boolean,kotlin.Function0,androidx.compose.ui.Modifier,androidx.compose.ui.unit.DpOffset,androidx.compose.ui.window.PopupProperties,kotlin.Function1)), so using it in your project is beautifully only a word away. Try out the [sample app](https://github.com/saket/cascade/releases/download/2.0.0-rc01/cascade_v2.0.0-rc01_sample.apk) to see it in action.
66

77
```groovy
8-
implementation "me.saket.cascade:cascade:2.0.0"
9-
implementation "me.saket.cascade:cascade-compose:2.0.0"
8+
implementation "me.saket.cascade:cascade:2.1.0"
9+
implementation "me.saket.cascade:cascade-compose:2.1.0"
1010
```
1111

1212
See [project website](https://saket.github.io/cascade) for full documentation.

docs/compose/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[drop_down_menu]: https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#DropdownMenu(kotlin.Boolean,kotlin.Function0,androidx.compose.ui.Modifier,androidx.compose.ui.unit.DpOffset,androidx.compose.ui.window.PopupProperties,kotlin.Function1)
66

77
```groovy
8-
implementation "me.saket.cascade:cascade-compose:2.0.0"
8+
implementation "me.saket.cascade:cascade-compose:2.1.0"
99
implementation "androidx.compose.material3:material3:…" // https://d.android.com/jetpack/androidx/releases/compose-material3
1010
```
1111

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
`cascade` builds nested popup menus with smooth height animations. It is designed to be a *drop-in* replacement for both [PopupMenu](https://developer.android.com/reference/androidx/appcompat/widget/PopupMenu) and [DropdownMenu](https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#DropdownMenu(kotlin.Boolean,kotlin.Function0,androidx.compose.ui.Modifier,androidx.compose.ui.unit.DpOffset,androidx.compose.ui.window.PopupProperties,kotlin.Function1)), so using it in your project is beautifully only a word away. Try out the [sample app](https://github.com/saket/cascade/releases/download/2.0.0-rc01/cascade_v2.0.0-rc01_sample.apk) to see it in action.
66

77
```groovy
8-
implementation "me.saket.cascade:cascade:2.0.0"
9-
implementation "me.saket.cascade:cascade-compose:2.0.0"
8+
implementation "me.saket.cascade:cascade:2.1.0"
9+
implementation "me.saket.cascade:cascade-compose:2.1.0"
1010
```
1111

1212
=== "Compose UI"

docs/views/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`cascade` offers a drop-in replacement for [PopupMenu](https://developer.android.com/reference/androidx/appcompat/widget/PopupMenu). For guidance on creating & nesting menus, the [official documentation](https://developer.android.com/develop/ui/views/components/menus) can be followed while replacing any usages of `PopupMenu` with `CascadePopupMenu`.
44

55
```groovy
6-
implementation "me.saket.cascade:cascade:2.0.0"
6+
implementation "me.saket.cascade:cascade:2.1.0"
77
```
88

99
```diff

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android.useAndroidX=true
44
android.defaults.buildfeatures.buildconfig=false
55

66
GROUP=me.saket.cascade
7-
VERSION_NAME=2.1.0-SNAPSHOT
7+
VERSION_NAME=2.1.0
88

99
SONATYPE_HOST=DEFAULT
1010
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)