部落格 RSS 訂閱

Apache Cordova Windows & Windows Phone 3.7.0
作者:Steve Gill
2014 年 11 月 06 日

我們很高興宣布 Cordova Windows & WP8 3.7.0 已經發布!

此版本包含各種錯誤修復。

它將在下一個 cordova-cli 版本(Cordova CLI 4.1.0)中提供,預計將在幾天後推出。

要升級(一旦 CLI 更新發布)

npm install -g cordova
cd my_project
cordova platform update windows

要明確新增它(現在可用)

cordova platform add windows@3.7.0
cordova platform add wp8@3.7.0

對於非 CLI 專案或 3.0 之前的專案,請參考升級指南

Windows 中的新功能

  • CB-7731 捕獲 cli 遺失參數錯誤
  • CB-7493 為 CI 新增 space-in-pathunicode in name 測試
  • CB-7656 修復 list-deviceslist-emulators 命令
  • 修復建立 Windows 專案後 msbuild 失敗的問題
  • CB-7617--target 新增部分比對支援
  • CB-7666 合併 node_modules 並移至套件根目錄
  • CB-7666 將內容移出 Windows 子目錄
  • CB-7617 在 WP8.1 上部署錯誤地處理 --target 名稱
  • CB-7601 由於帶有 m: 前綴的功能未正確排序,導致建置失敗
  • CB-7520 複製 config.xml 中定義的 MRT 影像
  • CB-7520 .appxbundle 套件格式支援
  • CB-7520 優化影像名稱,使用萬用字元包含 MRT 影像
  • CB-7494 修復 *.appxmanifest 檔案中錯誤的取代
  • CB-7452 使用 NodeJS 重寫 ApplyPlatformConfig.ps1
  • CB-7377 移除不必要的規則追蹤,而 PS 也會錯誤地處理此追蹤

WP8 中的新功能

  • CB-7843 修復 WP8 上的 angular 路由
  • CB-7616--target 新增部分比對支援
  • CordovaView 遵守 DisallowOverscroll 偏好設定
  • 可選擇性抑制慣性滾動
  • CB-7618 修復由於缺少 node_modules 導致的 WP8 建置錯誤
  • CB-7616WP8 上部署無法執行特定目標
  • CB-7493CI 新增 space-in-pathunicode in name 測試