Skip to content

Latest commit

 

History

History
378 lines (224 loc) · 24.2 KB

CHANGELOG.md

File metadata and controls

378 lines (224 loc) · 24.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.14 (2024-10-12)

Bug Fixes

  • Table: 修复表格最后一列有时不显示的问题 (4538956), closes #133 #123

2.1.13 (2024-08-16)

Bug Fixes

2.1.12 (2024-07-01)

Features

  • 自定义头部日期格式化 (1c2a3e8), closes #106

Bug Fixes

2.1.11 (2024-06-28)

Bug Fixes

  • 修复按单位移动后时间精度被改变的问题 (192e734), closes #104
  • 修复节假日超出渲染 (69c6229), closes #105

2.1.10 (2024-06-21)

Bug Fixes

  • 修复滑块移动会增删日期的问题 (40ff1ad), closes #101

2.1.9 (2024-06-17)

2.1.8 (2024-06-14)

Bug Fixes

  • 调整锚点样式 (9606c08)
  • 修正表头事件被阻的问题 (afde2a7), closes #100
  • 修正body样式不生效的问题 (0d6b89c)

2.1.7 (2024-06-13)

Features

  • column插槽抛出一个溢出属性 (08d3f29), closes #84

Bug Fixes

  • 表头高度重新设置 (cacf8a0)
  • 加载数量过小时不渲染内容的问题 (30dc9c2)
  • 解决 vue 版本冲突问题 (4a9ed5e), closes #94

2.1.6 (2024-05-14)

Bug Fixes

  • slider: 修复两侧拖拽时可以超过对侧父级的内容 (6ad734b), closes #93

2.1.5 (2023-12-14)

Bug Fixes

2.1.4 (2023-10-10)

Features

  • GanttColumnSize添加支持自定义宽度 (a9c19fe)
  • GanttColumnSize支持使用对象自定义宽度 (b7fab5c)

2.1.3 (2023-08-17)

Bug Fixes

  • header: 🐛 修复 月/周 下头部长度问题 (29d9440)
  • header: 🐛 修复月单位下表头显示问题 (cdaa7ca), closes #57 #61

2.1.2 (2023-08-04)

Features

  • gantt: ✨ 添加特殊日期的渲染 (4f6c0f0), closes #46 #51

Bug Fixes

  • column: 🐛 展开按钮错位 (55adf32)

2.1.1 (2023-07-05)

Bug Fixes

  • 日期: 🐛 修复日期在特定情况下表头异常错位 (89d5730), closes #53
  • i18n: 🐛 dayjs 切换语言不更新 (7f9b1cb), closes #54

2.1.0 (2023-06-12)

Features

  • data: ✨ 允许拖拽 (9daa076), closes #14
  • date: ✨ 对接 dayjs 显示 (d02978f)
  • header: ✨ 添加每列表头(table)的插槽 (c6664bd), closes #44
  • slider: ✨ 点击行可以将 slider 移动到视图 (53226e6)
  • slider: ✨ 添加 move-by-unit 参数 (d94f750)

Bug Fixes

  • column: 🐛 列的盒子模型 (31527bf)
  • header: 🐛 表头内容更改时两边高度不统一 (e3c7341)
  • indent: 🐛 更新缩进样式 (7062371)
  • jump: 🐛 jumpToDate方法日期位置跳转不准 (5673fa9), closes #43

2.0.5 (2023-05-30)

Bug Fixes

  • 🐛body-style 不生效的问题 (de2b06c)

2.0.4 (2023-05-25)

Features

  • reactive: allow scope data to reactive (d8f582c), closes #42

Bug Fixes

  • 🐛text slots can not display (05a8e74)

2.0.3 (2023-05-24)

Bug Fixes

  • 🐛初始为空数据时,表头无法渲染 (0ee9a56)
  • 🐛清空数据异常 (2506e97)
  • 🐛中线在无高度情况下丢失 (f04d632)
  • 数据切换后展示不正常 (c3cb633), closes #41

2.0.2 (2023-05-22)

Bug Fixes

  • 🐛修复插槽默认值问题 (4263bf5)
  • 🐛check emit data type error (63050e9)
  • 🐛column 更新展示内容后宽度重新计算 (b6f9daa)
  • 🐛level 应该从1 起始,而不是 0。与语义和之前版本同步 (817081f)
  • 🐛move 属性为 false 时,left 和 right 依旧可以展示并拖拽的问题 (9ebca0b)

2.0.0 (2023-05-19)

Features

  • ✨封装 icon (39190a6)
  • ✨滑块的左右单独移动 (ddcc06d)
  • ✨添加 column 对日期格式化的支持 (e3b27f8)
  • ✨添加 slider 的插槽 (e598762)
  • ✨添加 slider 两端锚点 (aef0a80)
  • ✨添加初始化数据的 options (b426863)
  • ✨添加点击连线事件 (6262cc0)
  • ✨添加点击连线事件 (f4e5efa)
  • ✨添加连线的控制开关属性 (b5c3d98)
  • ✨添加连线功能(基础) (faebcc7)
  • ✨添加连线以及动态增加连线 (567eedd)
  • ✨添加抛出事件 (08ad555)
  • ✨添加所有 root 的 props (295c129)
  • ✨添加移动的层级联动 (fce07ce)
  • ✨添加展示数据的逻辑 (625e862)
  • ✨添加周末 (edddd9d)
  • ✨引入table的列合并功能 (6f48a20)
  • ✨支持深层获取属性的 prop (d39a98b)
  • ✨add jump to date function (44f0f9c)
  • ✨add a date class and replace all (be8e167)
  • ✨add checkbox event (9e33b68)
  • ✨add column props (c5d5b43)
  • ✨add column resize (6e756df)
  • ✨add dark (a1ad9ac)
  • ✨add date line in column (9f1a1e9)
  • ✨add dbl click event (4839744)
  • ✨add expand (7ad8c81)
  • ✨add gantt header logic (c926e9d)
  • ✨add indent (33928f6)
  • ✨add mid line resizable (4cd6dec)
  • ✨add progress (c1e45a1)
  • ✨add reactive gantt header by unit and width (e315b06)
  • ✨add selection (ba22406)
  • ✨add slider move (36c32c8)
  • ✨add slider's props (84a13de)
  • ✨complete row (8eac017)
  • ✨generate gantt header logic (145c65a)
  • add style set/get methods (36d7162)
  • change gantt header to table element (f95d8d7)

Bug Fixes

  • 🐛表头拖拽后左右高度不一致 (ddca95c)
  • 🐛调整第一列可以拖动大小 (35dd5f4)
  • 🐛解决展开后 column 错乱以及表头出现异常的问题 (ab6cced)
  • 🐛今天线错位 (45b15fe)
  • 🐛链式移动时日期问题 (128ca9f)
  • 🐛判断日期相等误差 (8d29741)
  • 🐛时间比较方法问题 (dcedfe7)
  • 🐛修改gap位置 (c383283)
  • 🐛修正 slider 位移后的旧日期 (85d395d)
  • 🐛修正表头缺失日期 (6926dcd)
  • 🐛修正滑块宽度 (a8fcfc0)
  • 🐛修正重设时间后 slider 位置不准确 (5ad9253)
  • 🐛border 颜色默认值 (8e559a5)
  • 🐛change 事件名称 (9238946)
  • 🐛delete column 1 flex (ee01ac1)
  • 🐛expand can not hide expanded children (84b37f7)
  • 🐛merge column error (01e1749)

1.0.2 (2022-06-29)

Features

  • components: add a silder hover switch about highlight date (9ab0ebf), closes #29

Bug Fixes


It's old CHANGELOG for jz-gantt down here, maybe links is useless

1.3.1 (2022-03-28)

Bug Fixes

  • components: 修改成功条显示时长 (b26afd4)

1.3.0 (2022-01-13)

Features

  • components: add deep checked by right click (261c54d), closes #16

1.2.0 (2021-12-31)

Features

  • components: add progress-bar in slider (be0d24b)

Bug Fixes

  • components: fix successbar position problem (0655cdf), closes #15
  • components: update progress slider not move rule (5152a8d)
  • components: update row-height linkage (7f630ec), closes #13
  • composables: update event propagation rule (2f60af7)
  • components: update silder progress decimal (2b34436)

1.1.12 (2021-12-28)

Bug Fixes

  • components: fix multi gantt component in one page problem (8f1f9db), closes #10
  • composables: fix jump function error (88c9f71)
  • styles: adjust setting btn position (9f123a7)
  • styles: fix icon class prefix (cafae5b), closes #12
  • styles: fix weekend line height (21e75df)

1.1.11 (2021-12-23)

Features

  • components: add a toast when trigger no-date-error event (efa707e)

Bug Fixes

  • components: fix start-key and end-key invalid (a501b32), closes #11

1.1.10 (2021-12-20)

Features

  • components: add a toast (f618194)
  • styles: add success bar when move slider succeed (e8c2916)

Bug Fixes

  • components: optimize header highlight (e83d3c9)

1.1.9 (2021-12-16)

1.1.8 (2021-12-16)

Bug Fixes

  • styles: added highlight header when hover slider (0f50c24)

1.1.7 (2021-12-07)

Features

  • components: add column label prop depth read attr (c9b25f1)
  • components: add two props in column component(class & style) (edd2bbf), closes #7
  • other: update typings (05d3acf)

1.1.6 (2021-11-24)

Bug Fixes

  • dependencies: fix import css bug (56f1bda), closes #8

1.1.5 (2021-11-24)

Bug Fixes

  • styles: fix column chunk style (dd14eac), closes #6
  • styles: fix repeated row bottom border (bfe7e21)

1.1.4 (2021-11-15)

Bug Fixes

  • components: fix JGanttColumn repeated loading (8f520bf), closes #5

1.1.3 (2021-11-12)

⚠ BREAKING CHANGES

  • components: the format of the data thrown by move-slider emit changes to Array

Bug Fixes

  • components: fix incomplete data thrown by move-slider emit in linkage (4bec2d1)

1.1.2 (2021-11-11)

Bug Fixes

  • style: fix gantt width too long when changed unit or column size (0542ea4)
  • style: fix today line left diff (25b038f)
  • styles: fix weekend and today line are above slider (1d6bb05)

1.1.1 (2021-11-04)

Features

  • styles: 新增设置按钮的显示控制,同时外置了设置内容方法 (02d4eac)