Skip to content

Releases: nmeylan/json-table-editor

0.10.0

02 Jan 13:04
Compare
Choose a tag to compare

Performance improvement

On ultra dense table (see #52) rendered from 42fps to 54fps

  • Remove useless interaction zone
  • Use our own text component to simply paint cells text instead of using Label, this allow use to control LayoutJob and use the break_on_newline=false option to disable LF to be rendered without performing a replace on cells string
  • Context menu was created on each cells, even if not opened it required some work internally in egui (per frame cache update)

0.9.3

19 Dec 13:33
Compare
Choose a tag to compare
Change focused cell when tab is pressed while editing

0.9.2

16 Dec 20:30
Compare
Choose a tag to compare
Edit directly when typing alphanum key

0.9.1

14 Dec 14:05
Compare
Choose a tag to compare
  • Remove debug log

0.9.0

14 Dec 13:44
Compare
Choose a tag to compare
  • Add arrow and tab key to navigate across cells

0.8.0

17 Jul 19:18
Compare
Choose a tag to compare
Fix parsing json where the array is at the middle of a json object

0.7.2

14 Jul 13:38
Compare
Choose a tag to compare
Typo replace button

0.7.1

14 Jul 13:27
Compare
Choose a tag to compare
Typo replace button

0.7.0

14 Jul 12:39
Compare
Choose a tag to compare
  • Add replace value of 1 or multiple columns

0.6.0

07 Jul 13:34
Compare
Choose a tag to compare
Update readme