Skip to content

Commit bfeb470

Browse files
committed
chore: bump to v0.5
1 parent 35bd624 commit bfeb470

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ Build native, high-performance, cross-platform universal applications (desktop *
99
- Native components: no Electron
1010
- Batteries included: access to full webpack ecosystem and wide sets of [QML modules][qml_module_list]
1111
- Cross platform: macOS/Windows/Linux/Android/iOS/tvOS/watchOS (see [Qt supported platforms][suported_platforms]).
12-
- Write codes in ES6/7 or TypeScript (transpiling with babel, bundling with webpack, highly customizable)
12+
- Write codes in modern Javascript (ES2016+) or TypeScript (transpiling with babel, bundling with webpack, highly customizable)
1313
- Works with existing front-end libraries such as redux, lodash, rxjs, redux-observable etc.
1414
- Supports Hot Module Reloading
1515
- Supports react-devtools & redux-devtools (Time Travel Debugging possible)
16+
- New in v0.5: supports React Hooks!
1617

1718
# Quickstart
1819

19-
TODO
20+
See [react-qml-quickstart](https://github.com/longseespace/react-qml-quickstart) and [Ben](https://github.com/longseespace/ben)
2021

2122
# API Example
2223

23-
You can build UI components using JSX syntax and/or QML syntax. (_Note_: APIs is not stable/ready yet - head over branch [`next`][branch_next] for latest development)
24+
You can build UI components using JSX syntax and/or QML syntax.
2425

2526
### React Component
2627

packages/react-qml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-qml",
3-
"version": "0.4.11",
3+
"version": "0.5.0",
44
"description": "React QML",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)