Releases: gcanti/tcomb-react
Releases · gcanti/tcomb-react
v0.8.7
- New Feature
- Added support for childContextTypes and contextTypes (thanks @gavacho)
v0.8.6
- New Feature
- added pre-defined types (#14):
t.ReactElement
t.ReactNode
ReactElement
and ReactNode
at top level are deprecated
v0.8.5
- New Feature
- added pre-defined types (fix #14):
v0.8.4
- Internal
- upgrade to latest version of tcomb-validation (2.0.0)
v0.8.2
- New Feature
propTypes
can also accept an object fix #12 (thanks @tehnomaag)
v0.8.1
- New Feature (thanks @deoxxa)
- show all the errors from tcomb-validation in warnings
- report all additional properties, not just the first
- retain (limited) proptypes in production
v0.8.0
- Breaking Change
- upgrade to tcomb-validation v2.0
v0.5.0
- New Feature
- If you try to pass additional props it will fail
v0.4.0
- New Feature
- Breaking Change
- Remove
react
and t
namespace
- Remove
ReactElement
and ReactNode
type
- Remove
React
dependency