Skip to content

Releases: growingio/gio-design

@gio-design/components@20.9.5

26 Sep 03:13
fd60a29
Compare
Choose a tag to compare
  • Table
    • 🐛 when table dataSource update, all state of pagination should be reset.[#251] (#251)
  • Dropdown
    • 🐛 auto close after click overlay element. change overlay type from ReactNode to ReactElement. [#252] (#252)
    • 📖 continue perfecting Dropdown demo [#249] (#249)
  • Checkbox
    • 💄 advance .gio-checkbox-icon-indeterminate style priority。[#232] (#232)
  • Select

  • Table
    • 🐛 当table的DataSource改变的时候,所有列表分页的状态都应该被重置。[#251] (#251)
  • Dropdown
    • 🐛 点击overlay元素后,自动关闭下拉菜单。将overlay的类型从ReactNode更改为ReactElement。 [#252] (#252)
    • 📖 继续完善Dropdown Demo [#249] (#249)
  • Checkbox
    • 💄 提升 .gio-checkbox-icon-indeterminate 样式优先级。[#232] (#232)
  • Select
    • 🐛 修复 onChange bug。[#231] (#231)

gio-design@20.9.4

24 Sep 15:24
89f95dc
Compare
Choose a tag to compare
  • 🐛 fix some components can't be loaded on demand bug. [#253] (#253)
  • Input
    • 🐛 input and value and onChange not necessary [#255] (#255)
  • 💄 Design z-index display.#205
  • Modal
    • 🐛 Fix footer bug in Modal. Fix reset bug of StepModal. #207
    • 🐛 Fix StepModal footer logic error. Fix update steps props error. Add wayout prop to fix step path.#226
  • Avatar
    • 🐛 Fix avatar can't trigger Dropdown.#208
  • Dropdown
    • 📖 Add Dropdown demo.#209
  • List
    • 🐛 Fix fire twice on checkbox click.#219
    • 🆕 Add onSelect and onDeselect props.#223
  • Select
    • 🆕 Add Select Component.#221
  • Tooltip
    • 🆕 Fix children style prop be covered.#224
  • Checkbox
    • 💄 Advance .gio-checkbox-icon-indeterminate style priority.#228
  • Input
    • 🆕 Change props value and onChange to optional.#228
  • Table
    • 🆕 Update component's props.#203
  • TreeSelect
    • 🆕 Add TreeSelect component.#202
  • DatePicker
    • 🆕 Add DatePicker component.#199

  • 🐛 修复部分组件无法按需加载问题。[#253] (#253)
  • Input
    • 🐛 input 的 value 和 onChange 非必需 [#255] (#255)
  • 💄 从整体设计 z-index 层级。#205
  • Modal
    • 🐛 修复 Modal footer 设置无效问题;修复 StepModal steps 变更 stepStack 未重置问题#207
    • 🐛 修复分步骤弹窗组件 footer 显示逻辑。修复 steps props 变更造成崩溃的问题。修复 steps 路径不能满足某些情况的问题。#226
  • Avatar
    • 🐛 修复 avatar 组件不能触发 Dropdown 的 bug。#208
  • Dropdown
    • 📖 添加 Dropdown demo.#209
  • List
    • 🐛 修复点击 checkbox 触发两次问题。#219
    • 🆕 新增 onSelect 和 onDeselect props。#223
  • Select
    • 🆕 新增 Select 组件。#221
  • Tooltip
    • 🐛 修复 tooltip 子组件 style 参数被覆盖问题.#224
  • Checkbox
    • 💄 提升 .gio-checkbox-icon-indeterminate 样式优先级。#228
  • Input
    • 🆕 组件 value 和 onChange 参数改为可选。#228
  • Table
    • 🆕 更新组件 props。#203
  • TreeSelect
    • 🆕 新增 TreeSelect 组件。#202
  • DatePicker
    • 🆕 新增 DatePicker 组件。#199

gio-design@20.9.2

21 Sep 05:56
80714b7
Compare
Choose a tag to compare

@gio-design/components@20.9.2

  • 💄 从整体设计 z-index 层级。#205
  • Modal
    • 🐛 修复 Modal footer 设置无效问题;修复 StepModal steps 变更 stepStack 未重置问题#207
    • 🐛 修复分步骤弹窗组件 footer 显示逻辑。修复 steps props 变更造成崩溃的问题。修复 steps 路径不能满足某些情况的问题。#226
  • Avatar
    • 🐛 修复 avatar 组件不能触发 Dropdown 的 bug。#208
  • Dropdown
    • 📖 添加 Dropdown demo.#209
  • List
    • 🐛 修复点击 checkbox 触发两次问题。#219
    • 🆕 新增 onSelect 和 onDeselect props。#223
  • Select
    • 🆕 新增 Select 组件。#221
  • Tooltip
    • 🐛 修复 tooltip 子组件 style 参数被覆盖问题.#224
  • Checkbox
    • 💄 提升 .gio-checkbox-icon-indeterminate 样式优先级。#228
  • Input
    • 🆕 组件 value 和 onChange 参数改为可选。#228
  • Table
    • 🆕 更新组件 props。#203
  • TreeSelect
    • 🆕 新增 TreeSelect 组件。#202
  • DatePicker
    • 🆕 新增 DatePicker 组件。#199

@gio-design/tokens@20.9.1

  • 🆕 从整体设计 z-index 层级。#205

gio-design@20.9.1

11 Sep 09:43
Compare
Choose a tag to compare

@gio-design/components@20.9.1

  • 🆕 Support branch step in StepModal. #192
  • 🐛 Hide Tooltip when title shouldn't be display. #193
  • 🐛 Add color on icon for alert. #193
  • 🆕 Add Dropdown component. #196
  • 🐛 Add forwardRef for Input and Textarea. #197
  • 🐛 Align check icon when be used to Table. #200

@gio-design/icons@20.9.1

  • 📛 Rename ViewUnview to ViewOutlinedunviewOutlined, add SearchOutlined icon. #153
  • 🆕 Add DragMove icon. #178

@gio-design/components@20.9.1

  • 🆕 新增 SearchBar 组件。#153
  • 🆕 新增 List 组件。#178
  • 🆕 StepModal 组件支持分支路径。#192
  • 🐛 当 title 参数不应该被显示时,隐藏 Tooltip#193
  • 🐛 添加 alerticon 的颜色。#193
  • 🆕 新增 下拉菜单 组件。#196
  • 🐛 为输入框新增 forwardRef#197
  • 🐛 修正 CheckBox 被用于 Table 时”对号“不居中。 #200

@gio-design/icons@20.9.1

  • 📛 ViewUnview 图标重名为 ViewOutlinedunviewOutlined,新增 SearchOutlined 图标。#153
  • 🆕 新增 DragMove 图标。 #178

gio-design@20.9.0

07 Sep 02:01
1a9a29f
Compare
Choose a tag to compare

@gio-design/components 20.9.0

  • 🐛 更新Table组件,修复了一些问题。#180
  • 🐛 CheckBox组件更新propstext margin#181
  • 🐛 更新Modal组件,处理StepModal相关问题,设置footer属性以及修复了一些其他问题。#176
  • 🐛 修复了Button组件的一些问题。#174

@gio-design/icons 20.9.0

  • 📛 Check 图标重名为 CheckOutlined#181

@gio-design/tokens 20.9.0

  • 🆕 更新字体相关的 tokens#173
  • 🆕 更新 CheckboxTokens,并在样式中引用。#181

gio-design@20.8.6

29 Aug 09:53
Compare
Choose a tag to compare

@gio-design/icons@20.8.4

  • 📛 Refactor Icon component, wrap svg with span tag. #154

@gio-design/components@20.8.6

  • 🆕 新增Banner 横幅组件。 #136
  • 🆕 加载中 组件新增 蒙层颜色 参数。 #143
  • 🐛 修复 开关 组件的边框半径。 #145

@gio-design/icons@20.8.4

  • 📛 更新 图标 组件,在 svg 外面加一层 span#154

@gio-design/tokens@20.8.4

  • 🆕 新增 横幅 组件的 Tokens#136
  • 🆕 加载中 组件新增 蒙层颜色 相关的 Tokens#143
  • 🆕 开关 组件新增 边框半径 相关的 Tokens#145

gio-design@20.8.5 changelog

22 Aug 06:58
f1b0df3
Compare
Choose a tag to compare

@gio-design/components@20.8.5


@gio-design/icons@20.8.3

  • 🆕 新增 UploadPictureFileCsvFileDocFilePdfFileXlsxFileDelete 图标。 #106

@gio-design/components@20.8.4

17 Aug 11:01
016f12e
Compare
Choose a tag to compare

gio-design@20.8.3

15 Aug 08:52
c336052
Compare
Choose a tag to compare

@gio-design/components@20.8.3


@gio-design/icons@20.8.2

  • 🆕 新增 LeftDoubleOutlinedLeftOutlinedRightDoubleOutlinedRightOutlined 图标。 #57

@gio-design/tokens@20.8.3

  • 🆕 更新 Toggles 开关 相关的 Tokens#76
  • 🆕 更新 Button 按钮组件的 Tokens#92
  • 🆕 更新 Tag 标签组件的 Tokens#93
  • 🆕 更新 Input 输入框组件的 Tokens#98

@gio-design@20.8.2

12 Aug 04:54
9868894
Compare
Choose a tag to compare

@gio-design/components@20.8.2


@gio-design/tokens@20.8.2

  • 🆕 为色板中添加新颜色,更新 Link 链接Radio 单选框Sign 标记 三个组件的 Tokens#69
  • 🆕 更新 Button 按钮组件的 Tokens#71

@gio-design/icons@20.8.1

  • 📛 Loading 图标名称更新为 LoadingBlackOutlinedLoadingWhiteOutlined#71
  • 📛 Warning 图标名称更新为 WarningFilled#55
  • 🆕 新增 Defeat DownFilled informationCircle QuestionCircle Succeed Unview UpFilled View Wait WarningCircle 图标。 #55