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(harmony): 修复下拉刷新组件 disabled 导致内部组件不能点击的问题

github.com/NervJS/taro - 96a7dccffe43168f3ca703b5e0425b9ab75cca16 authored over 3 years ago
重新提交 image 组件 (#10565)

* feat(harmony): 新增 image 组件

* 处理空行

* 处理空行

* 处理空行

Co-authored-by: jiangshangze <jian...

github.com/NervJS/taro - e8223016a6c6b852a4f6b83b4c47a5123425f809 authored over 3 years ago
Harmony comp radio (#10561)

* feat(harmony): 基本完成radio & radio-group组件

* feat(harmony): radio onChange回调增加check判断

* fe...

github.com/NervJS/taro - 0d24831d4600e0a9d6119ce34409619eb5a45394 authored over 3 years ago
feat(harmony): 新增 slider 组件 (#10533)

* feat(harmony): 新增 slider 组件

* Update index.js

* fix(harmony): 事件更改为$trigger

* Update ...

github.com/NervJS/taro - 2738fcac2500e1f9fee8d46dac6ce23c7c3a503e authored over 3 years ago
Feat/harmony progress com (#10442)

* feat: add progress component of harmony

* feat: add progress component css empty line

* ...

github.com/NervJS/taro - 8779d2683328dd97c954373b0c747131ff47a7fa authored over 3 years ago
feat(harmony): 增加下拉刷新逻辑

github.com/NervJS/taro - 7ea95fa7a9872b7636f90114382c858dd9965223 authored over 3 years ago
refactor(harmony): 不再使用 props 传递 cls

自定义组件上的 class 会和组件内部的根元素上的 class 合并,因此不需要通过 props 传递 cls 来设置根元素的 class 了。

github.com/NervJS/taro - d451d86a45326f8e7072413d9807da96789283c9 authored over 3 years ago
feat(harmony): 增加 ScrollView 组件

github.com/NervJS/taro - 69cbfb8d6ed390126f1a73938f3afdd731518092 authored over 3 years ago
refactor(harmony): 为鸿蒙组件增加基类

github.com/NervJS/taro - 87ddc2fa2ef0731f0dab5f7cf50fd5a2fbf52668 authored over 3 years ago
feat(harmony): 新增input组件 (#10517)

* feat(harmony): 新增input组件

* feat(harmony): 处理input组件value

* feat(harmony): input组件 类型判断移除...

github.com/NervJS/taro - ec37abcadd3a43d30b241585d42b4a3c004a8bc9 authored over 3 years ago
feat(harmony): 新增 Video 组件

github.com/NervJS/taro - a992a2ea1836a81cbb6f9fd77ae5ba74a07d139e authored over 3 years ago
chore(harmony): 复用公共方法

github.com/NervJS/taro - 971c8bab88a1d4f5dcaa0b5bdc3100410cb6250d authored over 3 years ago
feat(harmony): 鸿蒙适配Icon组件 (#10432)

* feat: 新增Icon组件鸿蒙适配

* fix: 修复格式问题以及颜色转化

Co-authored-by: caishuai6 <[email protected]>

github.com/NervJS/taro - 2d4e2e2818cbb76ec9d71771aa354751a76c9bfe authored over 3 years ago
chore(harmony): 修改 callAsyncFail 函数名

github.com/NervJS/taro - 6ec5589c6e907955d177bf56f5fc2540b2c702bb authored over 3 years ago
feat(harmony): 修改组件label组件 pull规则

github.com/NervJS/taro - 46c1d7dcdec907e6161a5ec93b629c35dd6c52d6 authored over 3 years ago
chore(release): publish 3.3.12 (#10520)

github.com/NervJS/taro - 0d7650ee4263efafacd87b9c8b69bb29b2a852c0 authored over 3 years ago
feat(h5): 支持桌面端使用 Picker 组件 (#10507)

* feat(h5): 支持桌面端使用 Picker 组件

* chore: add test case

* chore: revert

github.com/NervJS/taro - d87f9bd0fcdf84c2ee11110bd5a4c3bd5c7927f2 authored over 3 years ago
fix(h5): 修复配置了 basename 时 Tabbar 不显示的问题,fix #9392

github.com/NervJS/taro - 4a346020595acf86793b40684a01ca961ae15130 authored over 3 years ago
fix(router): 修复路由跳转时会携带上一页的查询字符串的问题,fix #10409

github.com/NervJS/taro - ac440ed4411b7f3ea874a9f2a368022442afb516 authored over 3 years ago
fix(h5): 修复重复跳转 tabbar 页不触发 onShow 的问题

github.com/NervJS/taro - 1280d9fa77ff31a79fc56936a14cc2e7623617d9 authored over 3 years ago
fix(h5): tabbar 页面 使用 replace 并缓存页面 (#9196)

* fix(h5): tabbar 页面 replace 缓存页面

* fix(h5): 切换 tab 使用 replace 对齐小程序

* chore: fix ci

* ...

github.com/NervJS/taro - c3089d081b34e1897f8c464bf08dfd68f669db46 authored over 3 years ago
chore(release): publish 3.3.11 (#10501)

github.com/NervJS/taro - dad3664e58bb1fe7ab752365d9cc0d0dd444c40a authored over 3 years ago
fix(typings): 补充previewMedia API的类型,fix #10232

github.com/NervJS/taro - b2508f742df14f83b5cb753aa77d3c88d0719dde authored over 3 years ago
feat(swan): 新增对百度小程序 Login 组件的支持,fix #10452

github.com/NervJS/taro - 62d7596122a0039d1c227942d5d48df185b42fe1 authored over 3 years ago
fix(typings): 补充openCustomerServiceChat的类型,fix #10226

github.com/NervJS/taro - f43f5a9aa971983a33d0adf3d2dd91923edac2e1 authored over 3 years ago
fix: 修复小程序Map不支持max-scale和min-scale属性 (#10239)

github.com/NervJS/taro - 1ef92a0c1453fe222538b9674729a6c5062bcbd5 authored over 3 years ago
fix(typings): 补充 openSetting API 参数类型,fix #10032

github.com/NervJS/taro - 038b85da876cbc8468e3b69e1df18496037ec058 authored over 3 years ago
fix(mini-runner): 修复 MiniSplitChunksPlugin 不支持打包非微信小程序样式的问题,close #10478

github.com/NervJS/taro - f7a7bff84e1baac85f57df4dab4318104efa398d authored over 3 years ago
fix(rn): expo-keep-awake use 9.2.0 (#10497)

github.com/NervJS/taro - 2aa8b8fb5fd0b4443132f587dbdff0d7fa1c7576 authored over 3 years ago
fix: wxss compile error

turn around v3.3.2

github.com/NervJS/taro - 4d1bfd685176d6c2772d89f370e9838bacc6d4e1 authored over 3 years ago
fix: 修复在 app.config.js 中使用前置脚本时包含文件操作的依赖问题

github.com/NervJS/taro - 156a4882d445c5f84dd6673dde51e09e9bfee710 authored over 3 years ago
feat(runtime): vue3 支持设置小程序 app 的全局对象

github.com/NervJS/taro - 5e672bb80cd43d8f5424e5c62b5495ee741ce0d9 authored over 3 years ago
fix: 设置 pointer-events:none 的 style 属性消失

github.com/NervJS/taro - 0c1e5872cf59c97ac768f002e1ee49d39f22aab6 authored over 3 years ago
feat(type): add reportEvent & getExptInfoSync & sync data-analysis apis (#10445)

* feat(type): add reportEvent

* Delete report.d.ts

sync https://developers.weixin.qq.com/m...

github.com/NervJS/taro - 3e375212f7c3ddcbfb0bbd111a1a6238e2e1b555 authored over 3 years ago
feat(harmony): 增加 tabbar 组件及 api

github.com/NervJS/taro - 75d33cfd80bf9c5c950ed3e3773ed6dd44b94228 authored over 3 years ago
fix(runtime-rn): appState change event (#10425)

* fix(runtime-rn): appState change event

* fix: 调整注释

github.com/NervJS/taro - 554595e8edc2de5595962f665323916aa496940a authored over 3 years ago
feat: 增加命令行输出显示 (#10377)

* feat: 增加命令行输出显示

* feat: 增加命令行输出显示

* fix: 修复测试用例,log输出次数

Co-authored-by: chenjiajian <...

github.com/NervJS/taro - 8ec13dc9bca6858c823f771642a7608000bc0a30 authored over 3 years ago
feat(harmony): 新增组件 Switch (#10415)

github.com/NervJS/taro - 24ced15138feab1024048ad9abbe3c9405d633a1 authored over 3 years ago
fix(ci): 修复测试用例

github.com/NervJS/taro - d57d4eae6b9f25c0481253c3206acfccc0a2c727 authored over 3 years ago
fix(weapp): 小程序音频播放缺少倍速功能 (#10446)

Co-authored-by: tangjiao11 <[email protected]>

github.com/NervJS/taro - 6032d0b391b8c2d4c0a08da1416ce962754bdea3 authored over 3 years ago
Merge branch 'next' into feat/3.4

# Conflicts:
# lerna.json
# package.json
# packages/babel-preset-taro/package.json
# packages/ba...

github.com/NervJS/taro - 8304022b249ce83556530240cfd62753b3127157 authored over 3 years ago
chore(release): publish 3.3.10 (#10436)

github.com/NervJS/taro - 2eae6e5dbef3f5f12a64ed52875901550ac21924 authored over 3 years ago
feat(jd): 京东小程序 Map 组件补充 bindRegionChange 事件

github.com/NervJS/taro - 9a35244d2bc879405104389f7a54cb90926d7766 authored over 3 years ago
fix(harmony): 增加label组件

github.com/NervJS/taro - 1ad6ade9604f95a802a30368c2f8051fcc18ef23 authored over 3 years ago
fix(h5):修复H5下切换Tab增加DOM节点问题(#10200) (#10203)

* fix(h5): 修复H5下切换Tab增加DOM节点问题(#10200)

* fix(h5): 修复H5下切换Tab增加DOM节点问题(#10200)

* fix(h5): 修...

github.com/NervJS/taro - a10800278cd23b54246f0d637539a91541595519 authored over 3 years ago
fix(harmony): camera 组件事件参数新增 id (#10431)

github.com/NervJS/taro - df0ebc880bd957ae3d006199e8b318af2d3968a2 authored over 3 years ago
feat(type): add filterType,beautyStyleType and onAudioVolumeNotifyType (#10404)

* feat(type): add filterType,beautyStyleType and onAudioVolumeNotifyType

* chore(type): 修改onA...

github.com/NervJS/taro - e673d3125a7092a2b227cf0e0b13230a20f2b9ae authored over 3 years ago
fix(components): h5 组件保留传入属性

github.com/NervJS/taro - 5f424d4e7f2951f0aa139f9930d8d2bef24ae0b9 authored over 3 years ago
修复 readFileSync 方法 encoding 参数的顺序

github.com/NervJS/taro - 67fac01bd51dc2df6df9738c0a3ccf4e6a29c5b4 authored over 3 years ago
fix(html-plugin): 组件属性名称修复

github.com/NervJS/taro - 3d1831382abd35e4c3b42ebec7fdbbc749f54428 authored over 3 years ago
fix(types): 修复 Swiper组件 onChange回调类型问题

github.com/NervJS/taro - 6ccbc87c438af295abec49a9cf9713fc397619a3 authored over 3 years ago
fix(harmony): 修复 navbar 对 Hex3 的处理

github.com/NervJS/taro - aec93570ca9e26c978d2f31a4fe447a6c233d462 authored over 3 years ago
feat(harmony): 增加顶部导航栏组件及对应的 API

github.com/NervJS/taro - e9ca97b88e811bb5542b6c0746c81fd54b45ae9f authored over 3 years ago
fix(runtime): 修复鸿蒙自定义组件 emit 的事件触发不了的问题

github.com/NervJS/taro - 2c63933f5b8dacbf055aa4b2199706f5a797f3b5 authored over 3 years ago
feat(harmony): 新增 camera 组件

github.com/NervJS/taro - cf713a2fcc1e1dfea2d947c838f5503fae664b07 authored over 3 years ago
feat(harmony): 新增 camera 组件

github.com/NervJS/taro - af995ba9e266b063174b3ee4ec53dbc5653ceec2 authored over 3 years ago
feat(harmony): 新增 camera 组件,修改模板

github.com/NervJS/taro - cb097b777e110d6963ce546cadd319050b8b386e authored over 3 years ago
docs(harmony): pull request 模板新增鸿蒙(harmony)选项

github.com/NervJS/taro - 1937cc2d77b423f013aecee0f45962fc73d6d58e authored over 3 years ago
taro react native 0.66.0 版本升级 (#10394)

* chore: react-native 版本升级到 0.65.1 以及 expo-依赖更新

* chore: expo 版本更新

* chore(taro-rn/taro-co...

github.com/NervJS/taro - 354d197b40f851aecdf121b13cd15a8d4aa213bb authored over 3 years ago
fix(rn): 调整navigationStyle 配置优先级 (#10396)

github.com/NervJS/taro - b4dd805d4601d5b2e440ed0af04fdeb96937e9ca authored over 3 years ago
feat: 新增 onBuildComplete 钩子 (#10375)

* fix: 将@tarojs/plugin-mini-ci纳入 lerna 版本管理

* perf: 私钥路径支持传入绝对路径

* feat: 新增 onBuildComplet...

github.com/NervJS/taro - 322395962fc24bcc279b7ae634e86f618c610d3e authored over 3 years ago
fix(rn-style-transformer): 修复样式文件不能引入以 npm 包形式引入问题 (#10368)

fix(rn-style-transformer): 修复样式文件不能引入以 npm 包形式引入问题

fix(rn-style-transformer): 修复样式文件不能引入以 npm...

github.com/NervJS/taro - 6bbb77d7cb8d63b44774211af3cf8e5d58b26f63 authored over 3 years ago
fix(harmony): 修复编译输出路径为绝对路径时的问题

github.com/NervJS/taro - 7f6646393f61d861b56ee56e875813c49473b2d1 authored over 3 years ago
docs: 更新链接 (#10349)

Co-authored-by: chenjiajian <[email protected]>

github.com/NervJS/taro - e297f3ede3282b4f58c59ab2edb676fe0efc3673 authored over 3 years ago
fix(cli): esnextModules 配置可为正则

github.com/NervJS/taro - b0157e690a8ea7a971e9274421f7fbd850a8be41 authored over 3 years ago
feat(harmony): 新增 storage API

github.com/NervJS/taro - b3c0f8e3ff09fcf39cc9778dd2606b33f65a88ef authored over 3 years ago
feat: taro-component-rn,补全和优化部分rn组件ts类型推断,移除大部分ts-ignore (#10321)

* feat: 补全和优化部分组件ts类型推断,移除大部分ts-ignore

* feat: add types support, camera and pickview

Co-a...

github.com/NervJS/taro - b57ba32751a49b051605b590b59e740295a3164f authored over 3 years ago
feat(runner): 支持编译输出路径为绝对路径

github.com/NervJS/taro - 70615d8d5fdf6cc4ae51a674b47c2855e28b587a authored over 3 years ago
fix(service): registerMethod 支持注册同名方法 (#10330)

Co-authored-by: chenjiajian <[email protected]>

github.com/NervJS/taro - df8c654756ec58749c5f680d1429b995793936ae authored over 3 years ago
fix: revert fix(rn): 去除redirectTo的动画效果 (#10332)

github.com/NervJS/taro - 2837f1fac8f89efae1eddda53572acbebda1796b authored over 3 years ago
feat(harmony): 增加 harmony 插件

github.com/NervJS/taro - 0bc9a985df4ae42ae004e82a604e4014529b063c authored over 3 years ago
chore: 为 onCompilerMake 钩子增加一个参数

github.com/NervJS/taro - 2962d8fb527e1109079feae168aa8dad74e6fea0 authored over 3 years ago
fix(router-rn): fix rn router memory leak & remove redirect animate (#10316)

* fix(rn): 修复button与退到后台时的报错

* fix(rn): 去除redirectTo的动画效果

* fix(component-rn): button组件代码重复问题
...

github.com/NervJS/taro - aaaa936c8fba7f7c2028bb0a9c49b0a3b1a1aaad authored over 3 years ago
fix(h5): 修复 H5 报错的问题

github.com/NervJS/taro - b4879f331dedbe656ed460cbb033295b64231552 authored over 3 years ago
fix: 将@tarojs/plugin-mini-ci纳入 lerna 版本管理 (#10323)

github.com/NervJS/taro - 6a110106612a6f54f9bfead0e8fbc3e7912ae310 authored over 3 years ago
fix(rn): 修复压缩图片时将透明色变为黑色的问题 (#10318)

* fix: 修复压缩图片时将透明色变为黑色的问题

* fix: add type

Co-authored-by: tony chen <[email protected]>

github.com/NervJS/taro - 57871782434a57e1b8495caa3e7f4aa1f9b3ac12 authored over 3 years ago
fix(rn): 新增及修复 getSystemInfo API 中部分字段 (#10283)

github.com/NervJS/taro - eb3896a4049162fe61ac71770b0fc63943c914c8 authored over 3 years ago
Merge branch 'next' into feat/3.4

# Conflicts:
# packages/babel-preset-taro/package.json
# packages/eslint-plugin-taro/package.jso...

github.com/NervJS/taro - 0a302bac9f22017893c6b64a645175259bad6a3d authored over 3 years ago
chore(release): publish 3.3.9 (#10315)

github.com/NervJS/taro - dfea7ab7ac6f5abb8bb344595eadc0993d752eae authored over 3 years ago
Merge pull request #10312 from bigmeow/next

fix(taro-service): 补全缺少的插件钩子"applyPlugins"声明

github.com/NervJS/taro - 7908b64cf1728a376d31a7c0d54dc09867cb6d09 authored over 3 years ago
Merge branch 'next' into next

github.com/NervJS/taro - 2b26858535c00963dae74950bc9e54d99576d2dc authored over 3 years ago
fix(shared): 修复 @tarojs/shared processApis 方法当 config.isOnlyPromisify… (#10289)

* fix(h5): 修复 h5 下 createAnimation 创建的样式权重过低的问题,fix #10245

* fix(shared): 修复 @tarojs/shared p...

github.com/NervJS/taro - ddecae2fca0859681c1de3d6dd891f77e9b17cd0 authored over 3 years ago
Merge branch 'next' into next

github.com/NervJS/taro - 3715d473f532f3534179bc34f60644ad1ecca876 authored over 3 years ago
fix(runtime): 修复 Illegal invocation 报错,fix #9888 (#10311)

* fix(runtime): 修复 Illegal invocation 报错,fix #9888

* fix: ci

github.com/NervJS/taro - 9c5ffeb88a92b1ba8cf24a0b5d8a3c0c5617f564 authored over 3 years ago
Merge pull request #3 from NervJS/next

合并上游分支

github.com/NervJS/taro - 9c8347e75a68fb1a278809624a75c38ebbcf9615 authored over 3 years ago
fix(taro-service): 补全缺少的插件钩子声明

github.com/NervJS/taro - a62e3b27f8c59ba6c629b1e9f27e4fc4e1958bc3 authored over 3 years ago
fix(plugin-html): 不处理 H5 的 map 标签,fix #10280

github.com/NervJS/taro - f022a71fce2f07693cdb8039a9184791b824e567 authored over 3 years ago
fix(plugin-html): 修复启动 CLI 命令报错的问题,fix #10284

github.com/NervJS/taro - e2786ca908933c357130b37da3378107327104ac authored over 3 years ago
fix(h5/mini): 修复 babel 配置设置 usage 后报错的问题

github.com/NervJS/taro - 00f6c15bc55313dcbf121a4474239e15aebe1258 authored over 3 years ago
fix(h5): 修复 H5 模式打包页面后在安卓低端机上白屏报错的问题

github.com/NervJS/taro - 63b422d502b567bbb002020489cb91b62cbc1bac authored over 3 years ago
feat: 小程序端构建后支持CI(持续集成)的插件

支持构建完毕后自动打开小程序开发者工具、上传作为体验版、生成预览二维码 (#10274)

* feat: 新增@taro/plugin-mini-ci插件

* feat: 支付宝...

github.com/NervJS/taro - 60f7fd82446258295eaa49e6f2bb762b4ea175a2 authored over 3 years ago
Merge branch 'next' into next

github.com/NervJS/taro - 90d870a43d55f29452ce9ec8a2cb58fa6c3e754c authored over 3 years ago
修复Image组件不支持为 img 标签额外增加属性 (#10207)

* Update image.tsx

* 统一透传属性nativeProps

Co-authored-by: tomxwang <[email protected]>
Co...

github.com/NervJS/taro - b4f1cad79f3948ad8ccaefc3e8d975530e0d6b14 authored over 3 years ago
Merge branch 'next' into next

github.com/NervJS/taro - 9e1910178bf157820a2a431615897e2aad44df6e authored over 3 years ago
fix: fix typo in the mail address

github.com/NervJS/taro - f4f71be7b04336b7fd570ba4d007de16cf2cc703 authored over 3 years ago
Create SECURITY.md

github.com/NervJS/taro - 93646110ab8fe4cbea1d2ca3637066fc6e59ccb1 authored over 3 years ago
Security fix for ReDoS

Fixed Regular Expression Denial of Service vulnerability in url validation

github.com/NervJS/taro - acadb6c826ba57f2030a626f1de4f7b4608fcdb5 authored over 3 years ago
perf: 导出插件声明文件,让用户获得良好的插件使用提示

github.com/NervJS/taro - 9dc1db288f16eba22d82d34193b530eb63d5ac74 authored over 3 years ago