Skip to content

Latest commit

 

History

History
117 lines (95 loc) · 9.75 KB

RELEASENOTES.md

File metadata and controls

117 lines (95 loc) · 9.75 KB

cordova-simulate Release Notes

0.3.13 (Sept 20, 2017)

  • Fix accessibility issue with GPX playback speed combobox (#247)

0.3.12 (May 22, 2017)

  • Update with real translations (ee5fa92)

0.3.11 (May 19, 2017)

  • Remove spurious CSS file from root folder

0.3.10 (May 19, 2017)

  • 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)

0.3.9 (Jan 5, 2017)

  • Support scroll bar color in themes (#221)

0.3.8 (Dec 30, 2016)

  • 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)

0.3.7 (Dec 5, 2016)

  • Loc team pass on recent machine translated strings (#213, #214)

0.3.6 (Dec 1, 2016)

  • 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)

0.3.5 (Nov 16, 2016)

  • 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)

0.3.4 (Oct 28, 2016)

  • 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)

0.3.3 (Oct 4, 2016)

  • Updated localized files with real translations (#161, #162, #163)

0.3.2 (Sep 29, 2016)

  • 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)

0.3.1 (Sep 17, 2016)

  • 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)

0.3.0 (Aug 24, 2016)

  • 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 any data-* 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)

0.2.3 (July 24, 2016)

  • Use npm package for send-transform rather than github branch (be26606e).
  • Position sim-host UI to the left rather than sort of centered (5f082644).

0.2.2 (July 21, 2016)

  • 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)

0.2.1 (June 30, 2016)

  • Bootstrap protocol enhancements
  • Multiple bug fixes and improvements

0.2.0 (June 9, 2016)

  • 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

0.1.3 (Oct 28, 2015)

  • Adds support for some basic telemetry (e547555f).
  • Ensure server is closed if an error occurs (ffe2b134).
  • Expose server and log (d0dc5224).

0.1.2 (Oct 13, 2015)

  • Better handled scenarios with no success/fail methods (0805ad28).
  • Handle plugins with "old style" id (5b46fddb).

0.1.1 (Oct 8, 2015)

  • Restore missing utils.navHelper() method (63ef7679).

0.1.0 (Oct 8, 2015)

  • Initial test release