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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
# Change Log
4
4
5
+
# [v3.6.0](https://github.com/framework7io/framework7/compare/v3.5.2...v3.6.0) - December 7, 2018
6
+
* Core
7
+
* Router
8
+
* New `keepAlive` routes. When route's page is specified with `keepAlive: true`, then it, instead of removing and destroying component, it will be detached from DOM and attached back when required.
9
+
* New `router.clearPreviousPages()` method that removes all previous (stacked) pages from DOM
10
+
* Accordion
11
+
* New `accordion:beforeopen` event that is triggered right before accordion will be opened. `event.detail.prevent` contains function that will prevent it from opening if called;
12
+
* New `accordion:beforeclose` event that is triggered right before accordion will be closed. `event.detail.prevent` contains function that will prevent it from closing if called;
13
+
* Phenome (React / Vue)
14
+
* AccordionItem and ListItem have new `accordion:beforeopen` / `accordionBeforeOpen` events, second argument passed to handler contains function that will prevent it from closing if called;
15
+
* AccordionItem and ListItem have new `accordion:beforeclose` / `accordionBeforeClose` events, second argument passed to handler contains function that will prevent it from closing if called;
16
+
* View component now accepts MD-theme related swipeback props: `mdSwipeBack`, `mdSwipeBackAnimateShadow`, `mdSwipeBackAnimateOpacity`, `mdSwipeBackActiveArea`, `mdSwipeBackThreshold`
17
+
* ListItem has new `virtualListIndex: Number` property to specify item index when rendered inside of Virtual List
18
+
* Searchbar has new `value` property to specify Searchbar input's value. Can be usefule when used with `customSearch` enabled
19
+
* Lots of minor fixes and improvements
20
+
5
21
# [v3.5.2](https://github.com/framework7io/framework7/compare/v3.5.1...v3.5.2) - November 12, 2018
0 commit comments