Skip to content

Releases: dopplr-labs/tail-kit

v0.1.14

19 Jul 03:24
Compare
Choose a tag to compare

Features

  • Reduced bundle size by replacing lodash with custom utils
  • Switched to tailwindcss JIT mode
  • Disable prop in Switch component
  • Appropriate cursors in Switch component

Bug Fixes

  • fixes in avatar component
  • fixed ci-cd issues caused due to storybook

Updates

  • Updated tailwindcss to v2.2.4
  • Updated postcss to v8.3.5
  • Updated autoprefixer to v10.3.1
  • Updated storybook to v6.3.4

v0.1.12 -> Introducing Form

07 May 16:54
Compare
Choose a tag to compare

We are introducing Form component in this version.

Usage

<Form>
    <Form.Item label="Enter Email" name="emali">
        <Input placeholder="Enter your email address" />
    </Form.Item>
    <Form.Item label="Password" name="password">
        <Input type="password" placeholder="Enter your password" />
    </Form.Item>
</Form>

Form component comes with Form validation, rendering error messages, disable submit button and lot more!!!

To learn about all the functionality, visit: https://tail-kit.netlify.app/?path=/docs/data-entry-form--basic

v0.1.11

30 Jan 05:05
97a8b30
Compare
Choose a tag to compare
Merge pull request #26 from dopplr-labs/feature/toast

feature/toast