Skip to content

Releases: decosoftware/deco-ide

0.7.1

01 Jul 21:36
Compare
Choose a tag to compare

Release Notes 0.7.1

A small, but much needed update to the 0.7.0 release. This fixes an issue with existing projects using the wrong project settings defaults.

Thanks for patience while we worked everything out 🙏

fix simulator app path #110

0.7.0

28 Jun 00:12
Compare
Choose a tag to compare

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