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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,32 @@
2
2
3
3
# Change Log
4
4
5
+
# [v5.6.0](https://github.com/framework7io/framework7/compare/v5.5.5...v5.6.0) - April 18, 2020
6
+
* Core
7
+
* App
8
+
* Added new app instance boolean property `app.darkTheme`. This property has effect only when `autoDarkTheme` enabled and indicates whether the dark theme active or not
9
+
* Added new app instance event `darkThemeChange`. It has effect only when `autoDarkTheme` enabled and fires on device preferred color scheme change
10
+
* Checkbox
11
+
* Fixed styles in RTL mode
12
+
* Device
13
+
* Added `nwjs` property that is true when app running under NW.js environment
14
+
* Router
15
+
* New `pageTabShow`/`page:tabshow` and `pageTabHide`/`page:tabhide` page events. These events fires on page's parent View-Tab show/hide
16
+
* Segmented
17
+
* Added animation for "strong" segmented active button
18
+
***BREAKING CHANGE** - now "strong" segmented requires new `<span class="segmented-highlight">` element
19
+
* React/Vue/Svelte
20
+
* Input
21
+
* Added support for `inpumode` input attribute
22
+
* ListInput
23
+
* Added support for `inpumode` input attribute
24
+
* Fixed issue with `errorMessage` in Svelte
25
+
* ListItem
26
+
* Added `tabLink` and `tabLinkActive` props to make list item as a tab link
27
+
* Page
28
+
** New `pageTabShow`/`page:tabshow` and `pageTabHide`/`page:tabhide` page events. These events fires on page's parent View-Tab show/hide
29
+
* Minor fixes
30
+
5
31
# [v5.5.5](https://github.com/framework7io/framework7/compare/v5.5.4...v5.5.5) - April 10, 2020
0 commit comments