Skip to content

Commit

Permalink
Merge pull request #42 from spicy-ui/next
Browse files Browse the repository at this point in the history
0.1.0-alpha.4
  • Loading branch information
South-Paw committed Feb 21, 2021
2 parents 8cbe9f6 + 197b5a5 commit d384f8b
Show file tree
Hide file tree
Showing 105 changed files with 864 additions and 321 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
},
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
"import/no-cycle": "off",
"import/prefer-default-export": "off",
"jsx-a11y/accessible-emoji": "off",
"no-underscore-dangle": "off",
"react/jsx-props-no-spreading": "off"
},
"overrides": [
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,30 @@
-->

## 0.1.0-alpha.4 (21 February, 2021)

### Features

- Added `Tab` component

### Changes

- Mixins on Flex, Grid, Header and Text have been aligned with the Box's behaviour, style props will overide the `sx` prop
- `getComponentStyles` renamed to `componentStylesMixin`
- `SxProps` renamed to `SxProp`
- Menus and Tooltips are now rendered inside Portals
- More components now have the `as` prop on their interfaces ([#38](https://github.com/spicy-ui/core/issues/38))
- Added `color` types to Radio and Switch components

### Bug Fixes

- Fixed Menu in Stack having margin applied ([#39](https://github.com/spicy-ui/core/issues/39))
- Fixed Tags `label` prop
- Fixed outline style on open Menus
- Fixed Stack not using `flexDir` and `flexDirection` ([#40](https://github.com/spicy-ui/core/issues/40))
- Fixed Avatar images overflowing when a variant is set
- Fixed Badge line height issues

## 0.1.0-alpha.3 (16 February, 2021)

### Features
Expand Down
Loading

1 comment on commit d384f8b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Netlify deployed spicy-ui as draft

https://6031cc97e88b4e853a3bfcd1--spicy-ui.netlify.app

Please sign in to comment.