<a name"15.4.0">
15.4.0 (2017-02-06)
Features
- text: Add strong & secondary modifiers to Text component (#109) (9c9ff70d)
Provides shorthand helpers for text modifiers, eg:
-<Text><Secondary><Strong>My text</Strong></Secondary></Text>
+<Text secondary strong>My text</Text>