cordova-plugin-statusbar/RELEASENOTES.md

1.9 KiB

Release Notes

0.1.5 (Apr 17, 2014) (First release as a core Cordova Plugin)

  • CB-6316: Added README.md which point to the new location for docs
  • CB-6316: Added license header to the documentation. Added README.md which point to the new location for docs
  • CB-6316: Moved StatusBar plugin documentation to docs folder
  • CB-6314: [android] Add StatusBar.isVisible support to Android
  • CB-6460: Update license headers

0.1.6 (Jun 05, 2014)

  • CB-6783 - added StatusBarStyle config preference, updated docs (closes #9)
  • CB-6812 Add license
  • CB-6491 add CONTRIBUTING.md
  • CB-6264 minor formatting issue
  • Update docs with recent WP changes, remove 'clear' from the loist of named colors in documentation
  • CB-6513 - Statusbar plugin for Android is not compiling

0.1.7 (Aug 06, 2014)

  • Add LICENSE and NOTICE
  • Update statusbar.js
  • Update backgroundColorByHexString function
  • ios: Use a persistent callbackId instead of calling sendJs
  • CB-6626 ios: Add a JS event for tapping on statusbar
  • ios: Fix hide to adjust webview's frame only when status bar is not overlaying webview
  • CB-6127 Updated translations for docs
  • android: Fix StatusBar.initialize() not running on UI thread