Skip to content
v0.8.0

* Add properties to a `Property` instance
* `Component#addProp(name, value)` changed to `Component#addProp(name, value, props)`

`props` accepts an object with key, value pairs. The object is transformed to a string separated by semicolons according to spec.