Skip to content

Commit

Permalink
Update example/snippets tabris dependencies to Tabris.js 3 beta 2
Browse files Browse the repository at this point in the history
Also remove other references to Tabris.js 3 beta 1

Change-Id: Ifd7aaad3e08f4f179e1a1a1d10e0457d98280029
  • Loading branch information
tbuschto committed Feb 28, 2019
1 parent 1ec3817 commit 7db4865
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion doc/JSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ JSX is a proprietary extension to the JavaScript/TypeScript syntax that allows m

## Usage

In Tabris, JSX is used to create UI elements in a declarative manner. Every constructor for a Widget, WidgetCollection or Popup based class can be used as an JSX element. (As of 3.0-beta1 only the ActionSheet popup supports JSX. This will change in the final release.)
In Tabris, JSX is used to create UI elements in a declarative manner. Every constructor for a Widget, WidgetCollection or Popup based class can be used as an JSX element. (As of 3.0-beta2 only the ActionSheet and AlertDialog popup supports JSX. This will change in the final release.)

Action | JavaScript/TypeScript | JSX
---|---|---
Expand Down
2 changes: 1 addition & 1 deletion doc/migration-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
---
# Migration Guide 2.x to 3.0-beta1
# Migration Guide 2.x to 3.0-beta2

Note that this guide refers to a pre-release version of Tabris.js 3. Further breaking changes are expected for the final release.

Expand Down
2 changes: 1 addition & 1 deletion examples/animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "Animations can be used to change properties",
"main": "app.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/automata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main": "automata.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/bookstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An example of a bookstore app",
"main": "bookstore.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}

}
2 changes: 1 addition & 1 deletion examples/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"category": "Web APIs",
"main": "app.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"category": "Web APIs",
"dependencies": {
"chart.js": "1.0.1",
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
},
"main": "chartdemo.js"
}
2 changes: 1 addition & 1 deletion examples/cordova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"category": "Cordova",
"main": "app.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"category": "Web APIs",
"main": "fetch.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "Demonstrates how to display and scale images",
"main": "gallery.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "tabris serve"
},
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"category": "Small Apps",
"main": "i18n.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/input-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"serve": "tabris serve"
},
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
},
"devDependencies": {
"typescript": "^2.3.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"category": "Small Apps",
"main": "input.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/parallax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "Provides a sample implementation for a parallax scrolling effect",
"main": "parallax.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/reddit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"category": "Small Apps",
"main": "reddit.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/swipe-to-dismiss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"category": "Small Apps",
"main": "swipe-to-dismiss.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "Demonstrates using the Tabris.js timer with the window.timer API",
"main": "timer.js",
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/timezones/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"moment": "^2.19.2",
"moment-timezone": "^0.5.14",
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/typescript-weather-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"tabris": "^2.3.0"
},
"devDependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion examples/web-socket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"server": "cd server && npm i && npm start"
},
"dependencies": {
"tabris": "3.0.0-beta1"
"tabris": "3.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tabris-js-snippets",
"version": "3.0.0",
"dependencies": {
"tabris": "3.0.0-beta1",
"tabris": "3.0.0-beta2",
"typescript": "^2.9.2"
},
"scripts": {
Expand Down

0 comments on commit 7db4865

Please sign in to comment.