Skip to content

Commit

Permalink
Bump to 1.3.0-alpha04
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jun 4, 2024
1 parent 2585736 commit 4058358
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Version 1.3.0

### 1.3.0-alpha04

2024-06-04

#### New Features

- Added `isFocusable` to `DpadComposeFocusViewHolder` to allow disabling focus for some items.

#### Bug fixes

- Fixed initial selection being always at position 0, even when that view is not focusable.
- Fixed some rows not receiving focus in grids using `DpadSpanSizeLookup`. ([#217](https://github.com/rubensousa/DpadRecyclerView/issues/217))
- Fixed fast scrolling not working correctly in some grids using `DpadSpanSizeLookup`. ([#218](https://github.com/rubensousa/DpadRecyclerView/issues/218))

### 1.3.0-alpha03

2024-05-31
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-alpha03
LIBRARY_VERSION=1.3.0-alpha04
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-alpha03'
version: '1.3.0-alpha04'
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/rubensousa/DpadRecyclerView'
Expand Down

0 comments on commit 4058358

Please sign in to comment.