framework7-react
Advanced tools
Comparing version 7.0.0-beta.2 to 7.0.0-beta.3
/** | ||
* Framework7 React 7.0.0-beta.2 | ||
* Framework7 React 7.0.0-beta.3 | ||
* Build full featured iOS & Android apps using Framework7 & React | ||
@@ -10,3 +10,3 @@ * https://framework7.io/react/ | ||
* | ||
* Released on: October 4, 2021 | ||
* Released on: October 5, 2021 | ||
*/ | ||
@@ -13,0 +13,0 @@ import Framework7React from './shared/plugin'; |
{ | ||
"name": "framework7-react", | ||
"version": "7.0.0-beta.2", | ||
"version": "7.0.0-beta.3", | ||
"description": "Build full featured iOS & Android apps using Framework7 & React", | ||
@@ -5,0 +5,0 @@ "type": "module", |
/* eslint no-underscore-dangle: "off" */ | ||
import { f7events, f7routers } from './f7'; | ||
import { extend, getComponentId } from './utils'; | ||
import { routerOpenIn } from './router-open-in'; | ||
@@ -24,2 +25,6 @@ const getChildrenArray = el => { | ||
proto: { | ||
openIn(router, navigateUrl, options) { | ||
return routerOpenIn(router, navigateUrl, options); | ||
}, | ||
pageComponentLoader({ | ||
@@ -26,0 +31,0 @@ routerEl, |
@@ -10,6 +10,6 @@ import { isStringProp } from './utils'; | ||
rippleColor, | ||
themeDark | ||
dark | ||
} = props; | ||
return { | ||
'theme-dark': themeDark, | ||
dark, | ||
[`color-${color}`]: color, | ||
@@ -16,0 +16,0 @@ [`color-theme-${colorTheme}`]: colorTheme, |
411276
218
12162