Releases: seatsio/seatsio-android
Releases · seatsio/seatsio-android
v12.3.0
What's Changed
- Bump com.vanniktech.maven.publish from 0.24.0 to 0.25.1 by @dependabot in #67
- Bump com.vanniktech.maven.publish from 0.25.1 to 0.25.2 by @dependabot in #68
- Bump com.android.tools.build:gradle from 7.4.2 to 8.0.0 by @dependabot in #69
- Bump com.google.android.material:material from 1.8.0 to 1.9.0 by @dependabot in #71
- Bump com.android.tools.build:gradle from 8.0.0 to 8.0.2 by @dependabot in #70
- Upgraded Gradle wrapper by @mroloux in #72
- Bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 by @dependabot in #74
- Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 by @dependabot in #73
- Bump com.android.tools.build:gradle from 8.1.0 to 8.1.1 by @dependabot in #75
- Bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 by @dependabot in #77
- Bump actions/checkout from 3 to 4 by @dependabot in #76
- Support Android 34 by @mroloux in #79
- Bump com.google.android.material:material from 1.9.0 to 1.10.0 by @dependabot in #78
- Bump actions/setup-java from 3 to 4 by @dependabot in #80
- Bump com.android.tools.build:gradle from 8.1.2 to 8.2.0 by @dependabot in #81
- Added proguard consumer rules by @mroloux in #83
Full Changelog: v12.2.0...v12.3.0
v12.2.0
What's Changed
- Bump com.vanniktech.maven.publish from 0.23.1 to 0.24.0 by @dependabot in #62
- Bump com.android.tools.build:gradle from 7.3.1 to 7.4.0 by @dependabot in #61
- Bump com.google.android.material:material from 1.7.0 to 1.8.0 by @dependabot in #60
- Bump androidx.appcompat:appcompat from 1.5.1 to 1.6.0 by @dependabot in #63
- Bump com.google.code.gson:gson from 2.10 to 2.10.1 by @dependabot in #59
- Bump com.android.tools.build:gradle from 7.4.0 to 7.4.2 by @dependabot in #65
- Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 by @dependabot in #64
- added release.mjs script and release.yml gh action by @bverbeken in #66
Full Changelog: v12.1.0...v12.2.0
v12.1.0
v12.0.0
v11.0.0
v10.0.0
9.3.0
9.2.0
9.1.0
Added methods that act on seats (and other bookable objects):
chart.selectObject("K-3");
chart.deselectObject("K-3");
chart.pulseObject("K-3");
chart.unpulseObject("K-3");
chart.isObjectInChannel("K-3", "NO_CHANNEL", result -> Log.i("aTag", "In channel NO_CHANNEL? " + result));