Skip to content

Commit

Permalink
3.0.0-beta.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 4, 2018
1 parent b202247 commit 1a3cd53
Show file tree
Hide file tree
Showing 42 changed files with 70 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/core/css/framework7.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.ios.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.ios.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/css/framework7.md.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.md.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/css/framework7.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/css/framework7.rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.rtl.ios.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.rtl.ios.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/css/framework7.rtl.md.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.rtl.md.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/css/framework7.rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/framework7.esm.bundle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/framework7.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/framework7.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/js/framework7.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 3.0.0-beta.4
* Framework7 3.0.0-beta.5
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/js/framework7.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/js/framework7.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"main": "js/framework7.js",
"jsnext:main": "framework7.esm.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/react/components/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ class F7List extends React.Component {
const flattenSlots = Utils.flattenArray(slotsDefault);
let wasUlChild = false;
flattenSlots.forEach(child => {
if (typeof child === 'undefined')
return;
let tag;
{
tag = child.type && child.type.name;
Expand Down
2 changes: 2 additions & 0 deletions packages/react/components/messagebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ class F7Messagebar extends React.Component {
let messagebarSheetEl;
if (slotsDefault) {
slotsDefault.forEach(child => {
if (typeof child === 'undefined')
return;
let tag;
tag = child.type && child.type.name;
if (tag && (tag.indexOf('messagebar-attachments') >= 0 || tag === 'F7MessagebarAttachments')) {
Expand Down
2 changes: 2 additions & 0 deletions packages/react/components/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class F7Page extends React.Component {
hasMessages = messagesContent;
if (slotsDefault) {
slotsDefault.forEach(child => {
if (typeof child === 'undefined')
return;
let isFixedTag = false;
{
const tag = child.type && child.type.name;
Expand Down
2 changes: 2 additions & 0 deletions packages/react/components/sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class F7Sheet extends React.Component {
const slotsDefault = self.slots.default;
if (slotsDefault && slotsDefault.length) {
slotsDefault.forEach(child => {
if (typeof child === 'undefined')
return;
let isFixedTag = false;
{
const tag = child.type && child.type.name;
Expand Down
2 changes: 1 addition & 1 deletion packages/react/framework7-react.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 React 3.0.0-beta.4
* Framework7 React 3.0.0-beta.5
* Build full featured iOS & Android apps using Framework7 & React
* http://framework7.io/react/
*
Expand Down
12 changes: 10 additions & 2 deletions packages/react/framework7-react.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 React 3.0.0-beta.4
* Framework7 React 3.0.0-beta.5
* Build full featured iOS & Android apps using Framework7 & React
* http://framework7.io/react/
*
Expand Down Expand Up @@ -4557,6 +4557,8 @@
var flattenSlots = Utils.flattenArray(slotsDefault);
var wasUlChild = false;
flattenSlots.forEach(function (child) {
if (typeof child === 'undefined')
{ return; }
var tag;
{
tag = child.type && child.type.name;
Expand Down Expand Up @@ -5493,6 +5495,8 @@
var messagebarSheetEl;
if (slotsDefault) {
slotsDefault.forEach(function (child) {
if (typeof child === 'undefined')
{ return; }
var tag;
tag = child.type && child.type.name;
if (tag && (tag.indexOf('messagebar-attachments') >= 0 || tag === 'F7MessagebarAttachments')) {
Expand Down Expand Up @@ -6506,6 +6510,8 @@
hasMessages = messagesContent;
if (slotsDefault) {
slotsDefault.forEach(function (child) {
if (typeof child === 'undefined')
{ return; }
var isFixedTag = false;
{
var tag = child.type && child.type.name;
Expand Down Expand Up @@ -7948,6 +7954,8 @@
var slotsDefault = self.slots.default;
if (slotsDefault && slotsDefault.length) {
slotsDefault.forEach(function (child) {
if (typeof child === 'undefined')
{ return; }
var isFixedTag = false;
{
var tag = child.type && child.type.name;
Expand Down Expand Up @@ -9416,7 +9424,7 @@
};

/**
* Framework7 React 3.0.0-beta.4
* Framework7 React 3.0.0-beta.5
* Build full featured iOS & Android apps using Framework7 & React
* http://framework7.io/react/
*
Expand Down
4 changes: 2 additions & 2 deletions packages/react/framework7-react.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/react/framework7-react.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Build full featured iOS & Android apps using Framework7 & React",
"main": "framework7-react.js",
"jsnext:main": "framework7-react.esm.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/vue/components/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export default {
const flattenSlots = Utils.flattenArray(slotsDefault);
let wasUlChild = false;
flattenSlots.forEach(child => {
if (typeof child === 'undefined')
return;
let tag;
{
tag = child.tag;
Expand Down
2 changes: 2 additions & 0 deletions packages/vue/components/messagebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export default {
let messagebarSheetEl;
if (slotsDefault) {
slotsDefault.forEach(child => {
if (typeof child === 'undefined')
return;
let tag;
tag = child.tag;
if (tag && (tag.indexOf('messagebar-attachments') >= 0 || tag === 'F7MessagebarAttachments')) {
Expand Down
2 changes: 2 additions & 0 deletions packages/vue/components/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export default {
hasMessages = self.$options.propsData.messagesContent;
if (slotsDefault) {
slotsDefault.forEach(child => {
if (typeof child === 'undefined')
return;
let isFixedTag = false;
{
const tag = child.tag;
Expand Down
2 changes: 2 additions & 0 deletions packages/vue/components/sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default {
const slotsDefault = self.$slots.default;
if (slotsDefault && slotsDefault.length) {
slotsDefault.forEach(child => {
if (typeof child === 'undefined')
return;
let isFixedTag = false;
{
const tag = child.tag;
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/framework7-vue.esm.bundle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 Vue 3.0.0-beta.4
* Framework7 Vue 3.0.0-beta.5
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/framework7-vue.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 Vue 3.0.0-beta.4
* Framework7 Vue 3.0.0-beta.5
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
Expand Down
12 changes: 10 additions & 2 deletions packages/vue/framework7-vue.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 Vue 3.0.0-beta.4
* Framework7 Vue 3.0.0-beta.5
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
Expand Down Expand Up @@ -4059,6 +4059,8 @@
var flattenSlots = Utils.flattenArray(slotsDefault);
var wasUlChild = false;
flattenSlots.forEach(function (child) {
if (typeof child === 'undefined')
{ return; }
var tag;
{
tag = child.tag;
Expand Down Expand Up @@ -4843,6 +4845,8 @@
var messagebarSheetEl;
if (slotsDefault) {
slotsDefault.forEach(function (child) {
if (typeof child === 'undefined')
{ return; }
var tag;
tag = child.tag;
if (tag && (tag.indexOf('messagebar-attachments') >= 0 || tag === 'F7MessagebarAttachments')) {
Expand Down Expand Up @@ -5916,6 +5920,8 @@
hasMessages = self.$options.propsData.messagesContent;
if (slotsDefault) {
slotsDefault.forEach(function (child) {
if (typeof child === 'undefined')
{ return; }
var isFixedTag = false;
{
var tag = child.tag;
Expand Down Expand Up @@ -7265,6 +7271,8 @@
var slotsDefault = self.$slots.default;
if (slotsDefault && slotsDefault.length) {
slotsDefault.forEach(function (child) {
if (typeof child === 'undefined')
{ return; }
var isFixedTag = false;
{
var tag = child.tag;
Expand Down Expand Up @@ -8631,7 +8639,7 @@
};

/**
* Framework7 Vue 3.0.0-beta.4
* Framework7 Vue 3.0.0-beta.5
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/framework7-vue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/vue/framework7-vue.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
"main": "framework7-vue.js",
"jsnext:main": "framework7-vue.esm.js",
Expand Down
1 change: 1 addition & 0 deletions src/phenome/components/list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default {

let wasUlChild = false;
flattenSlots.forEach((child) => {
if (typeof child === 'undefined') return;
let tag;
if (process.env.COMPILER === 'react') {
tag = child.type && child.type.name;
Expand Down
1 change: 1 addition & 0 deletions src/phenome/components/messagebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default {

if (slotsDefault) {
slotsDefault.forEach((child) => {
if (typeof child === 'undefined') return;
let tag;
tag = child.tag; // phenome-vue-line
tag = child.type && child.type.name; // phenome-react-line
Expand Down
1 change: 1 addition & 0 deletions src/phenome/components/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default {

if (slotsDefault) {
slotsDefault.forEach((child) => {
if (typeof child === 'undefined') return;
let isFixedTag = false;
if (process.env.COMPILER === 'react') {
const tag = child.type && child.type.name;
Expand Down
1 change: 1 addition & 0 deletions src/phenome/components/sheet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default {

if (slotsDefault && slotsDefault.length) {
slotsDefault.forEach((child) => {
if (typeof child === 'undefined') return;
let isFixedTag = false;
if (process.env.COMPILER === 'react') {
const tag = child.type && child.type.name;
Expand Down

0 comments on commit 1a3cd53

Please sign in to comment.