Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修正tabbar在h5中router=hash时无法显示的问题 #7306

Closed
wants to merge 370 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
370 commits
Select commit Hold shift + click to select a range
6277ea3
fix(taro): 修复页面 config 参数缺失 pageOrientation 的类型定义 (#4961)
spencer17x Nov 29, 2019
f66a316
Update README.md
Pines-Cheng Nov 29, 2019
cd88687
chore: add start count button in docs header
Pines-Cheng Nov 29, 2019
70ddfd8
Merge branch 'master' of github.com:NervJS/taro
Pines-Cheng Nov 29, 2019
a42bc6e
fix(components): h5 image在unmount时取消IntersectionObserver监听 (#4975)
Lostsory Dec 2, 2019
36ef638
fix(cli): 修复编译 ui 库及 plugin 时报错的问题,close #4965
luckyadam Dec 2, 2019
7ea8892
fix(template): default 模版补充 rn 和 quickapp 的依赖
Garfield550 Dec 2, 2019
f681da1
fix: set transform method
ZakaryCode Dec 2, 2019
57c3346
fix(taro.components): fix Taro.FC typings and others, close #4987
Garfield550 Dec 2, 2019
e8eb71e
fix(taro.component): 修改类组件构造器定义,保持向后兼容
Garfield550 Dec 3, 2019
9dcdc61
revert(template): 从默认模版中移除 RN 依赖
Garfield550 Dec 3, 2019
3bbd955
fix(taro): 修正 lineCap 的类型 (#4992)
azhaorz Dec 3, 2019
27d9905
fix(transformer-wx): enhancing the eslint checker (#4995)
Dec 3, 2019
59ecaad
fix(qq): import nextTick & updateComponent
SunskyXH Dec 3, 2019
d74fd77
chore(release): publish v1.3.27
luckyadam Dec 3, 2019
493e42b
chore: changelog && docs
luckyadam Dec 3, 2019
e8af0a8
feat: createSelectorQuery Method`scrollOffset` fix
ZakaryCode Dec 4, 2019
e68a14b
fix(taro-cli):rn优先处理entryFilePath,防止部分组件无法合并全局样式
aijle Dec 4, 2019
6fe9230
fix(taro-transformer-wx):rn不需要转换函数组件,方便升级rn并使用hook
aijle Dec 4, 2019
508cb8d
chore(readme): ci 的编译结果仅展示 master 的状态
Garfield550 Dec 5, 2019
58b3e48
docs: scroll-view
ZakaryCode Dec 5, 2019
e64d0ac
Merge pull request #5006 from aijle/fixrn
Pines-Cheng Dec 9, 2019
70ec501
feat: checkout types from auto-docs branch
ZakaryCode Dec 9, 2019
dba5426
feat: checkout scripts from auto-docs
ZakaryCode Dec 9, 2019
fd96d81
fix: 修复 API 类型重构导致的编译失败问题
Garfield550 Dec 9, 2019
7274ce2
fix(cli): 删掉模板中空的 copy 配置
luckyadam Dec 10, 2019
0892241
fix(weapp): setData 前需要深拷贝衍生自 state 的 data, fix #5012
Chen-jj Dec 10, 2019
0bd23ba
docs: Video视频组件文档更新 (#4799)
shenghanqin Dec 10, 2019
196e05a
chore(release): publish v1.3.28
luckyadam Dec 11, 2019
4cc4718
chore: changelog && docs
luckyadam Dec 11, 2019
8694e8f
revert(weapp): 取消“从 prevProps 改为使用 nextProps”的改动
Chen-jj Dec 11, 2019
180990f
chore: 将 buttons.js 移到 JD 下
Pines-Cheng Dec 11, 2019
48b8271
fix(weapp/tt/swan/qq/jd): 取消“从 prevProps 改为使用 nextProps”的改动
Chen-jj Dec 11, 2019
553ff83
fix(jd): 京东小程序暂不支持插件
luckyadam Dec 11, 2019
2094fc5
chore(release): publish v1.3.29
luckyadam Dec 11, 2019
b286787
refactor(transformer): 如果有 preval 那就先执行
yuche Dec 17, 2019
e6910db
fix(transformer): 修复微信开发者控制台 key 报警
yuche Dec 17, 2019
4282768
test(transformer): preval 可用
yuche Dec 17, 2019
3affac6
feat(with-weapp): 支持 observers
yuche Dec 17, 2019
dcd8bed
chore(taro): with-weapp 加入 CI 测试
yuche Dec 18, 2019
4e745ef
chore(release): publish v1.3.30
yuche Dec 18, 2019
c9df02d
chore: changelog && docs
luckyadam Dec 11, 2019
f4b9496
chore(deps): bump postcss-modules-values from 1.3.0 to 3.0.0 (#3639)
dependabot-preview[bot] Dec 11, 2019
8e35e3a
chore(deps): bump postcss-modules-local-by-default from 1.2.0 to 3.0.…
dependabot-preview[bot] Dec 11, 2019
299da53
chore(deps): bump inquirer from 5.2.0 to 7.0.0 (#4401)
dependabot-preview[bot] Dec 11, 2019
9e8cdc5
chore(deps-dev): bump @types/react-dom from 16.8.4 to 16.9.4 (#5068)
dependabot-preview[bot] Dec 12, 2019
f07e6b5
feat(weapp): add missing type for image component (#5071)
Dec 12, 2019
f2e0dad
fix: video component
ZakaryCode Dec 12, 2019
6e3a65f
feat: add style for video
ZakaryCode Dec 12, 2019
2d7ccee
fix(components): 修复 Image 组件在 react 环境下报错的问题
luckyadam Dec 12, 2019
b37483e
fix(components): h5 image 删除无关代码 (#4998)
Lostsory Dec 13, 2019
9d753fc
feat: checkout from auto-docs
ZakaryCode Dec 15, 2019
c727dd1
chore: 暂时只有 2.x 分支 ci 时会重新构建文档
luckyadam Dec 16, 2019
4e2b7f0
feat(weapp): taro config add style typing (#5090)
Dec 16, 2019
23a754e
fix(taro): 增加 nextTick api
Chen-jj Dec 17, 2019
36fd185
fix(taro): 增加 getRealtimeLogManager api, close #5072
Chen-jj Dec 17, 2019
4e718a2
fix(miniprogram): 修复循环内使用 ref 的问题,fix #5050
Chen-jj Dec 17, 2019
d67dfc2
fix(typescript types): 修复 Taro.getExtConfigSync 返回值类型。 (#5114)
wongyouth Dec 18, 2019
af9d81c
fix(miniprogram): 修复循环 ref 问题,fix #5052
Chen-jj Dec 19, 2019
f8f4690
docs: 修改示例代码错误
honlyHuang Dec 19, 2019
5b8bf19
fix(cli): add taro-rn package in template to pass cli version validate
Pines-Cheng Dec 19, 2019
19fcf2c
fix(weapp): 生命周期调用不严谨
yuche Dec 20, 2019
aa0e3dd
fix(with-weapp): props 无法监听 & data 有循环数据报错
yuche Dec 20, 2019
c05afaf
chore(release): publish v1.3.31
yuche Dec 20, 2019
96a65e3
chore: docs & changelog
yuche Dec 20, 2019
67a945a
feat: checkout from auto-docs
ZakaryCode Dec 22, 2019
ae0bf9b
feat(cli): taro update 到指定版本或者更新到 major 的 latest 版本
Pines-Cheng Dec 23, 2019
073e704
fix: remove js extension
Pines-Cheng Dec 23, 2019
d854a3e
fix(cli): update 命令获取 taro 版本时兼容 beta 为 lastest 的情况
luckyadam Dec 24, 2019
297eefa
fix(components): componentWillUnmount lifecycle (#5135)
li2go Dec 23, 2019
f64b1a3
Merge pull request #5108 from iChengbo/fixRN-previewImage
Pines-Cheng Dec 23, 2019
c9a2d00
chore(release): publish v1.3.32
luckyadam Dec 24, 2019
a02e53b
chore: changelog && docs
luckyadam Dec 24, 2019
c2044dd
fix(transform-wx): 修复微信开发者工具key警告(使用常量key判断) (#5181)
manfwh Dec 24, 2019
1c99523
fix(transformer): 替换掉 key 中包含 LOOP_ORIGINAL 的字符串
yuche Dec 25, 2019
b3a7874
fix(transformer): 修复循环 ref 测试用例
Chen-jj Dec 25, 2019
46c8c3c
test(transformer): 修复测试用例
yuche Dec 25, 2019
f3138d3
chore(release): publish v1.3.33
luckyadam Dec 25, 2019
33dbede
chore: changelog && docs
luckyadam Dec 25, 2019
7852967
fix(cli): 当前主版本无稳定版本导致更新报错的问题,并添加文档
Pines-Cheng Dec 26, 2019
698c057
fix(taro-h5): fix scroll issue in iOS when using showToast/showModal/…
leoswing Dec 26, 2019
c3c9929
fix(h5): h5环境previewImage左右滑动时触发浏览器前进、后退
iChengbo Dec 26, 2019
d7f2ca5
fix(cli): 获取到确切的 latest vertion
Pines-Cheng Dec 26, 2019
325e6d2
feat(cli): 添加了 version 校验
Pines-Cheng Dec 26, 2019
484d3b0
fix(router): H5下 ReLaunch 没办法跳到指定的页面
Blet Dec 24, 2019
73a2ddc
fix: cloud 对象方法未能导出, fixed #5195
ZakaryCode Dec 26, 2019
fffa784
fix(tt): 修复头条基础库1.38.2后引起的 slot 问题
Chen-jj Dec 27, 2019
c6c9c02
fix: error var name
ZakaryCode Dec 30, 2019
ed6f261
fix(template): 临时解决 ESLint 分析器认为 Config 未使用的问题 #5207
Garfield550 Dec 30, 2019
899dacf
fix(template): 添加 @typescript-eslint/eslint-plugin 并更新模版配置 #5207
Garfield550 Dec 30, 2019
863a5a5
revert: 临时解决 ESLint 分析器认为 Config 未使用的问题 #5207
Garfield550 Dec 30, 2019
46fdce6
feat(h5): 为h5的uploadFile添加了额外的文件名参数
Littly Dec 31, 2019
bf8edb5
chore(release): publish v1.3.34
luckyadam Dec 31, 2019
c884190
chore(taro): 为 uploadFile 添加 H5 新增的文件名参数
Garfield550 Dec 31, 2019
0d7efc8
chore: changelog && docs
luckyadam Dec 31, 2019
fe346ef
feat(h5): chooseImage回调中加入了originalFileObj属性
Littly Dec 31, 2019
4106d5c
fix(alipay): 支付宝分包时 Current 应该挂 my 上,fix #5204
Chen-jj Dec 31, 2019
c8855ba
feat: upload for auto-api for components
ZakaryCode Jan 1, 2020
c2a02ed
fix(types): 补充 chooseImage 在 H5 下的类型
Garfield550 Jan 2, 2020
a946f86
fix(cli): windows下配置 weapp.compile.exclude 为 npm 包时路径问题 (#5227)
deng-yc Jan 2, 2020
2d3a3a0
fix: 修复h5独有属性类型
ZakaryCode Jan 5, 2020
e0af665
feat(taro-weapp/taro-with-weapp): 增加 isUsingDiff 开关
Chen-jj Dec 25, 2019
60e5691
fix(weapp): allow Taro.getUserInfo to take no param (#5248)
Jan 6, 2020
317604c
fix(weapp): incorrect Taro.canvasToTempFilePath typing (#5250)
Jan 6, 2020
1ce8c48
fix(weapp/qq/tt/alipay): 预加载不支持 switchTab,close #5185
Chen-jj Jan 6, 2020
a4e8a38
fix(weapp): 修复小程序 request 并发没有限制的问题,close #5213
Chen-jj Jan 6, 2020
d902d3e
fix(weapp): 导出 wx.env 对象,增加 Taro.env.USER_DATA_PATH 类型定义 close #3710
Garfield550 Jan 8, 2020
a07ec74
fix(alipay): 支付宝小程序分包下 compid 应该挂全局
Chen-jj Jan 8, 2020
9b056ce
fix(weapp): 修复 Taro.cloud 部分函数返回错误的类型定义 (#5270)
Jan 8, 2020
0c5bfe7
fix(mini): 修复 requset API 不触发 success 和 fail 的问题,close #5271
Chen-jj Jan 8, 2020
c82380e
fix(weapp): 添加微信小程序 webp 属性和修复函数式组件缺少的 externalClasses 类型 (#5273)
spencer17x Jan 8, 2020
d033040
chore(taro-swan): requestPolymerPayment赋值给requestPayment方法
zpzxgcr Jan 8, 2020
0f8c369
chore(release): publish v1.3.35
luckyadam Jan 8, 2020
e57f8c0
chore: changelog && docs
luckyadam Jan 8, 2020
9d7125d
Update ui-lib.md
Pines-Cheng Jan 13, 2020
aba16f0
fix(weapp/qq): 微信、qq小程序 request 并发数改为 10,fix #5291
Chen-jj Jan 13, 2020
efc55ae
feat(swan): 百度也加上绕开 diff 的后门
Chen-jj Jan 14, 2020
6a72a4a
docsfix word speling (#5327)
yyzclyang Jan 15, 2020
11a2e7a
docs(swiper): fix word spelling (#5331)
yyzclyang Jan 15, 2020
7bcd4a8
fix(cli): 修复 Node 13 创建项目时的问题, close #5285
Chen-jj Jan 19, 2020
c54193a
fix(swan): 修复百度小程序 ref, close #2631
Chen-jj Jan 20, 2020
a6fab6f
chore(release): publish v1.3.36
luckyadam Jan 21, 2020
afeebcd
chore: changelog && docs
luckyadam Jan 21, 2020
018e534
fix: radio with radio-group onCange prop fix #4750
ZakaryCode Jan 25, 2020
b20dfc4
fix: scrollview 在火狐浏览器滚动中报错,导致onScroll不执行 fix#5254
ZakaryCode Jan 25, 2020
d75cae4
fix: docs redirect
ZakaryCode Jan 26, 2020
a4e0556
feat: add types docs absence
ZakaryCode Jan 26, 2020
ad902f6
fix: 补全组件文档脚本生成 fix #4908
ZakaryCode Jan 27, 2020
97aaaa5
fix(components): code optimization
ZakaryCode Jan 27, 2020
5225462
fix(components): ScrollView event fix #3484
ZakaryCode Jan 27, 2020
171a623
fix(components): radio click method lack error
ZakaryCode Jan 27, 2020
a2a4ca8
feat(component): upload components types
ZakaryCode Feb 2, 2020
db043f7
Update view.md
Pines-Cheng Feb 3, 2020
a7582af
feat(docs): 暂时屏蔽没有添加的API文档
ZakaryCode Feb 4, 2020
28ddd91
feat(docs): 文档更新
ZakaryCode Feb 4, 2020
187351f
fix(taro-components-qa): 修复快应用scrollview组件事件无法触发问题 (#5414)
yechunxi Feb 4, 2020
50a3b66
fix(components): 修复跳转时视频继续播放的问题, fix #5412
Littly Feb 4, 2020
c149ce2
docs: 文档中删除了dll功能, #5423
Littly Feb 6, 2020
e5340d5
feat(components): 修复按钮 hoverClass 属性 fix #4088
ZakaryCode Feb 6, 2020
8eef12b
feat(docs): 添加文档脚本识别参数=>京东小程序
ZakaryCode Feb 6, 2020
83a41df
docs: 各处涉及多端的文档细节中加入京东小程序
Chen-jj Feb 6, 2020
4b9b1d8
docs: 加入京东小程序开发前准备
Chen-jj Feb 6, 2020
6fa5525
docs: add useScope
Chen-jj Feb 7, 2020
d12c6c1
fix(components): 暂时去除了h5中input的focus能力, fix #5393 #4991
theycallmexiaoli Feb 7, 2020
37b23c2
feat(taro-weapp): 增加 uploadTask.headersReveived,fix #5407
Chen-jj Feb 7, 2020
d166c0b
fix(taro-weapp): 补上 uploadTask.headersReveived task
Chen-jj Feb 7, 2020
756ff9e
fix(alipay): 去掉hasPageInited判断,fix #5424
Chen-jj Feb 7, 2020
2226841
chore(release): publish v1.3.37
luckyadam Feb 9, 2020
bbd1ab6
chore: changelog && docs
luckyadam Feb 9, 2020
049a5ee
feat(network): upload typing
ZakaryCode Feb 10, 2020
432f32c
feat(types): upload components typing with docs
ZakaryCode Feb 16, 2020
36c3464
docs(swiper): fix error codes (#5468)
yyzclyang Feb 17, 2020
9634cf0
docs(MovableView): fix error codes (#5469)
yyzclyang Feb 17, 2020
285b1c9
docs(Icon): fix error codes (#5470)
yyzclyang Feb 17, 2020
614ae5b
docs(text): fix error codes (#5471)
yyzclyang Feb 17, 2020
3c4dcde
docs: fix docs error codes (#5472)
yyzclyang Feb 17, 2020
95bd3a6
feat: input typing with docs upload
ZakaryCode Feb 17, 2020
f62da13
fix: docusaurus wrong parse
ZakaryCode Feb 17, 2020
047d86f
fix(taro-components-rn): 修复Input组件
aijle Feb 21, 2020
4b1bb3f
fix(components): 去除canvas、tabbar内一些比较hacky的写法
theycallmexiaoli Feb 29, 2020
a7981f3
fix(components): 修复canvas可能取不到props的问题
theycallmexiaoli Mar 4, 2020
22405fb
fix(components): 修复navigator、controls、video组件可能取不到props的问题
theycallmexiaoli Mar 4, 2020
4801038
fix: rem in h5 component fix #5309
ZakaryCode Mar 6, 2020
a91f376
Merge pull request #5521 from aijle/rn_input
Pines-Cheng Mar 6, 2020
8c8041e
fix: get app for h5 fix #4763
ZakaryCode Mar 6, 2020
bf6fa39
docs: get-app supported
ZakaryCode Mar 6, 2020
991f7ee
Merge pull request #4547 from neuyu/master
ZakaryCode Mar 6, 2020
246e131
feat: complete navig、form、media typing with docs
ZakaryCode Mar 7, 2020
c150dbb
feat: complete Open typing with docs
ZakaryCode Mar 7, 2020
ccdb96f
feat: upload all components types with docs
ZakaryCode Mar 7, 2020
10c2c53
feat(taro-router): 新增路由拦截功能beforeRouteLeave
jackie-gan Feb 21, 2020
880220d
feat(taro-h5): add capture attribute support for chooseImage api when…
leoswing Mar 9, 2020
ae9fc19
chore(release): publish v1.3.38
luckyadam Mar 9, 2020
ef35431
chore: changelog && docs
luckyadam Mar 9, 2020
cef40b3
feat(components): 为image组件添加了imgProps属性
theycallmexiaoli Mar 9, 2020
4080659
fix(swan): 修复Taro 1.3.x,百度小程序component shouldComponentUpdate不生效
PatrickSR Mar 5, 2020
6bf75fc
feat(plugin-uglify): 强力压缩 (#1294)
Mar 13, 2020
c8ed86b
fix(cli): 修复对 lodash 等库的支持,close #5614
luckyadam Mar 14, 2020
cb4257c
fix(tt): 修复头条真机调试报错,fix #5688
Chen-jj Mar 13, 2020
8fd4338
chore(release): publish v1.3.39
luckyadam Mar 16, 2020
9a55ff3
chore: changelog && docs
luckyadam Mar 16, 2020
7bbd3af
Update README.md
Pines-Cheng Mar 16, 2020
cac6d22
fix(jd): 修复京东小程序跳转参数、预加载
Chen-jj Mar 19, 2020
8e228be
fix: canvas typing fix #5790
ZakaryCode Mar 26, 2020
6b96206
docs: link upload fix #5740
ZakaryCode Mar 26, 2020
6204995
fix(docs): api about links
ZakaryCode Mar 26, 2020
de01a70
fix4375 解决快应用中路由跳转API不支持相对路径的问题
Qiyu8 Sep 21, 2019
9c36851
fix4375 解决快应用中路由跳转API不支持相对路径的问题
Qiyu8 Sep 23, 2019
04e99e3
'修正chooseImage参数count无效的问题'
Aug 16, 2019
889f9d3
优化代码格式
Aug 16, 2019
0d4cfc6
fix: swiper incorrect setting
ZakaryCode Mar 27, 2020
5a042ec
fix: this.container null in scroll-view
ZakaryCode Mar 27, 2020
78af2ae
fix: redundant type fix #5771
ZakaryCode Mar 28, 2020
54a9bc6
docs(rn): update react-native.md
Pines-Cheng Mar 30, 2020
59fe68a
fix: issue #5682 ,修复ios 10.x系统中,由于不支持document.body.style = bodyInline…
sam-plus Mar 30, 2020
6873a92
fix(taro-router): 修复函数式组件中leave hook的问题 (#5888)
jackie-gan Apr 3, 2020
6adca2c
feat(components): checkout modify from 2.x
ZakaryCode Apr 3, 2020
f476c65
feat(router): checkout router、cli modify from 2.x
ZakaryCode Apr 3, 2020
de32e54
fix(taro-router): 修复函数式组件中leave hook的问题 (#5888)
jackie-gan Apr 3, 2020
107d567
fix: Taro.uploadFile携带cookie (#5896)
lolipop99 Apr 6, 2020
571ae69
chore(release): publish v1.3.40
luckyadam Apr 7, 2020
25806b5
chore: changelog && docs
luckyadam Apr 7, 2020
1d911b6
fix(components): images upload fix #5921
ZakaryCode Apr 9, 2020
174dbee
fix(components): images imgProps for lazyload
ZakaryCode Apr 9, 2020
7315bdd
feat(taro-webpack-runner): add miniCssExtractLoaderOption suppo… (#5922)
leoswing Apr 9, 2020
eac808f
fix(h5): 修复uploadFile上传的是个blob对象的问题
theycallmexiaoli Mar 31, 2020
8599256
fix: previewImage点击返回键导致页面返回等问题
iChengbo Mar 27, 2020
59e63ca
fix: previewImage点击返回键导致页面返回等问题
iChengbo Apr 4, 2020
0578890
feat(h5): previewImage:fail msg
ZakaryCode Apr 9, 2020
a1db3f8
fix: complete msg defect
ZakaryCode Apr 9, 2020
526d5b9
fix(h5): Taro.downloadFile携带cookie (#5941)
lolipop99 Apr 10, 2020
9e954fa
chore(release): publish v1.3.41
luckyadam Apr 13, 2020
72db721
chore: changelog && docs
luckyadam Apr 13, 2020
728034b
docs: Update join-in.md (#5960)
lingxiao-Zhu Apr 14, 2020
d0689da
fix typo (#5952)
xgqfrms Apr 14, 2020
19e2dc8
docs: 增加友盟统计平台接入taro框架的文档 (#5995)
pdap Apr 15, 2020
4f52e72
feat(cli): 在config中支持添加appId配置 编译时读取并写入到pageage.config.json中 (#5985)
persist-xyz Apr 15, 2020
7f2b037
fix(taro-router): 修复页面拦截成功后,url参数丢失的问题
Apr 15, 2020
51c2676
fix: 恢复源码
Apr 15, 2020
44b1251
chore(release): publish v1.3.42
luckyadam Apr 16, 2020
fd77925
chore: changelog && docs
luckyadam Apr 16, 2020
22f10d8
fix(transformer): 修复函数式组件 render props 不能正确解析的问题
Chen-jj Apr 27, 2020
6100a4b
docs: render-props
Chen-jj Apr 27, 2020
3368299
fix(taro-h5): 修复h5的chooseImage API无法动态设置souceType的问题,对齐小程序端
jackie-gan Apr 24, 2020
245d04c
docs: Update GETTING-STARTED.md (#6171)
hihanley Apr 30, 2020
dba24d8
fix(alipay): 修复支付宝分包页Interceptor 不生效的问题, fix #6129
Chen-jj May 2, 2020
79aa5b2
feat(taro-cli): 新增UI编译跨平台支持 (#6210)
mosquito1803 May 15, 2020
a532a95
fix(mobx):修复快应用下 store 未定义及页面不刷新问题(#4248) (#6367)
nanjingboy May 18, 2020
4fd5cac
chore(release): publish v1.3.43
luckyadam May 18, 2020
f5158d2
chore: changelog && docs
luckyadam May 18, 2020
6891724
fix(router): checkout 2.x router fixed (#6373)
ZakaryCode May 19, 2020
974f039
chore(release): publish v1.3.44
luckyadam May 19, 2020
e8d1d69
chore: changelog && docs
luckyadam May 19, 2020
faf96dd
fix(cli): 修复 convertor 报错问题
luckyadam Jun 8, 2020
a1e524d
feat: taro convert 支持京东小程序
luckyadam Jun 10, 2020
092cc5c
feat: 默认模板加上京东小程序依赖
luckyadam Jun 10, 2020
bdb3dd0
feat: checkout 2.x swiper
ZakaryCode Jun 8, 2020
355819a
chore(release): publish v1.3.45
luckyadam Jun 15, 2020
70df011
chore: changelog && docs
luckyadam Jun 15, 2020
9962690
Merge branch 'master' of https://github.com/NervJS/taro
luckyadam Jun 15, 2020
ca855f0
feat: checkout from 2.x
ZakaryCode Jun 23, 2020
f287976
fix: begin & end event problem
ZakaryCode Jun 23, 2020
5934f83
修正chooseLocation样式类名
Jul 8, 2020
5370946
Merge branch 'next' into next
Chen-jj Jul 14, 2020
910d0f6
fix: interactive classname
ZakaryCode Aug 7, 2020
8f6927f
'merge'
Aug 11, 2020
e33bb59
'merge'
Aug 11, 2020
48966aa
Merge branch 'next' of https://github.com/zhuxianguo/taro into next
Aug 11, 2020
dbf1ff5
修正tabbar在rourer=hash时无法显示的问题
Aug 11, 2020
ed89f10
还原
Aug 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/taro-h5/src/api/location/chooseLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import './style.css'

function createLocaltionChooser (handler) {
const html = `
<div className='taro_chooselocation'>
<div className='taro_chooselocation_bar'>
<div className='taro_chooselocation_back' />
<p className='taro_chooselocation_title'>位置</p>
<button className='taro_chooselocation_submit'>完成</button>
<div class='taro_chooselocation'>
<div class='taro_chooselocation_bar'>
<div class='taro_chooselocation_back'></div>
<p class='taro_chooselocation_title'>位置</p>
<button class='taro_chooselocation_submit'>完成</button>
</div>
<iframe className='taro_chooselocation_frame' frameborder='0' src='https://apis.map.qq.com/tools/locpicker?search=1&type=1&key=${LOCATION_APIKEY}&referer=myapp' />
<iframe class='taro_chooselocation_frame' frameborder='0' src='https://apis.map.qq.com/tools/locpicker?search=1&type=1&key=${LOCATION_APIKEY}&referer=myapp'></iframe>
</div>
`
const container = document.createElement('div')
Expand Down
1 change: 1 addition & 0 deletions packages/taro-router/src/tabbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export function initTabbar (config: AppConfig) {
// TODO: 找到 tabbar 的类型
const tabbar = document.createElement('taro-tabbar') as any
tabbar.conf = config.tabBar
tabbar.conf.mode=config['router']&&config['router']['mode']?config['router']['mode']:'hash'
const container = document.getElementById('container')
// eslint-disable-next-line no-unused-expressions
container?.appendChild(tabbar)
Expand Down