Releases: dreamRs/toastui
Releases · dreamRs/toastui
v0.3.4
v0.3.3
v0.3.2
- Updated tui-grid to 4.21.22.
grid_editor_date()
new argumentslanguage
andweekStartDay
.
Breaking changes
grid_proxy_delete_row()
: argumentindex
renamedrowKey
and now expect the row key of the row to delete, you can find therowKey
value ininput$<outputId>_data
.input$<outputId>_data
is now given with an extra columnrowKey
thats gives the internant row key of the row.
v0.3.0
- Updated tui-calendar to @toast-ui/calendar 2.1.3 (see https://github.com/nhn/tui.calendar/blob/main/docs/en/guide/migration-guide-v2.md)
- Updated @toast-ui/chart to 4.6.1 (https://github.com/nhn/tui.chart/releases).
- Updated tui-grid to 4.21.12 (https://github.com/nhn/tui.grid/releases).
v0.2.1
v0.2.0
toastui v0.1.2
- Added a
NEWS.md
file to track changes to the package. - Addded
datagrid()
& helpers to create interactive tables based on tui-grid. - Addded
calendar()
& helpers to create interactive calendars based on tui-calendar. - Addded
chart()
& helpers to create interactive charts based on tui-chart.