Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

v15.4.0

Choose a tag to compare

@markdalgleish markdalgleish released this 06 Feb 03:23

<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>