Skip to content

Commit

Permalink
increment version to 0.6.0 and update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Jan 21, 2024
1 parent e9ae3d0 commit e004bf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: reactR
Type: Package
Title: React Helpers
Version: 0.5.1
Date: 2023-11-24
Version: 0.6.0
Date: 2024-01-21
Authors@R: c(
person(
"Facebook", "Inc"
Expand Down
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# reactR 0.5.1
# reactR 0.6.0

* retain `list` in `reactR::component` classes #82
* retain `list` in `reactR::component` classes [#82](https://github.com/react-R/reactR/issues/82)
* hydrate props/attribs that are tags assuming tag-like props/attribs should be slots[#67](https://github.com/react-R/reactR/issues/67) [#61](https://github.com/react-R/reactR/issues/61)
* update build tools to `vite` from `webpack`
* update js testing library from `karma` to `vitest`

# reactR 0.5.0

Expand Down

0 comments on commit e004bf8

Please sign in to comment.