Skip to content

Releases: tedconf/react-ted-bootstrap

v1.1.0

27 Feb 18:27
Compare
Choose a tag to compare

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

26 Feb 20:49
Compare
Choose a tag to compare

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

18 Dec 22:53
d7d8944
Compare
Choose a tag to compare

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

05 Jul 19:58
Compare
Choose a tag to compare

Changelog

  • Fix z-index issue with <Select /> component
  • Fix <Select /> component header styles

v0.3.0

05 Jul 19:16
Compare
Choose a tag to compare

Changelog

  • Rewrite <Select /> component and corresponding API.
  • Add render props for right-hand menu in the <Navbar /> component.
  • Update dependency versions.

v0.2.2

02 Jul 19:01
Compare
Choose a tag to compare

Changelog

  • Fixed an issue with media queries in the container component

v0.2.0

02 Jul 18:00
Compare
Choose a tag to compare

Initial internal release.