Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

taro

We are on a mission to become Babel of mini programs.
Collective - Host: opensource - https://opencollective.com/taro - Code: https://github.com/NervJS/taro

fix: 将taro-rn依赖移到devDependencies (#9484)

github.com/NervJS/taro - c064f62ca1fab16d663fb3bae04431f786118f7f authored over 3 years ago
feat(rn-style-transformer): switch node-sass to dart-sass

github.com/NervJS/taro - edee0b2f008faa5298bf31ec9023a17cd957c350 authored over 3 years ago
fix(runtime): 修复 Vue2 Input 组件数据绑定问题,fix #9360 (#9468)

github.com/NervJS/taro - 6eadfbec9791f449c50ad142b337c33761e9ae75 authored over 3 years ago
rn 启动支持动态传入参数,跳转指定页面,增加透传react-navigation参数 (#9454)

* feat: rn 启动支持动态传入参数,跳转指定页面

* fix(router-rn): 透传react-navigation参数

* fix(rn-runner): platform...

github.com/NervJS/taro - b73d5265ab123fe52bf26ebd8b19f1f9ec37f71e authored over 3 years ago
fix(components): 修复Vue2 H5中Input不能设置密码框,fix #9443 (#9449)

github.com/NervJS/taro - 065b58bdc83f0ae4efc08d9011cd568fca992522 authored over 3 years ago
fix(runtime): 优化暴露给开发者的页面路由参数,close #9414

github.com/NervJS/taro - 0027d9e3a045ddda7acfe6899b92b0aa27adf903 authored over 3 years ago
fix(shared): 修复 MovableView 滑动事件不触发的问题,fix #9438 (#9441)

* fix(shared): 修复 MovableView 滑动事件不触发的问题,fix #9438

* fix: ci

github.com/NervJS/taro - 6b706d1f3517bf0491a4c3091d80ca519cfdac68 authored over 3 years ago
fix(cli): 删除默认模版的 npmrc 文件,fix #9398

github.com/NervJS/taro - 9b411866534e9a9ce6463deb37cf16730597f6de authored over 3 years ago
Merge pull request #9278 from NervJS/fix/weapp-textarea

fix(weapp): 补全微信小程序 Textarea 的属性

github.com/NervJS/taro - 1359aafa2ed3370fa664a8aa569dbb3bd0c99665 authored over 3 years ago
Merge branch 'next' into fix/weapp-textarea

# Conflicts:
# packages/taro-mini-runner/src/__tests__/__snapshots__/vue.spec.ts.snap

github.com/NervJS/taro - c7ee5111d6fa21ae4603c04f61722fbd4c4a4859 authored over 3 years ago
chore(release): publish 3.3.0-alpha.7 --tag=alpha

github.com/NervJS/taro - ceb1a2141dddadd73116b15df4c0653263be1f36 authored over 3 years ago
feat(html): 增加 enableSizeAPIs 配置

github.com/NervJS/taro - 648e9bcc5d4ad09d6b40c2d8240f2e14e2fa8c67 authored over 3 years ago
feat(html): 增加 modifyElements 配置

github.com/NervJS/taro - 1c77c26e1ad4e61224782290c6211bbdba0b4ba8 authored over 3 years ago
chore(release): publish 3.3.0-alpha.6 --tag=alpha

github.com/NervJS/taro - 216b743ce4dfcb0ac4be206c637c895f71537d69 authored over 3 years ago
feat: 支持小程序独立分包 (#9416)

* feat: 支持小程序独立分包

* fix(runtime): 遗漏 vue3 处理

* chore: 更新依赖

* chore: update snapshot

github.com/NervJS/taro - bea327f6c9e7ae94e2f361f19b2e331e2e786413 authored over 3 years ago
chore(release): publish 3.3.0-alpha.6 --tag=alpha

github.com/NervJS/taro - 1124238b04160f373688ee3a0270ee4b6403b791 authored over 3 years ago
chore(release): publish 3.3.0-alpha.6 --tag=alpha

github.com/NervJS/taro - f7c800488d1f085ef4bd79263b40cedcf5acabdf authored over 3 years ago
chore(release): publish 3.3.0-alpha.6 --tag=alpha

github.com/NervJS/taro - 6d583026ec8c030757079702f1f58052a67692e9 authored over 3 years ago
refactor(react): 更新 react-reconciler 版本

github.com/NervJS/taro - cf7ec4ae3b8934ec668984623a3fa1f393436e4d authored over 3 years ago
chore(release): publish 3.3.0-alpha.5 --tag=alpha

github.com/NervJS/taro - 38a4ffdbeb9f8bd451ff37c0f218330900a47c15 authored over 3 years ago
fix: add view view-block in blockElements

github.com/NervJS/taro - c4a285885ee47a35021e1b564082886a87dac99d authored over 3 years ago
chore(shared): 对 shared 包中编译时使用的部分单独打包,减少开发阶段的包体积

github.com/NervJS/taro - 8164199f8a879d16dc5d14443d3bfd178063bb36 authored over 3 years ago
chore(api): 减少 taro-api 的包体积

github.com/NervJS/taro - f1c6b0fca95baa4e3fc213244336449fad6894da authored over 3 years ago
chore(runner): 修改mainFields使inversify使用esm版本,可被摇树

github.com/NervJS/taro - e76321cfd27dbd2e0e2105bc6540d00319f2ee46 authored over 3 years ago
refactor(mini): 优化小程序 API 的适配策略,只需要枚举异步 API

github.com/NervJS/taro - 12756f43acdca19a15e4043d18842b45ceab261c authored over 3 years ago
refactor(plugin-html): 使用 rollup 打包,为了可以摇树

github.com/NervJS/taro - 3b182868f81e6360e7a66556be8b500f991c826d authored over 3 years ago
Merge branch 'next' into fix/weapp-textarea

github.com/NervJS/taro - 88e7fe4e6edf4c3da77b32fc6bc8078fdaa7e405 authored over 3 years ago
chore(release): publish 3.2.10 (#9400)

github.com/NervJS/taro - d54c238e7fa6ab84a93cf46f7ddaaf7de2615c88 authored over 3 years ago
fix(h5): 修复组件库兼容问题,fix #8648 (#9290)

Co-authored-by: Li,Weitao <[email protected]>

github.com/NervJS/taro - e2a8390c5afd58604dbf5a6a3da50d4abd0ebbb7 authored over 3 years ago
feat: add renderTop element, corresponding to renderBottom (#9365)

Co-authored-by: robin.li <[email protected]>
Co-authored-by: Li,Weitao <[email protected]>

github.com/NervJS/taro - 6cb81bfa17b8f0751f8189af79ee431860f73927 authored over 3 years ago
chore(release): publish 3.3.0-alpha.4 --tag=alpha

github.com/NervJS/taro - 556c3a9de4d1608af197886ec4d740b811263f65 authored over 3 years ago
chore(release): publish 3.3.0-alpha.3 --tag=alpha

github.com/NervJS/taro - 2553d10531ec0185abe8062e41d4182ac4fc375d authored over 3 years ago
fix(router): 添加 forcePath 配置

github.com/NervJS/taro - 16831db8e7c2a1652e1d262938303fda1b9451ff authored over 3 years ago
chore(release): publish 3.3.0-alpha.3 --tag=alpha

github.com/NervJS/taro - aeb81e8c392e83b58977bac5875de07f354e399a authored over 3 years ago
fix(cli/plugin-html): 修复同构插件没有处理好 H5 样式单位的问题

github.com/NervJS/taro - cc02c33274dc40739c88895e50f5b1748d4e7f27 authored over 3 years ago
refactor(runtime): 使用 inversify 重构运行时

github.com/NervJS/taro - 04b8a04ae2ba67107aac7a6003e4600a0d665ed8 authored over 3 years ago
chore(release): publish 3.2.9 (#9373)

github.com/NervJS/taro - 9812847853e69044069b628a1780c4cb62c4748d authored over 3 years ago
feat(mini-runner/mini-split-chunks): (主包大小最优方案)添加小程序提取公共模块插件,主包没有引用的,且分包内引用的mod… (#8135)

* feat(mini-runner/mini-split-chunks): 添加小程序提取公共模块插件,主包没有引用的,且分包内引用的module提取到分包下vendors,跨分包引用的mo...

github.com/NervJS/taro - 56e0e92a973344edad0eb7883daca0577c99dadf authored over 3 years ago
chore: update yarn lock file

github.com/NervJS/taro - 845ee09060cad8afe2a4ad29dcd114c967aa07e0 authored over 3 years ago
fix(h5): 修复 createCanvasContext 相关问题 (#9349)

- drawImage: h5 CanvasRenderingContext2D 不支持字符串形式
- createCircularGradient: 新增
- measureText:...

github.com/NervJS/taro - 3bda57142ce6584d25a8a024509db9d8c43f79d1 authored over 3 years ago
fix(runtime): 区分冒泡事件,对于非冒泡事件不需要在祖先节点批量触发 (#9355)

* fix(runtime): 区分冒泡事件,对于非冒泡事件不需要在祖先节点批量触发

小程序平台对于冒泡事件有明确的定义,对于非冒泡事件不需要在祖先节点批量触发。fix 9344, 93...

github.com/NervJS/taro - d5a1a21711bb6d6495effa6d2ac9864adda1a1bf authored over 3 years ago
fix(runtime-rn): 增加native传递的props

github.com/NervJS/taro - eefe75bb1135cb67f03ccbec159b304b1e91d48d authored over 3 years ago
feat(runtime-rn): 添加rn navigationRef 导出到 Current

github.com/NervJS/taro - 96da0979ead5834c953eb47135505cd0d7b4e07e authored over 3 years ago
fix: 移除sass-loader 中不必要的 fibers 依赖 #9291 #9322 (#9324)

* fix: 移除sass-loader 中不必要的 fibers 依赖

* fix: 移除sass-loader 中不必要的 fibers 依赖

Co-authored-by: ...

github.com/NervJS/taro - 148e3c817f90b1fb9ac94514dcb2f3770cf8abf7 authored over 3 years ago
docs(readme): add english readme

github.com/NervJS/taro - 8732dca5fcaca3122e692e540d69b792477b5d89 authored over 3 years ago
fix(runtime-rn): 修复 getCurrentPages 页面实例错误bug (#9319)

* fix(rn-api): fix rn中getCurrentPages跳转同一个页面实例问题

* fix(runtime-rn): getCurrentPages add optio...

github.com/NervJS/taro - df433cc86755c309d1693c2d8b8cf0197fc87815 authored over 3 years ago
fix(taro-rn): 修复 @types/node 新版本与RN不兼容

@types/node 在 RN 相关包内暂时锁定

github.com/NervJS/taro - f5a2fd9bf81bd30efcc77fb5a06fb35491ce60a0 authored over 3 years ago
chore: update yarn lock files

github.com/NervJS/taro - 53a458f8f77b3a544268c7ce64722f4bfde79b36 authored over 3 years ago
fix(postcss-html): 修复错误解析样式中注释的问题,fix #9169

github.com/NervJS/taro - 9dd3aa0c113850729a0c717c991612ceca42be4e authored over 3 years ago
Merge branch 'next' into feat/use-h5

# Conflicts:
# lerna.json
# packages/babel-plugin-transform-react-jsx-to-rn-stylesheet/package.j...

github.com/NervJS/taro - 1b381b57eed03ccc3173e790a9f8ea53d43672bf authored over 3 years ago
Merge branch 'next' into fix/weapp-textarea

github.com/NervJS/taro - c8586f3ecc5c3d5118f04e871ed0545ae4421197 authored over 3 years ago
feat(components-rn): add CustomWrapper component

github.com/NervJS/taro - a88f9903f849312328f3cc62d958926293a50762 authored over 3 years ago
feat(rn-runner): support onBuildFinish hook

github.com/NervJS/taro - 9d7169de0539240ec1bbfffb0e21da5026850f41 authored over 3 years ago
fix(weapp): 补全微信小程序 Textarea 的属性

github.com/NervJS/taro - 9e61ea08f058e1d7c57af4f605a1f193e7f2d7b4 authored over 3 years ago
chore(release): publish 3.2.8 (#9267)

github.com/NervJS/taro - 64a216d065d1ce14d88a56757e7a820bb6626f95 authored over 3 years ago
fix(qq): 修复 qq 平台的类型问题,fix #9248

github.com/NervJS/taro - 601bf0762c1703a716bd33cdb1241d4817b85268 authored over 3 years ago
fix(api): 修复获取不到 Taro.preload 预加载数据的问题,fix #9175

github.com/NervJS/taro - 1d461d5c3bd0750c98d7a723c9b91eb640976762 authored over 3 years ago
fix(swan): 修复百度小程序 PickerView 不显示的问题,fix #9239

github.com/NervJS/taro - 795a0d861b3f85f35f71c6b9cd9ca1fa6a3f7ad8 authored over 3 years ago
feat(mini-runner): 为vue增加custom-wrapper,fix #8989

github.com/NervJS/taro - ad970185d55bdf40bf32b8dc036242ef8589d938 authored almost 4 years ago
fix(h5): 修复 createSelectorQuery API 获取 style 错误的问题

* fix: getPropertyValue拿不到值时再直接用property获取style的属性值

* fix: 将else的写法改成||的形式,简洁明了

Co-authore...

github.com/NervJS/taro - 329c57a27a6abef3ebc32a59f507ce24f20c0199 authored almost 4 years ago
fix(h5): previewImage 加载图片改为异步

github.com/NervJS/taro - 506a4d2515d9a986333da628d6d2bf10ecaa5864 authored almost 4 years ago
chore(release): publish 3.2.7

github.com/NervJS/taro - b1324b796eac35c3bc84c1a5e4167474d40c1186 authored almost 4 years ago
fix(api): 修复 getInitPxTransform 中使用的 designWidth 默认值

github.com/NervJS/taro - dbca1fe4f7118786f5b9a8a5710ba9cad6113907 authored almost 4 years ago
feat(types): 录音音频格式

github.com/NervJS/taro - 9a71e60d30d94a9730624b0ac9795ac4ad6976bd authored almost 4 years ago
fix(runner): 更新 less 及 loader 到最新版本,fix #9079

github.com/NervJS/taro - 6333975b13f4734790e90dc0767a9862422bc585 authored almost 4 years ago
fix: sass-loader @import 不带scss后缀的文件时编译报错问题 (#9220)

github.com/NervJS/taro - 5166b8f28bf69dbcaacac62a62a364753d8383dd authored almost 4 years ago
fix(mini-runner): 修复 sass 解析 alias 失败,fix #9207 (#9211)

* fix(mini-runner): 修复 sass 解析 alias 失败,fix #9207

* fix(webpack-runner): 修复 sass 解析 alias 失败

github.com/NervJS/taro - 51ca35733a92532af194c944cdbe1cbd50716dde authored almost 4 years ago
feat(runtime): 增加 onAddEvent 钩子 (#9210)

Co-authored-by: Li,Weitao <[email protected]>

github.com/NervJS/taro - 622ca7a160ff387145f4780b185f7a9cd4c81267 authored almost 4 years ago
fix(types): 修复CanvasProps中onTouch系列函数的类型

github.com/NervJS/taro - 0ecefaf24ec8a537983bd2312b7a02ebca333110 authored almost 4 years ago
fix(picker): append to body (#8702)

* fix(picker): append to body

* refactor: karmatic配置

Co-authored-by: Zakary <zakarycode@gm...

github.com/NervJS/taro - 0a72b663e1fb8bf49039e4189e26270fdf10fafa authored almost 4 years ago
chore(release): publish 3.2.6 (#9205)

github.com/NervJS/taro - 8d13085a57613e0b8fd88dc26e579bf66f6f76e6 authored almost 4 years ago
fix(mini-runner): 修复 vue2 出现多余空格文本节点的问题,fix #8884

github.com/NervJS/taro - f23e326b959f63080d80fe0d2a293c57df45336d authored almost 4 years ago
Merge pull request #9202 from NervJS/fix/pxTransform

fix(api): h5 端 pxTransform api 不再需要传入第二个参数, closes #8896, #8769

github.com/NervJS/taro - 412a6373adde6b5720a082745cb20291f99d844a authored almost 4 years ago
Merge branch 'next' into fix/pxTransform

# Conflicts:
# packages/taro-mini-runner/src/__tests__/__snapshots__/alipay.spec.ts.snap
# packa...

github.com/NervJS/taro - 83789da9c220d8c327e52bedcf4a0c53ab159c13 authored almost 4 years ago
fix(runtime): 修复支付宝小程序下 Vue3 报错,fix #9153

之前为了修复 #8684,支付宝环境下 providePlugin 不提供模拟的 navigator 对象,
而是使用全局自带的 navigator 对象。
但支付宝的 navigator 对...

github.com/NervJS/taro - 80c8fe13fd4df07deb3054b6ce630b192eb990f9 authored almost 4 years ago
chore: update snapshots

github.com/NervJS/taro - abd4a4704825c955971c0c3d478a92a8b594526b authored almost 4 years ago
fix(api): h5 端 pxTransform api 不再需要传入第二个参数, close #8896,#8769

github.com/NervJS/taro - 28bce4911f75bcee9d73cbfe812ae3c1665d71ac authored almost 4 years ago
fix(runtime): 优化数据结构,兼容百度小程序,fix #8987

github.com/NervJS/taro - 60b388a4263016954d9dfabd508fb4b78322152b authored almost 4 years ago
fix(runtime): 修复多次跳转相同参数的同一页面时生命周期不触发的问题,fix #8874

github.com/NervJS/taro - be929e571628da567c66437d053bf748387e0737 authored almost 4 years ago
fix(compoments): pull-to-refresh

github.com/NervJS/taro - 01183f67df98783d37087152592cf96d8b83298e authored almost 4 years ago
fix(h5): 修复 Taro.pageScrollTo 报错,fix #9152

github.com/NervJS/taro - af6561c1f34866f18c382fce7e3dabcfd7146c42 authored almost 4 years ago
fix(router): 修复h5中页面卸载时生命周期行为与小程序不一致问题

同步h5环境下页面卸载时不调用onHide,让h5与小程序行为一致

github.com/NervJS/taro - 51b86f8119bf041c5257a8d218d68087476aaad9 authored almost 4 years ago
修复对微信小程序插件编译的支持 (#9092)

* fix(cli): 调整 cli 编译插件

* fix: 修复对微信小程序插件编译的支持

* chore: fix lint error

* fix: 调整支付宝小程序插...

github.com/NervJS/taro - 59e3d925d4eb398618038116123af356e5dabe6b authored almost 4 years ago
feat(weapp): 微信增加 on/offCopyUrl API,fix #9095

github.com/NervJS/taro - d9152b64e1a5530af46ed07cd6224f00d8ab79ce authored almost 4 years ago
fix(weapp): 补全微信小程序 PageContainer 组件的类型,fix #9182

github.com/NervJS/taro - 81ebacf309bc4c427adbe7990b1a2dade08e75ae authored almost 4 years ago
feat(weapp): 微信增加 startFacialRecognitionVerify API,fix #9185

github.com/NervJS/taro - 40e276d1f296fc44a9500ff7d5916f5d24e52d2b authored almost 4 years ago
fix(jd): 京东小程序Swiper补全easing-function属性,fix #9078

github.com/NervJS/taro - 99af21210e12486886c8be208c7a11943c6fe2ea authored almost 4 years ago
Merge pull request #9170 from NervJS/fix/dart-sass

fix(runner): 小程序编译默认使用 dart-sass,close #8257 #9151 #9107

github.com/NervJS/taro - 67af8b36ffebe30715dadf7cce40c5884a26171b authored almost 4 years ago