Skip to content

Commit

Permalink
Merge pull request #233 from rubensousa/bump_1.3.0-beta02
Browse files Browse the repository at this point in the history
Bump to 1.3.0 beta02
  • Loading branch information
rubensousa authored Jun 19, 2024
2 parents d9fe261 + ad6fe46 commit 0a864da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Version 1.3.0

### 1.3.0-beta02

2024-06-20

#### Bug fixes

- Fixed `OnViewFocusedListener` not working correctly for a parent RecyclerView when a nested RecyclerView doesn't have a listener registered ([#229](https://github.com/rubensousa/DpadRecyclerView/pull/229))
- Fixed `DpadRecyclerView` losing focus when adapter is cleared ([#232](https://github.com/rubensousa/DpadRecyclerView/pull/232))

### 1.3.0-beta01

2024-06-17
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.3.0-beta01
LIBRARY_VERSION=1.3.0-beta02
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.3.0-beta01'
version: '1.3.0-beta02'
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/rubensousa/DpadRecyclerView'
Expand Down

0 comments on commit 0a864da

Please sign in to comment.