Skip to content

Releases: carforyou/carforyou-components-pkg

v2.0.0

15 Oct 15:17
Compare
Choose a tag to compare

We had Dropdown component accepting menu render prop that was rendering menu.
We wanted to use that to customize margins and paddings to the menu, but it turns out it was the same everywhere.

This release drops the menu prop and moves default menu styling to the component

v2.0.0-0

15 Oct 14:09
f3865c3
Compare
Choose a tag to compare
v2.0.0-0 Pre-release
Pre-release

simple dropdown component

v1.5.0

15 Oct 09:55
Compare
Choose a tag to compare

Added Dropdown and DropdownWithAutosuggest components

v1.4.0...v1.5.0

v1.4.0

11 Oct 13:08
cf944e0
Compare
Choose a tag to compare

Changes:

  • Add tealBorder props

v1.3.0...v1.4.0

v1.3.0

30 Sep 15:13
52f2ea7
Compare
Choose a tag to compare

Changes:

  • Added the prop dataTestid as a string for the cypress testing
  • Adjusted the onClick propType (event: MouseEvent<HTMLButtonElement>) => void

v1.2.0

20 Sep 17:45
Compare
Choose a tag to compare

Add the teal-light color

v1.1.2...v1.2.0

v1.1.2

18 Sep 12:02
e6b1972
Compare
Choose a tag to compare

How to integrate the component paths with the projects

In your next.config.js, add the components paths to the purgeCssPaths, so the component libraries classnames don't get stripped:

const components = require("@carforyou/components").default
purgeCssPaths.concat(components.getComponentPaths())

v1.1.2-0: Merge pull request #3 from autoricardo/FS-4

18 Sep 08:58
3c9cfef
Compare
Choose a tag to compare
FS4-Extract Button component - normal/hoverState/disabledState

v1.1.1: fixed gradients plugin

06 Sep 08:39
44e3868
Compare
Choose a tag to compare
  • Merge pull request #16 from autoricardo/renovate/tailwindcss-gradients-2.x 44e3868

v1.0.2-0...v1.1.1

v1.1.0: Support for CSS assets

06 Sep 06:23
29d94aa
Compare
Choose a tag to compare

All files in assets are copied to the package and can be imported in the projects CSS file:

@import '@carforyou/components/assets/index.css';

Additionally, various dependency updates and small improvements for development.

v1.0.2-0...v1.1.0