Releases: tedconf/react-ted-bootstrap
Releases · tedconf/react-ted-bootstrap
v1.1.0
Changelog
- API Change:
<Button />
API has renamed the old type
prop to variant
. Now includes type
as a reference to the actual HTML button type (<button type={type}>
).
v1.0.0
Changelog
- Breaking change: Converted from
emotion
to @emotion/core
.
- Moved away from all
cx()
use, instead favoring data attributes.
- Improved types for some components.
v0.4.0
Changelog
- Update to React 16.3.2
- Update to ReactDOM 16.3.2
- Update other outdated dependencies
- Update tests to account for changes in dependencies
v0.3.1
Changelog
- Fix z-index issue with
<Select />
component
- Fix
<Select />
component header styles
v0.3.0
Changelog
- Rewrite
<Select />
component and corresponding API.
- Add render props for right-hand menu in the
<Navbar />
component.
- Update dependency versions.
v0.2.2
Changelog
- Fixed an issue with media queries in the container component
v0.2.0
Initial internal release.