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

fix(css-to-react-native): propertyValue remove !import #11870

Merged
merged 2 commits into from
Jun 7, 2022

Conversation

shinken008
Copy link
Collaborator

这个 PR 做了什么? (简要描述所做更改)

  1. 修复 !import 样式失效

这个 PR 是什么类型? (至少选择一个)

  • 错误修复(Bugfix) issue id #
  • 新功能(Feature)
  • 代码重构(Refactor)
  • TypeScript 类型定义修改(Typings)
  • 文档修改(Docs)
  • 代码风格更新(Code style update)
  • 其他,请描述(Other, please describe):

这个 PR 涉及以下平台:

  • 所有小程序
  • 微信小程序
  • 支付宝小程序
  • 百度小程序
  • 字节跳动小程序
  • QQ 轻应用
  • 京东小程序
  • 快应用平台(QuickApp)
  • Web 平台(H5)
  • 移动端(React-Native)

@zhiqingchen zhiqingchen merged commit fe75fdb into NervJS:next Jun 7, 2022
yuconora pushed a commit to yuconora/taro that referenced this pull request Jun 14, 2022
Chen-jj added a commit that referenced this pull request Jun 15, 2022
* fix(mini-runner): 兼容百度小程序使用usingSwanComponents配置 引入新的动态组件

* fix(css-to-react-native): propertyValue remove !import (#11870)

Co-authored-by: tony chen <329604487@qq.com>

* fix(rn): thisExpression error (#11902)

* feat(weapp): add props for weapp input (#11895)

* feat(weapp): add props for weapp input

* fix(weapp): update snapshots

Co-authored-by: chenjiajian <798095202@qq.com>

* fix(css-to-react-native): 修复 border-color 设置 rgb(a) 报错问题 (#11916)

* fix(h5): Swiper 组件随着 tab 页面切换,总是跳到最后一个元素开始轮播 (#11927)

* fix(alipay): picker-view-column 类名(className)和style 编译后未添加上的问题

* fix(h5): 修复swiper 组件随着 tab 页面切换,总是跳到最后一个元素开始轮播的问题

* fix(components): update react-component swiper

* fix(types): rm useless

Co-authored-by: rwang9 <rwang9@trip.com>
Co-authored-by: chenjiajian <798095202@qq.com>
Co-authored-by: Zakary <zakarycode@gmail.com>

* fix(mini-runner): 兼容百度小程序使用usingSwanComponent 采用正则判断

Co-authored-by: yuconora <yuconora@gmail.com>
Co-authored-by: chenjiajian <798095202@qq.com>
Co-authored-by: 早道 <shinken008@gmail.com>
Co-authored-by: tony chen <329604487@qq.com>
Co-authored-by: hsingyin <582136509@qq.com>
Co-authored-by: wrmtayiya <2418140141@qq.com>
Co-authored-by: rwang9 <rwang9@trip.com>
Co-authored-by: Zakary <zakarycode@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RN中样式值中使用 !important 会导致属性无效,是否可以过滤!important
2 participants