Releases: APMG/apm-titan
Releases · APMG/apm-titan
v0.3.5
- Corrects some behavior of the
Heading
component to better align with our CSS. Includes backwards compatibility with its previous behavior
v0.3.4
- Fixes for
TagLink
component and docs
- Uses the custom
Link
component to allow external links
- Adds
newWindow
prop to allow opening link buttons in a new window
- Adds
submitForm
prop to be able to set type="submit"
on button
v0.3.0
- Adds AudioPlayer component
- Adds Icon component which allows the selected icon to be specified with a prop like
<Icon name="heart" />
- Teasers now accept an audio play button with the prop
audioPlayButton
instead of handling audio data directly