摘要:微信小程序開(kāi)發(fā)者工具發(fā)布最新版本,增加了控件,模塊化中可使用對(duì)外暴露接口,模塊化中可不寫(xiě)后綴等。
微信小程序開(kāi)發(fā)者工具發(fā)布最新版本0.10.101100,增加了video控件,模塊化中可使用 exports 對(duì)外暴露接口,模塊化中 require 可不寫(xiě) .js 后綴等。
更新日志 基礎(chǔ)功能A 增加 Android 添加了默認(rèn)的控件
A 增加 模塊化中可使用 exports 對(duì)外暴露接口
A 增加 模塊化中 require 可不寫(xiě) .js 后綴
F 修復(fù)
F 修復(fù)
F 修復(fù)
F 修復(fù) iOS10 下首次輸入不顯示的問(wèn)題
F 修復(fù) type="mini" 的問(wèn)題
F 修復(fù) 出現(xiàn) loading 時(shí),loading和文字對(duì)齊的問(wèn)題
F 修復(fù) drawImage 圖片路徑不正確的問(wèn)題
F 修復(fù) Page 中 data 之外的數(shù)據(jù)無(wú)法被重置的問(wèn)題
F 修復(fù) 大小寫(xiě)導(dǎo)致的 wx.request 的 header 參數(shù)屬性被重復(fù)設(shè)置的問(wèn)題
F 修復(fù) app.js 中無(wú)法使用 require 的問(wèn)題
R 移除
R 移除
R 移除
A 增加 ES6 到 ES5 的轉(zhuǎn)換,默認(rèn)開(kāi)啟,開(kāi)發(fā)者可以在項(xiàng)目中主動(dòng)關(guān)閉
A 增加提交代碼時(shí)候可選壓縮代碼,默認(rèn)關(guān)閉,開(kāi)發(fā)者可以在項(xiàng)目中主動(dòng)開(kāi)啟
A 增加 wx.uploadFile 和 wx.downloadFile 調(diào)試支持
A 增加下拉刷新的調(diào)試支持
A 增加
reportSubmit 模式模擬返回 formId 調(diào)試支持A 增加 添加了滑動(dòng)進(jìn)度條的功能
A 增加
F 修復(fù)打開(kāi)地圖導(dǎo)致錯(cuò)誤的問(wèn)題
F 修復(fù) 組件不顯示的問(wèn)題
F 修復(fù) 中 drawImage 閃爍的問(wèn)題
F 修復(fù) json 中 navigationBarTextStyle 缺省值設(shè)置出錯(cuò)的問(wèn)題
F 修復(fù)
F 修復(fù)背景音樂(lè)停止時(shí)會(huì)觸發(fā)一次 wx.onBackgroundAudioPause 的問(wèn)題
F 修復(fù)wx.request 超時(shí)會(huì)觸發(fā)兩次 fail 和 complete 回調(diào)的問(wèn)題
F 修復(fù)小屏幕下開(kāi)發(fā)者工具無(wú)法拖動(dòng)到底部的問(wèn)題
F 修復(fù) wx.setStorage 沒(méi)有限制大小的問(wèn)題
F 修復(fù)某些情況下修改了代碼文件但工具沒(méi)有更新的問(wèn)題
編輯模塊A 增加側(cè)邊欄可以拖拽位置保存
A 增加快捷鍵 ctrl + or command + 隱藏側(cè)邊欄
A 增加文件頁(yè)卡可以拖動(dòng)排序的功能
F 修復(fù) wx.setNavitionBarTitle 提示錯(cuò)誤的問(wèn)題
F 修復(fù)某些情況下文件修改不生效的問(wèn)題
模塊化可以直接使用require一些第三方模塊
var Immutable = require( "../../libs/immutable/immutable" ); var app = getApp(); Page( { onLoad: function() { //console.log("onLoad"); var that = this; var lines = []; var map1 = Immutable.Map({a:1, b:2, c:3}); var map2 = map1.set("b", 50); lines.push(map1.get("b")); lines.push(map2.get("b")); } })
微信小程序WAService.js對(duì)部分JavaScript功能進(jìn)行了閹割,導(dǎo)致一些模塊無(wú)法使用
function(e, t, n) { (function(e) { n(1); if ("undefined" != typeof Function) { var t = Function; e = {}, Function.constructor = function() { return arguments[arguments.length - 1] = "console.warn("can not create Function")", t.apply(this, arguments) } , Function.prototype.constructor = function() { return arguments[arguments.length - 1] = "console.warn("can not create Function")", t.apply(this, arguments) } , Function = function() { return "return this" === arguments[arguments.length - 1] ? arguments[arguments.length - 1] = "return global" : arguments[arguments.length - 1] = "console.warn("can not create Function")", t.apply(this, arguments) } } "undefined" != typeof eval && (eval = void 0), "undefined" != typeof navigator && !function() { var e = setTimeout; setTimeout = function(t, n) { if ("function" == typeof t) return e(t, n) } ; var t = setInterval; setInterval = function(e, n) { if ("function" == typeof e) return t(e, n) } }() } ).call(t, function() { return this }()) }其他
完整代碼 https://github.com/guyoung/Gy...
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/80656.html
摘要:微信小程序應(yīng)用號(hào)開(kāi)發(fā)資源匯總文檔工具教程代碼插件組件文檔從搭建一個(gè)微信小程序開(kāi)始小程序開(kāi)發(fā)文檔小程序設(shè)計(jì)指南工具小程序開(kāi)發(fā)者工具官方支持微信小程序?qū)崟r(shí)預(yù)覽的支持的微信小程序組件化開(kāi)發(fā)框架轉(zhuǎn)在線工具小程序云端增強(qiáng)社區(qū)微信小程序 微信(小程序or應(yīng)用號(hào))開(kāi)發(fā)資源匯總-文檔-工具-教程-代碼-插件-組件 文檔 從搭建一個(gè)微信小程序開(kāi)始 小程序開(kāi)發(fā)文檔 小程序設(shè)計(jì)指南 工具 小程序開(kāi)發(fā)者...
摘要:微信應(yīng)用號(hào)小程序資源匯總。每天不定期整理和收集微信小程序相關(guān)資源,方便查閱和學(xué)習(xí),歡迎大家提交新的資源,完善和補(bǔ)充。 wechat-weapp-resource 微信應(yīng)用號(hào)(小程序)資源匯總。 每天不定期整理和收集微信小程序相關(guān)資源,方便查閱和學(xué)習(xí),歡迎大家提交新的資源,完善和補(bǔ)充。 showImg(https://segmentfault.com/img/remote/1460000...
摘要:微信應(yīng)用號(hào)小程序資源匯總。每天不定期整理和收集微信小程序相關(guān)資源,方便查閱和學(xué)習(xí),歡迎大家提交新的資源,完善和補(bǔ)充。 wechat-weapp-resource 微信應(yīng)用號(hào)(小程序)資源匯總。 每天不定期整理和收集微信小程序相關(guān)資源,方便查閱和學(xué)習(xí),歡迎大家提交新的資源,完善和補(bǔ)充。 showImg(https://segmentfault.com/img/remote/1460000...
閱讀 568·2023-04-26 02:58
閱讀 2308·2021-09-27 14:01
閱讀 3608·2021-09-22 15:57
閱讀 1172·2019-08-30 15:56
閱讀 1047·2019-08-30 15:53
閱讀 792·2019-08-30 15:52
閱讀 649·2019-08-26 14:01
閱讀 2165·2019-08-26 13:41