- react-tv-navigation in yarn workspaces
- fixes for #134
- react
^16.3.2
- react-reconciler
0.10.0
- support to React DevTools
- fixes on development bundle
development
andproduction
bundles based onprocess.node.env
- update
react-tv-navigation
on react-tv-cli generator to 0.4.0
- update docs using separated package for Navigation (#114)
- change custom-app template to use new navigation system (0f58e09)
- add
react-tv-navigation
package on dependecies of custom app (0f58e09) - migrate
node-webos
to react-tv/node-webos
- add findDOMNode (#112)
- remove navigation from Renderer (#108)
- remove engine specification
- update help command with new webos commands
- support style prop
- yarn workspaces (split into
react-tv-cli
andreact-tv
) react-tv-cli setup-webos
for setup WebOS devicesreact-tv-cli get-key-webos <device>
for get key file from device- react-reconciler 0.7.0
- support className
- support spatial navigation
- support events
- update to nodejs 8
- update to yarn 1.3.2
- update to npm 5
- stable CLI react-tv init
- fixes on react-tv run-webos
- on process.end remove/cleanup files
- on virtualbox call remove/cleanup files
- CLI:
react-tv init
- CLI:
react-tv init <app-name>
- add tests for CLI behavior
- add .npmignore
- add
jest:ci
job
- migrate to react-reconciler 0.6.0
- check if is need to format code on CI
- add benchmark example
- fix update render tor nodeText
- update postinstall to prebublishOnly (newest npm)
- remove: react-tv run-webos-dev
- react-tv cli {init} breaking changes
- use ReactReconciler from
react-reconciler
instead fromreact-dom
- fix state management
- support nested React.Element
- update examples
- Add a single example using Renderer (clock-app-with-react-tv)
yarn build-all
for PROD env- prepublish script (using
yarn build-all
) - update docs
- Simple DOM renderer (ref: #11)
- New test architecture (using Jest)
- Add node (umd) version
- Add minified version
- Update .editorconfig to Facebook/react
- fixes on cli
- fix cli not working because npmignore to all scripts
- cli: fix path on create apptv template
- Platform check for WebOS
- Add common ignore for npmignore
- update on ReactTV Renderer (still not working)
- update on README info
- add MIT license
- stable CLI (with template generator and pack to IPK)