Releases: decosoftware/deco-ide
Releases · decosoftware/deco-ide
0.7.1
0.7.0
Release Notes 0.7.0
The Deco team and contributors are proud to bring you the all new Deco 0.7.0! Thanks to your feedback, we prioritized improving Android support and working with existing React Native projects.
Highlights
- Deco now supports building and running React Native apps for Android! Choose between running with AVD manager or Genymotion.
- Deco works better with existing projects - paths used to specify build targets and dependencies can now be tweaked in settings. Deco uses the
watchman
in the current path if it exists, instead of terminating it. - An all new, highly-configurable
deco.config.js
for integrating Deco into a custom workflow. - Many bugfixes and smaller improvements, outlined below.
Details
- fix ruby gem dependency issue - #9
- fixed help menu crash - #21
- improve default fonts on linux - #37
- file tree -> show in finder - #49
- add setting to choose npm registry - #50
- use user's watchman if it exists - #64
- add uninstall script - #68
- update default project to RN 0.27.2 - #73
- fix issue where file tree is empty - #77
- remove unused imports - #80
- cmd+w closes tab, not window - #83
- many improvements to build/run - #90