Skip to content

Commit

Permalink
Prepare to release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Jun 19, 2023
1 parent e4152cd commit f621725
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
`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.

```groovy
implementation "me.saket.cascade:cascade:2.1.0"
implementation "me.saket.cascade:cascade-compose:2.1.0"
implementation "me.saket.cascade:cascade:2.2.0"
implementation "me.saket.cascade:cascade-compose:2.2.0"
```

See [project website](https://saket.github.io/cascade) for full documentation.
Expand Down
2 changes: 1 addition & 1 deletion docs/compose/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[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)

```groovy
implementation "me.saket.cascade:cascade-compose:2.1.0"
implementation "me.saket.cascade:cascade-compose:2.2.0"
implementation "androidx.compose.material3:material3:…" // https://d.android.com/jetpack/androidx/releases/compose-material3
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
`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.

```groovy
implementation "me.saket.cascade:cascade:2.1.0"
implementation "me.saket.cascade:cascade-compose:2.1.0"
implementation "me.saket.cascade:cascade:2.2.0"
implementation "me.saket.cascade:cascade-compose:2.2.0"
```

=== "Compose UI"
Expand Down
2 changes: 1 addition & 1 deletion docs/views/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
`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`.

```groovy
implementation "me.saket.cascade:cascade:2.1.0"
implementation "me.saket.cascade:cascade:2.2.0"
```

```diff
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=false

GROUP=me.saket.cascade
VERSION_NAME=2.2.0-SNAPSHOT
VERSION_NAME=2.2.0

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit f621725

Please sign in to comment.