forked from shinyTree/shinyTree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
34 lines (25 loc) · 1.33 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
v 0.3.0
--------------------------------------------------------------------------------
- new function `set_node_attrs()` to set distinct node or leaf attributes
(useful for creating file tree icons)
v 0.2.7
--------------------------------------------------------------------------------
- Added context menu support.
- Added support for promises/future to render a tree asynchronously.
- Added additional examples for file browser and metadata retreival.
- Added support to display various icons using types and specifying tree items
- Added support for conversion from/to data.tree
v 0.2.6
--------------------------------------------------------------------------------
- Many improvements to expose more jsTree options.
- Tree can now be correctly updated (see new examples).
v 0.2.0
--------------------------------------------------------------------------------
- BREAKING CHANGE: Model the `input$list`-style lists after the list structure
provided to `renderTree`, meaning that they are now a simple are list with the
same `st`- prefixed attributes. See `inst/examples/05-structure`.
- BREAKING CHANGE: removed `selected` attribute from `shinyTree()` in favor of
`get_selected()`. See `inst/examples/04-selected/`.
v 0.1.0
--------------------------------------------------------------------------------
- Initial Release