Skip to content

Latest commit

 

History

History
376 lines (203 loc) · 34.2 KB

CHANGELOG.md

File metadata and controls

376 lines (203 loc) · 34.2 KB

Changelog

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

0.0.30 (2025-01-07)

Features

  • grid: support sort by specified attribute value for field which is object type (#223) (14308c4)

0.0.29 (2025-01-06)

Features

  • grid: support drag select cells and support right click selected areas to delete records (#220) (fc1295e)

0.0.28 (2024-12-27)

Bug Fixes

0.0.27 (2024-12-26)

Features

  • state: member field sort by display_name_pinyin default (#215) (ab38639)

0.0.26 (2024-12-26)

Features

  • state: support filter and sort by member, created_by, updated_by (#213) (950068a)

0.0.25 (2024-12-25)

Features

  • grid: add references param for cell editor and fix aiTableGridEventService init params error (#211) (fd1d642)

0.0.24 (2024-12-24)

Features

  • grid: support clear matchedCells when keywords is null and search by progress (#209) (5428652)

0.0.23 (2024-12-24)

Bug Fixes

  • app: fix keywords attribute (#206) (e89e92c)
  • state: when the value of the field is 0, it should not be considered empty (#202) (e6e9dd0)

Features

  • grid: support highlight the cell which match the keywords (#205) (38bdb14)

0.0.22 (2024-12-18)

Bug Fixes

  • app: use 10-bit timestamp (#196) (5c33e88)
  • grid: the default value of a numeric field should not display 0 (#198) (0574af9)
  • grid: should create correct default name and show correct type when add multiple member (#197) (9863899)
  • grid: should show icon in front of action button (#199) (e1c418e)
  • state: the in and nin filter logic of rate fied does not take effect (#193) (2f0a8e0)

Features

  • state: support filter and sort by link field (#195) (fe6ef2e)
  • state: support filter by system, such as created_at, updated_at (#194) (70d3f07)

0.0.21 (2024-12-13)

Bug Fixes

  • field-property-editor: add max-height and add overflow-y: auto for field-property-editor-panel #WIK-16855 (#180) (d6571ff), closes #WIK-16855
  • file-menu: assign insideClosable when open FieldMenu component #WIK-16898 (#179) (ae9f2c8), closes #WIK-16898
  • grid: do not use the last field's style to draw field blanks #WIK-16973 (#185) (5531991), closes #WIK-16973
  • grid: fix error when table is no data and click add record button #WIK-16981 (#189) (9cf8886), closes #WIK-16981

Features

  • file: distinguish single member field and multiple member field (#181) (a095ccf)
  • grid: activate type in the secondary menu of current field #WIK-16975 (#184) (92d71a9), closes #WIK-16975
  • grid: support activate status when a single cell contextmenu is opened #WIK-16969 (#188) (40a3ec3), closes #WIK-16969
  • grid: support open context menu and support delete records #WIK-16846 (#182) (36b34c5), closes #WIK-16846
  • grid: support the active style of the row where the active cell is located #WIK-16965 (#187) (ea23b96), closes #WIK-16965

0.0.20 (2024-12-06)

Bug Fixes

0.0.19 (2024-12-02)

Features

0.0.18 (2024-11-28)

Bug Fixes

  • field-edit: fix edit field component unexpected close #WIK-16866 (#172) (1082c19), closes #WIK-16866
  • grid: fixed blank rendering of column headers for the last column in read-only mode #WIK-16864 (#171) (477fef3), closes #WIK-16864

Features

0.0.17 (2024-11-27)

Bug Fixes

Features

  • field: support hover style for add field blank #WIK-16857 (68a4248), closes #WIK-16857

0.0.16 (2024-11-25)

Bug Fixes

  • actions: fix select cell editor updated invalid value #WIK-16707 (1350aa0), closes #WIK-16707

Features

  • state: support custom sharedType fieldName (071392d)

0.0.15 (2024-10-22)

Bug Fixes

  • editor: fix date editor unexpected close #WIK-16685 (70863d1), closes #WIK-16685
  • shared: build customFieldValues by fields array #WIK-16693 (e12e485), closes #WIK-16693

Features

  • field: improve system field data query logic #WIK-16680 (0635a42), closes #WIK-16680
  • operation: support update system field value operation and yjs translate #WIK-16689 (b20503d), closes #WIK-16689
  • state: support update updatedInfo when add field and remove field #WIK-16696 (92b8a97), closes #WIK-16696

0.0.14 (2024-10-16)

Features

  • improve rating and progress editor and field default value (4d364a8)

0.0.13 (2024-10-15)

Bug Fixes

Features

  • add build linear row and coordinate (#74) (f309bb6)
  • add field and add record and selection and hover #WIK-16306 (#88) (60d835b), closes #WIK-16306
  • add grid renderer (ecfad4e)
  • addField: add field column (#86) (7f78625)
  • editor: remove 2px border of editor and refactor position logic (#145) (af9a1ce)
  • editor: set different editor style by the editor has border or not (f8b362e)
  • head: create heads (#82) (569e90a)
  • icon-renderer: modified check/checked icon #WIK-16614 (7e1a019), closes #WIK-16614
  • renderer: correct text icon (eb5c71e)
  • renderer: support link (#129) (caeb600)
  • scrolling: support scroll action when cell is editing #WIK-16633 (#130) (4eaf3e7), closes #WIK-16633
  • single-select: support different type select (#108) (1a33675)
  • support multiple select (#120) (f102df3)

0.0.12 (2024-09-18)

Features

0.0.11 (2024-09-12)

Bug Fixes

0.0.10 (2024-09-11)

Bug Fixes

Features

0.0.9 (2024-08-27)

Bug Fixes

0.0.8 (2024-08-22)

0.0.7 (2024-08-21)

Bug Fixes

Features

0.0.6 (2024-08-08)

Bug Fixes

  • click action not select col (012f651)
  • grid: fix the layout jitter caused by the style when the edit component pops up #WIK-16177 (#35) (d79a0c7), closes #WIK-16177
  • set member default value to [] (#45) (3c61df7)

Features

0.0.5 (2024-08-08)

Bug Fixes

  • click action not select col (012f651)
  • grid: fix the layout jitter caused by the style when the edit component pops up #WIK-16177 (#35) (d79a0c7), closes #WIK-16177

Features

0.0.4 (2024-08-02)

Features

0.0.3 (2024-07-22)

Features

0.0.2 (2024-07-16)

0.0.1 (2024-07-15)

Features