-
Replaced
config.live.xml
andconfig.orig.xml
files with BEGIN/END comment tags inconfig.xml
to reduce code maintenance risks and make things less confusing. -
README.md: Added How do I maintain
config*.xml
files? section and other related notes to clarify use of these files. -
BUG:
stlive server
- Detect when the host has no external IP.- Needs a fix to
connect-phonegap
that was not sending an error event.
- Needs a fix to
- Added QR Code reader to Live Edit client to read server address
Breaking Changes
- Renamed options.senchaCmd -> options.cmd AND options.touchSdk -> options.sdk to make it easier to change these on command line.
- Added "run" option to
.stlive.json
required by newcli-config
schema checks when using--run
as a command line option.
- Added --qr server option to display server address as QR Code
- Added
.stlive.json
schema checks and version number checks (fromcli-config
upgrade).
Breaking Changes
- MAJOR: Renamed configuration file from
.stlive.config
to~/.stlive.json
to get editor support for JSON files (suggestion from a user) - MINOR: Server now watches
*.json
files and only watchesindex.html
(not all*.html
files). - MINOR: Renamed all options.pkg -> options._pkg (breaking change from cli-config 0.4.0)
- Added legacy file fix to rename ~/.stlive.config files to ~/.stlive.json
- README.md - Replaced all references to
defaults.config
and.stlive.config
in code with.stlive.json
- Added warning when starting SASS compiler in non-Sencha project
- Improved app help message with additional options.
- Added link to Jasmine tests generated by PhoneGap (not yet live edittable for Sencha Projects)
- BUG: Live edit server was not watching index.html for changes.
README.md:
- Added "Rebuilding and Redeployment" to Getting Started guide and improved Steps 3 & 4.
- Added "Preparing for MDM or App Store deployment"
- Added new 'Live Edit SASS/CSS styling' section and addition docs for using the new SASS Compiler integration.
INSTALL.md:
- Updated Install Guided for SASS Compiler
-
Added SASS compiler
- Auto start with server or run SASS compiler standalone
- Configured in
.stlive.config
file
-
INSTALL.md: Fix bug in upgrade instructions
-
INSTALL.md: Updated Remote debugging section
-
Refactored
lib/index.js
to be cleaner and thinner
- Added --run options for
stlive create
andstlive build
commands- Can now create, compile, deploy and run a new app on device from scratch
- Updated Getting Started Guide
- Patch to fixe CRLF line endings