Skip to content

Commit e004bf8

Browse files
increment version to 0.6.0 and update DESCRIPTION
1 parent e9ae3d0 commit e004bf8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: reactR
22
Type: Package
33
Title: React Helpers
4-
Version: 0.5.1
5-
Date: 2023-11-24
4+
Version: 0.6.0
5+
Date: 2024-01-21
66
Authors@R: c(
77
person(
88
"Facebook", "Inc"

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# reactR 0.5.1
1+
# reactR 0.6.0
22

3-
* retain `list` in `reactR::component` classes #82
3+
* retain `list` in `reactR::component` classes [#82](https://github.com/react-R/reactR/issues/82)
4+
* 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)
5+
* update build tools to `vite` from `webpack`
6+
* update js testing library from `karma` to `vitest`
47

58
# reactR 0.5.0
69

0 commit comments

Comments
 (0)