Skip to content

Releases: MinJieLiu/mac-scrollbar

0.10.2

13 Jul 00:17
Compare
Choose a tag to compare

破坏改动:

API 修改属性 skin 的值为更通俗的名称

新特性:
feat: trackGap 支持间距控制
feat: z-index variable

修复:
fix: suppressHideScrollbar
fix: GlobalScrollbar in macOS
fix: remove css sourcemap
fix: 修复切换 skin 后样式名称不正确的问题

其他:
style: bundleSize

0.9.0

29 Jan 03:30
Compare
Choose a tag to compare

破坏改动:

  1. API theme 重命名为 skin 以兼容 styled-components
  2. mac-scrollbar/dist/style.css 引入方式更改为 mac-scrollbar/dist/mac-scrollbar.css

新特性:

  1. 横向竖直滚动条同时出现交叉点新增 API trackEndGap 调整间隙
  2. 支持传入 trackStylethumbStyle 自定义样式
  3. 新增 CSS 变量 --ms-track-size 默认 16px
  4. 新增 CSS 变量 --ms-track-gutter 默认 2px

修复:

  1. 修复 resize 时滚动条抖动问题
  2. 修复多个滚动条出现 z-index 问题
  3. 修复 className 空白符号