Skip to content

Commit

Permalink
Merge pull request #281 from rubensousa/1.4.0-beta03
Browse files Browse the repository at this point in the history
Bump to 1.4.0-beta03
  • Loading branch information
rubensousa authored Oct 16, 2024
2 parents 057a7ad + 5c48f2e commit d90f1dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## Version 1.4.0

### 1.4.0-beta03

2024-10-17

#### New features

- Added `onViewHolderDeselected` to `OnViewHolderSelectedListener` ([#280](https://github.com/rubensousa/DpadRecyclerView/pull/280))

#### API changes

- Added `addOnChildLaidOutListener`, `removeOnChildLaidOutListener` and `clearOnChildLaidOutListeners`
to replace `setOnChildLaidOutListener` ([#280](https://github.com/rubensousa/DpadRecyclerView/pull/280))

### 1.4.0-beta02

2024-10-08
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

GROUP=com.rubensousa.dpadrecyclerview
VERSION_NAME=1.4.0-beta02
VERSION_NAME=1.4.0-beta03
POM_URL=https://github.com/rubensousa/dpadrecyclerview/
POM_SCM_URL=https://github.com/rubensousa/dpadrecyclerview/
POM_SCM_CONNECTION=scm:git:git://github.com/rubensousa/dpadrecyclerview.git
Expand Down
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-beta02'
version: '1.4.0-beta03'
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/rubensousa/DpadRecyclerView'
Expand Down

0 comments on commit d90f1dd

Please sign in to comment.