- GH-103 breaking(npm): bump dependencies
- GH-101 breaking: @cordova/eslint-config w/ applied fix
- GH-102 ci: update xcode image to 11.5
- GH-100 chore(npm) update npm audit issues
- GH-97 breaking: bump cordova-common@^4.0.0
- (ci) drop nodejs <10 from Travis
- GH-98 breaking: bump node support >=10.0.0
- GH-95 breaking: bump package 6.0.0-dev
- chore(asf): update git notification settings
- Update CONTRIBUTING.md
- GH-90 chore: update nyc dev dependency
- chore: add Node.js 12 to ci services
- GH-88 build: report test coverage to codecov.io
- Add or update GitHub pull request and issue template
- GH-83 OSX Platform Release Preparation (Cordova 9)
- GH-66 explicit
plist@3
dependency - GH-82 Copy
node_modules
if the directory exists - GH-75 Move
jasmine-spec-reporter
todevDependencies
- GH-73 More verbose test reporter
- GH-69 Dependency bump
cordova-common@^3.0.0
- GH-67 Test Framework Implementation Improvements
- GH-62 Remove Unused Dependencies & update tmp
- GH-63 Remove
.jshintrc
from tests - GH-61 ESLint Dependencies Update, Configure and Corrections
- GH-59 Added Travis CI OSX Image and Install
cordova@latest
- GH-60 Updated License with a Valid SPDX License
- GH-56 Test Framework Consistency
- GH-54 Remove Bundled Dependencies
- GH-53 Add Node 10 & Drop Node 4 Support
- CB-13449 Assign 1024x1024 app icon
- CB-3021 Can no longer import CDVPlugin.h from plugin Objective-C++ code
- CB-13824 Swift 4 support
- CB-13825 Update Node Dependencies
- CB-13424 Replaces undefined
self
withthis
- CB-13424 When running
cordova plugin add/remove
plugins are added and removed properly to the osx platformconfig.xml
file - CB-13449 Added support for 1024x1024 app icon
- CB-13304 expose preference to control WebView navigation
- CB-12339 handle re-open app window
- CB-12985 updated to use eslint format
- CB-12762 point
package.json
repo items to github mirrors instead of apache repos site - CB-11948 Modal dialog (window.confirm) opens behind fullscreen window and cannot be closed
- CB-11510 OSX app doesn't properly span all vertical displays
- CB-9918 CDVInvokedUrlCommand.argumentAtIndex returns WebUndefined instead of nil
- CB-11002 Enable hidden accelerated rendering settings by default
- CB-10668 fixed failing tests, reverted shelljs to 0.5.3
- updated .ratignore
- CB-10668 added node_modules directory
- CB-10668 removed bin/node_modules, updated create.js to use root node_modules
- CB-10668 updated package.json, prepare.js and Api.js
- CB-10646 Platform specific icons not copied to xcode project
- CB-10570 Compilation error on case sensitive filesystem
- CB-6789 OSX - Fix header licenses (Apache RAT report).
- Update
CDVBridge.m
- CB-10308 Unable to parse multi dimensional arrays with more than 2 levels
- CB-10238 Move device-plugin out from
cordovalib
to the plugin repository - CB-9818 Reloading the webview in OSX looses the
CordovaBridgeUti
- CB-10198 Prompt submission bug
- CB-10085 Implement and expose PlatformApi for OSX
- CB-10099 OSX copy-paste not possible in own windows
- CB-10087 OSX facilitate easy preferences menu item handling
- CB-10084 OSX (re)move connectivity in favour of
cordova-plugin-network-information
- CB-6789 OSX Fix header licenses
- CB-9584 OSX add config to enable webview debug menu
- simple:
CDV.h
is not exported - CB-9925 Add basic tests to OSX platform
- CB-9818 Reloading the webview in OSX looses the
CordovaBridgeUtil
- CB-9692 OSX
cordova.exec
is not available - CB-9581 OSX
WebView
does not send cookies is safari cache is cleared - Fullscreen windows does not properly get focused
- fix plugin argument calls
- CB-9541 Add preferences to put app into "kiosk mode"
- escape
__PROJECT_NAME__
with quotes in project file - replace
__PROJECT_NAME__
also inconfig.xml
and controller strings - CB-9517 Adding a plugin on iOS/OSX that uses a private framework does not work
- CB-8417 moved platform specific js into platform
- CB-6789 Add license to
CONTRIBUTING.md
- Updated docs link in
README
to use apache link, not the redirect. - CB-6567 Adding the OSX platform also copies over the
CordovaLibTests
- CB-6560 added top level
package.json
file - CB-6491 add
CONTRIBUTING.md
- Fixed layout and updated scripts to work with cli
- CB-3179 Change to in config.xml and remove deprecation notice in OSX
- CB-3833 Deprecation plugin tag upgrade step has malformed xml
- CB-3463 bin/create should copy cordova.js into the project's CordovaLib
- Added missing licenses after running Apache RAT
- CB-3171 Add deprecation notice for use of in config.xml in OSX
- CB-2200 Remove deprecated device.name field.
- CB-3443 OSX - cordova-VERSION.js -> cordova.js
- Added ShellUtils for plugins to use.
- Support window.alert, window.prompt, window.confirm
- Enable HTML5 localStorage.
- Enable WebGL support through "EnableWebGL" preference (disabled by default)
- Initial release
- Supports third-party plugins (Plugin Development model is the same as iOS)
- Only two core plugins are supported currently (Device and NetworkStatus)
- White-listing is NOT supported yet