Skip to content

Releases: didi/cube-ui

v1.2.0

15 Dec 09:47
Compare
Choose a tag to compare

新增

  • CascadePicker 级联选择器组件, #45
  • rem 支持
  • Slide 组件增加 dots 插槽 & 新增 initial-index prop 初始索引值

优化

  • iPhone X 适配(Picker & ActionSheet 适配)
  • Scroll 组件容器元素增加 overflow: hidden; position: relative;

Fixes

  • Picker mask 高度 c290901
  • 移除 Picker ActionSheet 等组件对 base.styl 的依赖

BetterScroll 从 1.5.5 升级到 1.6.0, 参见 https://github.com/ustbhuangyi/better-scroll/releases

New Features

  • CascadePicker #45
  • support rem
  • Slide add dots slot & new initial-index prop

Improvements

  • iPhone X compatible - Picker & ActionSheet
  • Scroll container element add overflow: hidden; position: relative;

Fixes

  • Picker mask height c290901
  • remove Picker ActionSheet style @require "base.styl"

BetterScroll 1.5.5 to 1.6.0, see changes https://github.com/ustbhuangyi/better-scroll/releases

v1.1.1

06 Dec 07:05
Compare
Choose a tag to compare

优化

  • Slide 新增 refresh 方法,当数据发生变化的时候,可以调用

  • Dialog 支持按钮 disabled 状态

Fixes

BetterScroll 从 1.5.3 升级到 1.5.5, 参见 https://github.com/ustbhuangyi/better-scroll/releases

Improvements

  • Slide add refresh method

  • Dialog support button disabled state

Fixes

  • Scroll minHeight c8bac12
  • Popup mask background-color opacity render error aef8a85

BetterScroll 1.5.3 to 1.5.5, see changes https://github.com/ustbhuangyi/better-scroll/releases

v1.1.0

01 Dec 07:51
Compare
Choose a tag to compare

Features

  • 自动移除通过createX实例化的组件 #31

  • 通过createX实例化的组件实例上的 showhide 方法支持链式调用

  • 新增 Dialog 的 btns 插槽 #27

  • createX 支持可选参数 single,用于决定组件实例是否是单例的

Breaking Changes

  • Scroll props (click, probeType,scrollbar,pullDownRefresh,pullUpLoad) 现在合并入 options prop 了,同时也新增了 observeDOM 参数;click默认改为true #22
  • Dialog 和 ActionSheet 默认是单例模式了

BetterScroll 使用版本1.5.3, 可参见 1.5 release log:
https://github.com/ustbhuangyi/better-scroll/releases/tag/v.1.5.0

Features

  • auto remove global components #31

  • show and hide methods on component instance which is created by createX support chaining

  • Dialog btns slot #27

  • createX support optional parameter single, it is used to decided whether the instantiated component is a singleton or not

Breaking Changes

  • Scroll props (click, probeType,scrollbar,pullDownRefresh,pullUpLoad) now moved to options prop, and added observeDOM option & changed the click option to true by default #22
  • Dialog and ActionSheet are singleton by default, before 1.1, they are not singleton

BetterScroll version 1.5.3, see 1.5 release log:
https://github.com/ustbhuangyi/better-scroll/releases/tag/v.1.5.0

v1.0.2

16 Nov 06:18
Compare
Choose a tag to compare

New Features

  • Loading 使用CSS3 动画实现 Thanks @songhaoreact
  • Scroll 新增默认 item 样式 #19

Bug Fixes

  • Picker 的蒙层点击可关闭 #21

New Features

  • Loading, use css3 instead of gif picture Thanks @songhaoreact
  • Scroll add default item style #19

Bug Fixes

  • Picker mask click not cancel picker, #21

v1.0.1

09 Nov 03:30
Compare
Choose a tag to compare

Bug Fixes

  • Checkbox border 丢失
  • IndexList fixed-title 的 z-index

Bug Fixes

  • Checkbox default missing border
  • IndexList fixed-title z-index

Hoo