-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
59 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,94 @@ | ||
# shinyCyJS 1.0.0 | ||
|
||
## New Feature | ||
|
||
- buildEdge: now supports `tooltip` and `fontSize` (for label) @notlikethat | ||
- buildNode: now supports `position.x` and `position.y` @assaron | ||
|
||
## Codes | ||
|
||
- Applied code style using `styler` package. | ||
|
||
--- | ||
|
||
# shinyCyJS 0.0.2 | ||
|
||
## New Feature | ||
|
||
* Added Pie background. (Supports only `Size` and `Color`) | ||
- Added Pie background. (Supports only `Size` and `Color`) | ||
|
||
# shinyCyJS 0.0.3 | ||
|
||
## Bug fix | ||
|
||
* Pre-built elements didn't clear when using `rendershinyCyJS` | ||
- Pre-built elements didn't clear when using `rendershinyCyJS` | ||
|
||
# shinyCyJS 0.0.4 | ||
|
||
## New Feature | ||
|
||
* Tooltip available on Node elements. | ||
- Tooltip available on Node elements. | ||
|
||
# shinyCyJS 0.0.5 | ||
|
||
## New Feature | ||
|
||
* Selected elements will have different color. | ||
* Node : ![#ff00ff](https://placehold.it/15/ff00ff/000000?text=+) | ||
* Edge : ![#000000](https://placehold.it/15/000000/000000?text=+) | ||
- Selected elements will have different color. | ||
- Node : ![#ff00ff](https://placehold.it/15/ff00ff/000000?text=+) | ||
- Edge : ![#000000](https://placehold.it/15/000000/000000?text=+) | ||
|
||
# shinyCyJS 0.0.6 | ||
|
||
## New Feature | ||
|
||
* New layout added | ||
* [fcose](https://github.com/iVis-at-Bilkent/cytoscape.js-fcose) | ||
* [spread](https://github.com/cytoscape/cytoscape.js-spread) | ||
* [dagre](https://github.com/cytoscape/cytoscape.js-dagre) | ||
- New layout added | ||
- [fcose](https://github.com/iVis-at-Bilkent/cytoscape.js-fcose) | ||
- [spread](https://github.com/cytoscape/cytoscape.js-spread) | ||
- [dagre](https://github.com/cytoscape/cytoscape.js-dagre) | ||
|
||
# shinyCyJS 0.0.7 | ||
|
||
## New Feature | ||
|
||
* Multiple element can be declared with `buildElems` | ||
- Multiple element can be declared with `buildElems` | ||
|
||
# shinyCyJS 0.0.8 | ||
|
||
## Updated | ||
|
||
* Core file (`cytoscape.js`) has updated with recent version. (3.13.0) | ||
- Core file (`cytoscape.js`) has updated with recent version. (3.13.0) | ||
|
||
## New Feature | ||
|
||
* Now available with `Taxi` edge | ||
- Now available with `Taxi` edge | ||
|
||
# shinyCyJS 0.0.9 | ||
|
||
## Updated | ||
|
||
* Manual for each function are added | ||
- Manual for each function are added | ||
|
||
# shinyCyJS 0.0.10 | ||
|
||
## New Feature | ||
|
||
* Now `Label` for Edge also available. | ||
- Now `Label` for Edge also available. | ||
|
||
# shinyCyJS 0.0.11 | ||
|
||
## Bug fix | ||
|
||
* `Label` for Node can be independent with Node's `id` | ||
- `Label` for Node can be independent with Node's `id` | ||
|
||
## Package | ||
|
||
* Now `shinyCyJS` available with CRAN | ||
- Now `shinyCyJS` available with CRAN | ||
|
||
# shinyCyJS 0.0.12 | ||
|
||
## Package | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
* Build [package site](https://jhk0530.github.io/shinyCyJS/) with `pkgdown`. | ||
* Vignette added. | ||
* Rebuild hexSticker | ||
- Added a `NEWS.md` file to track changes to the package. | ||
- Build [package site](https://jhk0530.github.io/shinyCyJS/) with `pkgdown`. | ||
- Vignette added. | ||
- Rebuild hexSticker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters