Releases: graphnex/g-interface
Releases · graphnex/g-interface
v1.0.0
1.0.0 (2023-11-01)
Features
- add explainable word cloud (#18) (fd8f2f2)
- add filtering (fe4616c)
- add first version of cytoscape (ffe87a3)
- add header and footer (f14ef2c)
- add stepper (96e5391)
- add use-case files in interface (#33) (abd2467)
- all collision unit test (755b8f2)
- allow compound nodes (c89ed99)
- allow custom files (f235bdd)
- allow exports (1049540)
- allow exports with layout (7e36125)
- allow item deletion (c22ed13)
- allow matching full word (56de50c)
- allow resizing (b8b12e2)
- allow showing/hiding labels (b43a056)
- allow to show categories when words are hidden (#35) (b22aef0)
- bound of word cloud (cb405fb)
- create detail view (72db3ca)
- create intervals with number of intervals (e75eab1)
- create project (849e1e6)
- first prototype of cytoscape viewer (f1c4d9b)
- function return type (fcf2135)
- get the slice and slice the word (4b9b958)
- handle files inputs (#27) (dd56b02)
- improve changing layout (02e64c9)
- issue 4 circle center and radius (37410dc)
- move parent right and bottom (57f6a0a)
- move the word in function of the collisions (ec6d92d)
- net force by sum vector (edca686)
- next position of word and collision (ee7297d)
- number of iterations (804e6f2)
- prepare for export feature (75b89e3)
- random position on circle (8633fca)
- set constante for number of intervals (c2a048a)
- set initial position of word (6041087)
- support comma-separated filters (932fc0b)
- support negative scores (38e466e)
- technical descriptions of the repo (c7dbb84)
- test the getMoveDirection (7b1ab39)
- unit test (468cdd6)
- unit test and comments (9b83fc7)
- unit test get move direction (6041b97)
- unit test of range with step (18c3754)
- validate json files (cd60bde)
Bug Fixes
- add test and refactor the App file (869cc2f)
- bound of the word cloud (3f3af71)
- change file name from App to Wordcloud (4705ee4)
- collision uncentered the coordinates of the word (4a3d00e)
- commit .yarn/releases file and plugins (dd7889f)
- compute bounding box (818bac8)
- do not apply layout on load (453a893)
- fix bug with toggling labels and nodes (388e8ac)
- fix build process (8ab7c0e)
- fix deploy script (25c4cf9)
- fix issue with sizing nodes (4dbbefa)
- fix selection issues (0a383e2)
- fix showing hidden label when selecting nodes (b47420f)
- gitignore (bc0a029)
- image in docs and technical description (beaa682)
- interface and url (7cd6d60)
- inverted weights (c9e3976)
- issue with layout (fec6698)
- limite of the parent shape while moving the word (a789bdf)
- make outlines more visible (05aa6ec)
- moveWord init (d6292a5)
- remove .yarn (abb66bb)
- resolve comments on PR (ecfdac2)
- resolve right angle coordinate of the triange (deac473)
- review changes (b1c81f7)
- review comments (8707e62)
- test on bounds (8b772d5)
- try to change the map to a reduce (df340bd)
- type alias (8e10d8f)
- type check (76de37b)
- type error in get move direction test (6918127)
- update favicon an...