Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 5f4c5b3

Browse files
committed
update readme and changelog
1 parent 4a0ae1b commit 5f4c5b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
- `.component` method renamed to `.build`
66
- the `.text` method now uses `React.DOM.text` which gets wrapped in a `span` tag.
77
- added AMD support
8-
- removed deprecation warnings for react 0.12.2
9-
- react-kup now comes with a version of react (0.12.0) caused confusion
8+
- react-kup now comes with a version of react (0.13.3) because the configuration caused confusion
109
- supports both react-classes and react-elements as arguments to `.build`
11-
- supports react elements as content
10+
- supports react-elements as argument to `k.{tag}`

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- no react mixin
2525
- it uses the same concept as [**kup**](https://github.com/snd/kup) (kup is an html builder for nodejs)
2626
but builds up nested react elements instead of html strings.
27+
- supports all tags supported by react
2728

2829
```
2930
npm install react-kup

0 commit comments

Comments
 (0)