Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jun 17, 2021
1 parent 5525663 commit 78cdbea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: toastui
Title: Interactive Tables, Calendars and Charts for the Web
Version: 0.1.1.9200
Version: 0.1.2
Authors@R: c(
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre", "cph")),
person("Fanny", "Meyer", role = "aut"),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# toastui 0.1.2

* Added a `NEWS.md` file to track changes to the package.
* Addded `datagrid()` & helpers to create interactive tables based on [tui-grid](https://ui.toast.com/tui-grid).
* Addded `calendar()` & helpers to create interactive calendars based on [tui-calendar](https://ui.toast.com/tui-calendar).
* Addded `chart()` & helpers to create interactive charts based on [tui-chart](https://ui.toast.com/tui-chart).

0 comments on commit 78cdbea

Please sign in to comment.