Skip to content

Commit

Permalink
Merge pull request #262 from rubensousa/1.4.0-alpha05
Browse files Browse the repository at this point in the history
Bump to 1.4.0-alpha05
  • Loading branch information
rubensousa authored Aug 30, 2024
2 parents cdfe4e5 + 4400491 commit a3bfddb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

## Version 1.4.0

### 1.4.0-alpha05

2024-08-30

**Note**: This version includes an update to `androidx.recyclerview` 1.4.0-beta01, which requires compile SDK set to 35

#### New features

- Added `OnFocusLostListener` to observe focus losses of `DpadRecyclerView` ([#258](https://github.com/rubensousa/DpadRecyclerView/pull/258))
- Added `dpadRecyclerView.setAlignmentLookup` to customize the alignment for individual positions ([#259](https://github.com/rubensousa/DpadRecyclerView/pull/259))

#### Compose

- Improved `Modifier.dpadClickable` to support long clicks ([#261](https://github.com/rubensousa/DpadRecyclerView/pull/261))
- Fix `Modifier.dpadClickable` sending FOCUS_ENTER after the click ([#261](https://github.com/rubensousa/DpadRecyclerView/pull/261))

#### Testing

- Added `KeyEvents.longClick` to trigger long clicks from tests ([#261](https://github.com/rubensousa/DpadRecyclerView/pull/261))

#### Bug fixes

- Fix item decorations not being updated whenever the adapter contents change ([#260](https://github.com/rubensousa/DpadRecyclerView/pull/260))

### 1.4.0-alpha04

2024-08-21
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.enableR8.fullMode=true
LIBRARY_VERSION=1.4.0-alpha04
LIBRARY_VERSION=1.4.0-alpha05
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ theme:

extra:
dpadrecyclerview:
version: '1.4.0-alpha04'
version: '1.4.0-alpha05'
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/rubensousa/DpadRecyclerView'
Expand Down

0 comments on commit a3bfddb

Please sign in to comment.