You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
@@ -427,9 +427,42 @@ The library allows you to draw decoration for individual items or sections. You
427
427
428
428
## Changelog
429
429
430
-
Current 2.x branch is under heavy development and snapshot builds are released often. Once we hit the stable further changelog will be posted for each release.
430
+
### v2.0.0-alpha02
431
431
432
-
Alternatively, you can visit the project's releases page for older changelog. [(View Releases)](https://github.com/DevAhamed/MultiViewAdapter/releases) Also if you watch this repository, GitHub will send you a notification every time there is an update.
432
+
|Type|Stability|Date|
433
+
|---|---|---|
434
+
|Major|Alpha|31-May-2019|
435
+
436
+
#### Features added
437
+
438
+
* Implemented ``onDrawOver`` method inside the decoration api
439
+
440
+
#### Bug fixes
441
+
442
+
* Fixed incorrect adapter position being sent to notify while calling ```clearAllSelections()``` method - [Issue](https://github.com/DevAhamed/MultiViewAdapter/issues/75)
443
+
* Fixed incorrect 'selection' and 'expansion' behaviour - [Issue](https://github.com/DevAhamed/MultiViewAdapter/issues/72)
444
+
445
+
#### Behavior Changes
446
+
447
+
* Pre-defined payload is sent when item's selection/expansion is toggled
448
+
* TreeSection decoration behavior is changed
449
+
* TreeSection when created, will be either expanded or collapsed by user flag
450
+
451
+
#### Misc
452
+
453
+
* Sample app updated is with new showcases for decoration and TreeSection api's
454
+
* Automation for app releases is enabled. Now app is pushed to playstore with a git-tag push
455
+
* Project contribution guidelines and templates are added
456
+
457
+
### v2.0.0-alpha01
458
+
459
+
|Type|Stability|Date|
460
+
|---|---|---|
461
+
|Major|Alpha|20-April-2019|
462
+
463
+
* Initial release for v2.x refactor
464
+
465
+
Alternatively, you can visit the project's releases page for complete changelog. [(View Releases)](https://github.com/DevAhamed/MultiViewAdapter/releases) Also if you watch this repository, GitHub will send you a notification every time there is an update.
0 commit comments