Skip to content

Releases: nmeylan/json-table-editor

0.12.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 11:44
Add support jsonl

0.11.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 15:09
Avoid lag when nested array contains gb of data

0.11.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:46
Fix parsing of complex json, containing closing array or object in st…

0.10.1

Choose a tag to compare

@github-actions github-actions released this 03 Apr 19:03
Enhancement for release version: remove fps counter and console on wi…

0.10.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 13:04

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

Choose a tag to compare

@github-actions github-actions released this 19 Dec 13:33
Change focused cell when tab is pressed while editing

0.9.2

Choose a tag to compare

@github-actions github-actions released this 16 Dec 20:30
Edit directly when typing alphanum key

0.9.1

Choose a tag to compare

@github-actions github-actions released this 14 Dec 14:05
  • Remove debug log

0.9.0

Choose a tag to compare

@github-actions github-actions released this 14 Dec 13:44
  • Add arrow and tab key to navigate across cells

0.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 19:18
Fix parsing json where the array is at the middle of a json object