Skip to content

Commit

Permalink
Merge pull request #477 from Appsilon/release-1.4.0
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
kamilzyla authored Jul 6, 2023
2 parents fe3fbef + 2bedfc6 commit 78046f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rhino
Title: A Framework for Enterprise Shiny Applications
Version: 1.3.1.9002
Version: 1.4.0
Authors@R:
c(
person("Kamil", "Żyła", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# rhino (development version)
# rhino 1.4.0

1. Add `pkg_install()` and `pkg_remove()` to simplify dependency management in Rhino.
2. Add E2E tests for the Rhino package (internal).
3. Add support for using React in Rhino
1. New `pkg_install()` and `pkg_remove()` functions to simplify dependency management in Rhino.
2. Add support for using React in Rhino
(tutorial, JS function `registerReactComponents()`, R function `react_component()`).
4. Require box v1.3.1 or later (fixes issues with lazy-loaded data and trailing commas).
3. Require box v1.3.1 or later (fixes issues with lazy-loaded data and trailing commas).
4. Add E2E tests for the Rhino package (internal).

# [rhino 1.3.1](https://github.com/Appsilon/rhino/releases/tag/v1.3.1)

Expand Down

0 comments on commit 78046f4

Please sign in to comment.