Skip to content

Releases: michaelmcshinsky/slipstream-ui

v2.6.4

19 Feb 17:13
4a0c482
Compare
Choose a tag to compare

What's Changed

[email protected]

  • Fix right padding on [Switch].
  • Revert tab spacing to be padding based on [TabItem].
  • Added sizing to [Tab] and [TabItem] affecting padding and text size.

v2.6.3

13 Feb 07:18
Compare
Choose a tag to compare

What's Changed

[email protected]

  • Fix escape key for [Drawer] component.
  • Fix [Card].[Header] component children renderer.
  • Update [Card] and [Modal] render functions.
  • Add dark mode accessibility to [Modal].[Header] component.

v2.6.2

09 Feb 00:32
Compare
Choose a tag to compare

What's Changed

[email protected]

  • Update vertical spacing on [TabSet]
  • Removed bad console.log

v2.6.1

09 Feb 00:31
Compare
Choose a tag to compare

What's Changed

[email protected]

  • Removed bad console.logs

v2.6.0

09 Feb 00:31
Compare
Choose a tag to compare

What's Changed

[email protected]

  • Removed install references to Tailwind v2.x
  • Added onClick and value props to [TabSet] and [TabSet.Item]
  • General Linting

v2.5.0

19 Jan 05:00
Compare
Choose a tag to compare

What's Changed

[email protected]

  • New component: [Search]
  • Update [OffCanvas] component to [Drawer]

v2.4.0

16 Jan 07:20
Compare
Choose a tag to compare

What's Changed

[email protected]

  • Added dark mode to [Table] components.

v2.3.0

15 Jan 05:11
Compare
Choose a tag to compare
v2.3.0 Pre-release
Pre-release

What's Changed

[email protected]

  • New Components
    • [SlipstreamProvider]
      • Provides dark mode prop for components.
    • [Navbar]
    • [Navbar.Collapse]
    • [Navbar.Divider]
    • [Navbar.Link]
    • [Navbar.Menu]
    • [Navbar.Sidebar]
    • [Navbar.Text]
    • [Navbar.Toggler]
    • [OffCanvas]
  • Component Updates
    • [Heading]
      • Added dark mode
    • [Text]
      • Added dark mode
      • Added custom prop to override dark mode
    • [FieldSet]
      • Added dark mode
    • [FieldSetLegend]
      • Added dark mode
    • [Input]
      • Added dark mode
      • General Formatting
    • [InputGroup]
      • Removed input props since input is directly available
      • Added prop invalid
    • [Label]
      • Added dark mode
    • [Switch]
      • Added dark mode
    • [Alert]
      • Removed dark boolean
      • Added dark mode
    • [Card]
      • Added dark mode to card and child components
      • Default component to borderless
    • [Dropdown]
      • Added dark mode to component and child components
    • [Modal]
      • Added dark mode to component and child components
    • [Listgroup]
      • Added dark mode to component and child components
    • [TextSet]
      • Pass vertical prop to child component
    • [TextItem]
      • Updated vertical attributes

v2.2.0

10 Jan 05:21
Compare
Choose a tag to compare

What's Changed

[email protected]

  • [Heading] component - Added namespace.
  • [Text] component - Added namespace.
  • [CardBody] component - Added namespace.
  • [CardHeader] component - Added namespace.
  • Added forwardRef to:
    ** Heading, FieldSet, FieldsetLegend, FormFeedback, Switch, AvatarGroup, TabItem, TabSet.
  • Changed prop "bordered" to "border"
  • New component [Center].
  • Added "custom" prop to Backdrop to remove inner element positioning.

v2.1.0

08 Jan 01:40
Compare
Choose a tag to compare

What's Changed

[email protected]

  • Add transition state to [Modal] component.
  • Fix [Backdrop] component z-index, centering typo.
  • Add portal option to [Backdrop] component.
  • Update installation docs.