Skip to content

Commit d7ac8cd

Browse files
authored
Merge pull request #10 from okaryo/release/v1.2.0
v1.2.0
2 parents d2fd77d + 6e43ba5 commit d7ac8cd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.2.0
2+
* Add `autoDisposeIndexes` to dispose unused IndexedStack children and rebuild them when needed in [#7](https://github.com/okaryo/lazy_load_indexed_stack/pull/7)
3+
14
## 1.1.0
25
* Add `preloadIndexes` Property for Advanced Element Preloading in [#6](https://github.com/okaryo/lazy_load_indexed_stack/pull/6)
36

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ packages:
8181
path: ".."
8282
relative: true
8383
source: path
84-
version: "1.1.0"
84+
version: "1.2.0"
8585
lints:
8686
dependency: transitive
8787
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lazy_load_indexed_stack
22
description: A package that extends IndexedStack to allow for lazy loading.
3-
version: 1.1.0
3+
version: 1.2.0
44
homepage: https://github.com/okaryo/lazy_load_indexed_stack
55
repository: https://github.com/okaryo/lazy_load_indexed_stack
66

0 commit comments

Comments
 (0)