- Fix accessibility issue with GPX playback speed combobox (#247)
- Update with real translations (ee5fa92)
- Remove spurious CSS file from root folder
- Localization tool updates (#240, #242)
- Display arguments in "Unhandled Exec Call" dialog (#231)
- Fix Live Reload to handle deleted files (#233)
- Fix exception when HTML file contains a
<header>
tag (#238) - Fix buttons not indicating focus and hover in high contrast mode in Internet Explorer (#236)
- Fix Live Reload failure with Ionic 2 templates and watcher task in Visual Studio (#226)
- Improvements for screen readers (#222, #223)
- Support scroll bar color in themes (#221)
- Update compass and accelerometer panel device widget to scale dynamically when font size changes (#219, #220)
- Update slider controls to work better in high contrast mode in IE (#216)
- Ensure XHR proxy forwards headers (#212)
- Don't localize 'alpha' (#208, #209)
- Support updating the current theme on the fly (#205, #206)
- Localize languages and day names in Globalization panel (#204)
- Ellipsize panel captions that are too wide to fit, and provide a tooltip (#202)
- Add tooltips to labeled values, so value can be seen when label is wide (in certain languages) (#201)
- Improved support for screen readers (#185, #186, #189, #197)
- Further keyboard improvements (
esc
closes dialogs,del
deletes persisted exec calls, editable Accelerometer panel values) (#188, #187, #190)
- Now supports themes (#175) - see Support for Themes for more information.
- Updated compass that can be themed (#172)
- Modernized Accelerometer panel device (#173)
- Better keyboard support (#180, #181, #182)
- XHR proxy: ensure post data forwarded to proxied server (#174)
- Ensure elements within custom elements have unique ids (#165)
- Add localization support (currently machine localized for 13 languages - real translations coming soon) (#153, #155, #156, #158, #159)
- Updated Device panel and devices list (#150)
- Fix #152: Published package fails when run on command line (windows newline)
- Fix live-reload when launching from VS (#151)
- If prepare fails, display a warning and continue (#149)
- Adds ability to customize sim-host window title (#147)
- Fix #117: cordova-number-entry fields indicate valid values are invalid (#140)
- Fix battery status label in IE (#138)
- Improve column rendering in IE (c019b9a1)
- Fix #136: Styling broken in IE (#137)
- Ensure IE compatibility mode is off (2c20e648)
- Restore CLI support (#134)
- Fix #130: Specifying a
connect-src
in the CSP breaks debugging (#131) - Support simulation when there's no plugins added to the project (#133)
- Adjust browserify settings to not create global
require
(#132) - Fix #128: App is not simulated when
<head>
contains anydata-*
attribute (#129) - Fix race condition subscribing to socket events (#127)
- Fix #114: Camera: file picker doesn't validate that the result is a valid content (#116)
- Server module object-oriented redesign (API break change) (#84)
- Use npm package for
send-transform
rather than github branch (be26606e). - Position sim-host UI to the left rather than sort of centered (5f082644).
- Fix #103 Geolocation: Changing long / lat values using arrows does not update the map (ce4b7649)
- Fix XHR proxy with non-standard ports (9fd2ff36)
- Validate input number to be always a number (4ea94f6a)
- Retry Cordova prepare if it fails the first time (5456e44a)
- Bootstrap protocol enhancements
- Multiple bug fixes and improvements
- Support for additional core plugins: cordova-plugin-battery-status, cordova-plugin-network-information, cordova-plugin-device-orientation, cordova-plugin-inappbrowser
- Live reload
- Touch events
- CORS proxy
- Device screen resizing
- Multiple bug fixes and improvements
- Adds support for some basic telemetry (e547555f).
- Ensure server is closed if an error occurs (ffe2b134).
- Expose
server
andlog
(d0dc5224).
- Better handled scenarios with no success/fail methods (0805ad28).
- Handle plugins with "old style" id (5b46fddb).
- Restore missing utils.navHelper() method (63ef7679).
- Initial test release