Skip to content

Commit 1ed5f3b

Browse files
committed
release: v1.2.1
1 parent a82bb37 commit 1ed5f3b

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.1
2+
* Fix issue where non-preloaded children were loaded when index changed in [#12](https://github.com/okaryo/lazy_load_indexed_stack/pull/12)
3+
14
## 1.2.0
25
* Add `autoDisposeIndexes` to dispose unused IndexedStack children and rebuild them when needed in [#7](https://github.com/okaryo/lazy_load_indexed_stack/pull/7)
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.2.0"
84+
version: "1.2.1"
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.2.0
3+
version: 1.2.1
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)