Commit 011c938
release v1.3.19 (#75)
* fix carousel so that the index that gets output is the data index instead of internal index
* release v1.3.5
* grid: fix collectionwrapper validation to trigger onIndexChanged when it navigates on each element (#42)
* Fixes carousel (#43)
* fix typos in docs CarouselStepper
* release v1.3.6
* collectionwrapper: remove condition to allow collectionwrapper to be self suficient to make requests (#47)
* added requestItems method
* fix(CollectionWrapper) change order in requestItems
* update docs and change log. Release version 1.3.7
* Fix/keyboard nav (#57)
* rework navigation function
* fix docs
* Feature/lazy load (#58)
* request more feature
* fix requestMore
* resolve dataLength properly
* change requestItems flow
* fix _requestMore
* apply fixes made by @ricardo-a-alves-alb
* fix setting an index when there is no data
* add options to Grid setIndex
* fix removeAt; don't plotItems if there are none
* add options to add and addAt functions
* fix addAt setting wrong index
* release version 1.3.8
* update package-lock
* fix(Grid) reposition bug #69
* release v1.3.16
* Fix Carousel setIndex when component is inactive (#72)
* fix carousel set index when component is inactive
* collectionwrapper: add transition validation
* release v1.3.17
* update changelog
* sds
* Update CHANGELOG.md
* collectionwrapper: fix remove when last item is not a component (#74)
* release v1.3.19
---------
Co-authored-by: ricardo-a-alves-alb <ricardo-a-alves@alticelabs.com>
Co-authored-by: jfboeve <j.boeve@metrological.com>
Co-authored-by: Ricardo Alves <96475496+ricardo-a-alves-alb@users.noreply.github.com>1 parent 54540d7 commit 011c938
3 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | 215 | | |
217 | 216 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | 217 | | |
222 | | - | |
| 218 | + | |
223 | 219 | | |
224 | 220 | | |
225 | 221 | | |
| |||
0 commit comments