Skip to content

Commit

Permalink
Prepare release 2.8.0 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Dec 22, 2017
1 parent 9c53380 commit 316c7a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# 2.7.3 (October 24, 2017)
# 2.8.0 (December 22, 2017)

- **New** Use `@ModelProp` directly on fields to avoid creating a setter (https://github.com/airbnb/epoxy/pull/343)
- **New** Set EpoxyRecyclerView item spacing via xml attribute (https://github.com/airbnb/epoxy/pull/364)
- **New** More flexibility over setting Carousel padding values (https://github.com/airbnb/epoxy/pull/369)
- **New** Allow custom EpoxyModelGroup root view (https://github.com/airbnb/epoxy/pull/370)

- **Fixed** Public visibility settings of the Carousel snap helper settings (https://github.com/airbnb/epoxy/pull/356)
- **Fixed** Add more nullability annotations to better support Kotlin
- **Fixed** Saving view state now works better (https://github.com/airbnb/epoxy/pull/367)

# 2.7.3 (November 21, 2017)

- **Fixed** When a model changed and a partial update was bound to an existing view the wrong values could be set for prop groups (https://github.com/airbnb/epoxy/pull/347)

# 2.7.2 (October 24, 2017)
# 2.7.2 (October 28, 2017)

- **Fixed** Using `EpoxyDataBindingPattern` could result in the wrong package being used for the BR class in generated models.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Gradle is the only supported build configuration, so just add the dependency to

```groovy
dependencies {
compile 'com.airbnb.android:epoxy:2.7.3'
compile 'com.airbnb.android:epoxy:2.8.0'
// Add the annotation processor if you are using Epoxy's annotations (recommended)
annotationProcessor 'com.airbnb.android:epoxy-processor:2.7.3'
annotationProcessor 'com.airbnb.android:epoxy-processor:2.8.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.7.3
VERSION_NAME=2.8.0
GROUP=com.airbnb.android
POM_DESCRIPTION=Epoxy is a system for composing complex screens with a ReyclerView in Android.
POM_URL=https://github.com/airbnb/epoxy
Expand Down

0 comments on commit 316c7a6

Please sign in to comment.