diff --git a/docs/changelog.md b/docs/changelog.md index 91a089b3..fa657c50 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,15 @@ ## Version 1.3.0 +### 1.3.0-rc03 + +2024-07-23 + +#### Bug fixes + +- Fixed layout inconsistency after some predictive animations ([#240](https://github.com/rubensousa/DpadRecyclerView/pull/240)) +- Fixed rare crash when removing an item due to adapter changes while a scroll action is pending ([#240](https://github.com/rubensousa/DpadRecyclerView/pull/240)) + ### 1.3.0-rc02 2024-07-11 diff --git a/gradle.properties b/gradle.properties index 572ccdca..734975c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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-rc02 \ No newline at end of file +LIBRARY_VERSION=1.3.0-rc03 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 151915cd..e0547e64 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.3.0-rc02' + version: '1.3.0-rc03' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'