Skip to content

Latest commit

 

History

History
564 lines (263 loc) · 26.6 KB

CHANGELOG.md

File metadata and controls

564 lines (263 loc) · 26.6 KB

Changelog

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

5.0.0-next.96 (2024-10-26)

Bug Fixes

  • get changes returned new with changes as modified record (fb8aacb)

5.0.0-next.95 (2024-09-12)

5.0.0-next.94 (2024-08-06)

Bug Fixes

  • fix filter, was not able to set equal to number input (00e0666)

5.0.0-next.93 (2024-02-20)

Bug Fixes

  • better value formater control (c8a696d)

5.0.0-next.92 (2024-01-15)

Bug Fixes

  • filter using attribute compare when using labels (7b59fef)

5.0.0-next.91 (2023-11-15)

Bug Fixes

  • select on header rerendering could mess up layout (62129c7)

5.0.0-next.90 (2023-11-13)

Features

5.0.0-next.89 (2023-11-06)

Bug Fixes

5.0.0-next.88 (2023-11-04)

Bug Fixes

5.0.0-next.87 (2023-10-11)

Bug Fixes

  • remove console.log messages (079d291)
  • use sort with grouping on load config (ec7a88a)

5.0.0-next.86 (2023-09-25)

Bug Fixes

  • menu rect bottom when outside window (409103e)

5.0.0-next.85 (2023-08-23)

Bug Fixes

  • header filter - dropdown failed to open (aa0c1f6)

5.0.0-next.84 (2023-07-10)

Bug Fixes

  • date on copy/paste so it works better with excel (966759b)

5.0.0-next.83 (2023-07-10)

Bug Fixes

5.0.0-next.82 (2023-07-07)

Bug Fixes

  • date formater clear value (dfd2221)
  • remove debugger statement (b3e6676)
  • use label in copy rows (04fa63e)

5.0.0-next.81 (2023-07-06)

Bug Fixes

  • label when reorder panel grouping (44596fd)

5.0.0-next.80 (2023-07-06)

Bug Fixes

  • label not used in dragdrop/content menus (18d9bde)

5.0.0-next.79 (2023-06-30)

Bug Fixes

  • number raw value was not used (6af0fb7)

5.0.0-next.78 (2023-06-28)

Features

  • dynamic column based on additional column to tell us value type (19e082e)

5.0.0-next.77 (2023-06-19)

5.0.0-next.76 (2023-06-08)

Bug Fixes

  • default formater when value is undefined/null (bd03231)
  • forgot to remove console.log (8efd526)

5.0.0-next.75 (2023-06-08)

Features

5.0.0-next.74 (2023-06-08)

Bug Fixes

  • key nav when grouped and enter key in edit more trigger keydown (c27d0c8)

5.0.0-next.73 (2023-06-02)

Bug Fixes

  • more check before rebuild can run (4f81e2a)

5.0.0-next.72 (2023-05-31)

Features

  • add event for when grid is connected to interface (f70bc17)
  • open for callback to set class on row lvl and att data attributes to row and header label (84d420d)

5.0.0-next.71 (2023-04-13)

5.0.0-next.70 (2023-03-12)

Features

  • better mandatory background color option (ce4c0e1)

5.0.0-next.69 (2023-03-04)

Bug Fixes

  • add possible fix for react/vitejs issue where it does not cleanup before rebuilding (7e955fc)
  • context menu on filter date got reset (80bd5ea)
  • remove unwanted console.log with grouplvl (2dcadb8)

5.0.0-next.68 (2023-03-02)

Bug Fixes

5.0.0-next.67 (2023-02-25)

Bug Fixes

  • add grouplvl to all rows in entity controller (b06b664)

5.0.0-next.66 (2023-02-25)

Bug Fixes

  • header grouping border bottom when there should not be any (c6a4366)

5.0.0-next.65 (2023-02-25)

Bug Fixes

  • grouping when multiple lvl had no left margin (04f4b4d)

5.0.0-next.64 (2023-02-22)

Bug Fixes

  • dataSourceUpdated before generateing dom #50 (861c722)

5.0.0-next.63 (2023-02-05)

Bug Fixes

  • cursor date picker (5fb55f3)
  • datepicker header filter was not using input value (4e0c02a)

5.0.0-next.62 (2023-02-05)

Bug Fixes

  • remove unwanted console.log (a88e6e5)

5.0.0-next.61 (2023-02-05)

Features

5.0.0-next.60 (2023-02-03)

5.0.0-next.59 (2023-02-03)

Bug Fixes

  • datetime to work in filter also (76a727a)

5.0.0-next.58 (2023-02-02)

Features

  • add datetime options and rename iso8601 to YYYYMMDD (#52) (e4dfc21)

5.0.0-next.57 (2023-02-02)

Bug Fixes

5.0.0-next.56 (2023-01-31)

Features

  • improved valueformater, not limited to just number and date (#51) (8a55b99)

5.0.0-next.55 (2023-01-25)

Bug Fixes

  • css border #49 and run prettier on css (feca8d1)

5.0.0-next.54 (2023-01-23)

Bug Fixes

5.0.0-next.53 (2023-01-22)

Bug Fixes

  • vertical scroll - stop renedering during large scroll (f813842)

5.0.0-next.52 (2023-01-22)

5.0.0-next.51 (2023-01-22)

Bug Fixes

  • check if we have rowdata before using it (01f99b8)

5.0.0-next.50 (2023-01-22)

Bug Fixes

  • remove devlopment env - prod will be missing it (4961751)

5.0.0-next.49 (2023-01-21)

Bug Fixes

  • delayed scroll, it was rendering since I did not update delay (6659ead)
  • remove console log if not dev mode (a61b095)
  • same dalay to vert scroll (9fe3553)

5.0.0-next.48 (2023-01-11)

Features

  • event when operator is change from menu (3c7c7bc)

Bug Fixes

  • chnage filter with menu needs to trigger filter (151502d)
  • copy only cell value (d0e0f03)
  • hitting enter in filter should always trigger filter (6538aa5)
  • paste into cells to skip readonly set by readonly setter (1a98289)

5.0.0-next.47 (2023-01-05)

Features

  • remove sorting - easier to work with new rows (493c360)

5.0.0-next.46 (2023-01-05)

Bug Fixes

  • always show scrollbar (2d42c39)
  • check if intreface datasource is updated (6a6a3e1)
  • filter editor (ab5ae33)
  • improve aria - needs more work (17b5630)

5.0.0-next.45 (2023-01-04)

Bug Fixes

  • copy columns (43838bd)
  • keynav - only active if alt key pressed (4912a57)
  • mandatory color/readonly color (5302a6e)

5.0.0-next.44 (2023-01-03)

Bug Fixes

  • horizontal scroll with no data - headers was not updatig correctly (eefe95e)

5.0.0-next.43 (2023-01-02)

Bug Fixes

  • allow paste only, and readonly logic (b46765c)
  • make hide filter/label optional (fe7b713)

5.0.0-next.42 (2022-12-30)

Features

  • make it easier to use grid as dropdown (a9b2f68)
  • option to hide filter or label in header (6c1b157)

Bug Fixes

  • navigation to include filter also (#43) (8b8d5e0)

5.0.0-next.41 (2022-12-27)

Bug Fixes

  • tab and arrow key navigation in rows cells (#41) (b6d5094)

5.0.0-next.40 (2022-12-26)

Bug Fixes

5.0.0-next.39 (2022-12-26)

Features

  • navigate with arrow keys (fcae66d)
  • use tab to navigate cells (2afeb49)

Bug Fixes

  • dimmed background for mandatory and readonly on checkboxes (89168c2)
  • I forgot to pass selectionmode to datasource, so it was always multiselect (d597c40)

5.0.0-next.38 (2022-12-22)

Bug Fixes

5.0.0-next.37 (2022-12-22)

Bug Fixes

  • copy cell added linebreak (a97ecf0)

5.0.0-next.36 (2022-12-21)

Features

Bug Fixes

5.0.0-next.35 (2022-12-20)

Bug Fixes

  • marked for deletion and remove structuredClone (for teams) (02c62d2)

5.0.0-next.34 (2022-12-19)

Features

  • first/prev/next/last trigger scroll event (f7ce101)

5.0.0-next.33 (2022-12-19)

Bug Fixes

  • in operator filter in filter editor (435ec0c)
  • windows path issues - it had messed up lower and uppercase (e9f254c)

5.0.0-next.32 (2022-12-18)

Features

  • allowPasteClearOnReadonly (faa8a53)
  • mandatory backgorund option, to highlight cells (ac2a2a9)

5.0.0-next.31 (2022-12-17)

Features

  • able to trigger scroll event from grid interface update grid cells (825e2f7)

5.0.0-next.30 (2022-12-17)

Features

  • click on number cell summary copies value to clipboard (5572f7e)
  • focus button in cell (4783a5a)
  • option control display of placeholder on selected row only (d703722)
  • paste into cells (24766d9)

Bug Fixes

  • cell copy, need to send current cell to clipboard - not current enity (f640635)
  • remove console log in mousewheel scroll event (fb36c3d)

5.0.0-next.29 (2022-12-16)

Bug Fixes

  • bug in filter editor, used replace when I should have used replaceAll (5fc586e)

5.0.0-next.28 (2022-12-16)

5.0.0-next.27 (2022-12-16)

5.0.0-next.26 (2022-12-16)

5.0.0-next.25 (2022-12-16)

5.0.0-next.24 (2022-12-16)

5.0.0-next.23 (2022-12-16)

5.0.0-next.22 (2022-12-15)

5.0.0-next.21 (2022-12-15)

5.0.0-next.20 (2022-12-15)

5.0.0-next.19 (2022-12-15)

5.0.0-next.18 (2022-12-14)

5.0.0-next.17 (2022-12-14)

5.0.0-next.16 (2022-12-13)

5.0.0-next.15 (2022-12-13)

5.0.0-next.14 (2022-12-13)

5.0.0-next.13 (2022-12-13)

5.0.0-next.12 (2022-12-12)

5.0.0-next.11 (2022-12-12)

5.0.0-next.10 (2022-12-12)

5.0.0-next.9 (2022-12-12)

5.0.0-next.8 (2022-12-12)

5.0.0-next.7 (2022-12-12)

5.0.0-next.6 (2022-12-12)

5.0.0-next.5 (2022-12-12)

5.0.0-next.4 (2022-12-12)

5.0.0-next.3 (2022-12-12)

5.0.0-next.2 (2022-12-11)

5.0.0-next.1 (2022-12-11)