Skip to content

v5.0.0

Compare
Choose a tag to compare
@nabeliwo nabeliwo released this 01 Nov 07:04
· 4858 commits to master since this release

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2019-11-01)

⚠ BREAKING CHANGES

  • Update components

  • Fix typo in icon name

  • pascal case doesn't support.

  • chore: update snapshots

  • original icon gets the same props as react-icons

  • chore: update snapshot

  • chore: export Icon component

  • fix: remove 'Base', 'Icon' from IGNORE_DIRS

  • remove size of tasting and trenta

Bug Fixes

  • add background-color to Flash component (56b8079)
  • Add ThemeProvider to DropdownContent (8a2a8a2)
  • selectbox: Add aria-label (8a7a0ab)
  • apply in DropDown storybook (8b0b84d)
  • Apply Input in Field Component (7916091)
  • Change Button interface to conform to the DOM interface (82003a2)
  • Change Button interface to conform to the DOM interface (f6b0a9e)
  • Change Checkbox interface to conform to the DOM interface (aa38817)
  • change for reviews (e8bf397)
  • Change Input interface to conform to the DOM interface (f01952f)
  • Change label props to children (e29f663)
  • Change prop type for TabItem (629e552)
  • selectbox: Change to use fa-sort (ca95f47)
  • Change Select interface to conform to the DOM interface (0ff3f35)
  • Change Select interface to conform to the DOM interface (6567c2d)
  • Change Select interface to conform to the DOM interface (7d05e95)
  • Change tag to which className is applied (4b4f0fd)
  • Checkbox test (03adb5d)
  • Fix dropdown content position (e7465c3)
  • Fix dropdown content size bug (5d96292)
  • Fix font-size (cd3ed2e)
  • fix for jslint (095f709)
  • Fix rendering bug (0ec70e2)
  • Fix typo (ff4295c)
  • Fix yarn.lock (ccd75a0)
  • Fix yarn.lock (936f25b)
  • Make storybook compatible with React hooks (1b96936)
  • memoize DropdownContentRoot (f470ea9)
  • Modify left position logic (b3af02d)
  • Recover lost files (e6d9c60)
  • Remove export (03f632f)
  • Remove the part that was described in double (66ef42a)
  • Remove unnecessary files (0f70685)
  • show checkbox focus indicator (b9f0e85)
  • show Radio focus indicator (09657a0)
  • style (71e37d2)
  • support uncontrollable Dropdown (f55c9bb)
  • Update all storybook's packages (a0e2eea)
  • Update dropdown position logic (df50ca9)
  • Update ts setting (843bec0)
  • Use fa-check instead of check (bc5ee1c)
  • Use fa-check-circle instead of check-circle (d5e560e)
  • select: Change from text to default (ae5cae6)
  • selectbox: Adjustment when disabled or hover and fix css (83738ae)
  • selectbox: Remove blackOption and placeholder (6d7bc5d)
  • selectbox: Remove unnecessary Vendor Prefix (f26c0ed)
  • Use fa-exclamation-triangle instead of exclamation-triangle (dd9be98)
  • Use fa-times instead of cross (fafb006)
  • Use ReactDOM.createElement instead of ReactDOM.render (957a0b6)

Features

  • add an entry point for ES Modules (5e9349a)

  • Add angle icon (ea992e4)

  • add AppNavi component (8b4a053)

  • add BaseButton component (7dce43f)

  • add BlankImage component (6f19e51)

  • Add className props to CheckboxLabel (2c7cc94)

  • Add className props to components (37da6b4)

  • add clone icon (4850691)

  • Add controllable ActionDialog component (d9a6ddc)

  • Add controllable Dialog component (674cfd7)

  • Add DangerButton component (1ced44f)

  • Add Dialog basic component (66ed088)

  • Add FaCaretUp icon (e7748e3)

  • Add FaExclamationCircle icon (4720536)

  • Add minus icon (8dba673)

  • Add mixed props to Checkbox (08741a1)

  • Add NewDropdown component temporary (c59239e)

  • Add onClickBackground props to Modal (e539afe)

  • add Outline color to PletteProperty (730e4be)

  • Add PrimaryButton component (#297) (6cd2390)

  • add reply icon and paper-plain icon (a62b623)

  • add SecondaryButton component (6909756)

  • add SkeletonButton component (50500c8)

  • Add TabBar (#301) (4afe1ff)

  • Added Table component (#269) (1ec3115)

  • Adjust the display position of content (1183721)

  • icon: Add external link icon (28f240e)

  • Change Field component props (49ef9d7)

  • icon: Add a FaCloudDownloadAlt icon (5c4e8bd)

  • update UI for Pagination component and add withoutNumbers props (93c067d)

  • icon: Add a FaEye icon (13eb8bf)

  • select: Create select component (f91e471)

  • Create ActionDialogContent (c7b6f05)

  • Create controllable MessageDialog component (ee63d93)

  • Create MessageDialog (82b6e20)

  • export default frame (4e1340d)

  • export default hover interaction (c95707a)

  • export default size (1556da1)

  • export defaultPalette (34c2f72)

  • Update ActionDialogContent props (cbb77c6)

  • update AppNavi component so it can take a child component (eabe203)

  • change some font size (5596d9f)

  • Merge pull request #319 from kufu/features/ttmz (e5ce046), closes #319

  • Merge pull request #421 from kufu/fix-typo (67c0923), closes #421

  • BREAKING CHANGE: Changed color name of theme (#245) (19a532d), closes #245

  • BREAKING CHANGE: Enabled to use react-icons (a60ab19)

4.0.1 (2019-08-06)

Bug Fixes

4.0.0 (2019-08-05)

Tests

  • add a test for missing exports in src/index.ts (55618db)

  • BREAKING CHANGE: Update palette of theme (#220) (de50fd8), closes #220

BREAKING CHANGES

  • new theme does not support outdated variables

  • chore: replace ${palette.White} to #fff

  • chore: replace Mono_P10 to Border

  • chore: replace Mono_P20 to Border

  • chore: replace SmarthrGreen to Main

  • chore: theme.palette.White to #fff

  • chore: replace Mono_P40 to TextGrey

  • chore: replace palette.Red to palette.Danger

  • chore: replace Mono_P60 to TextGrey

  • chore: replace Orange_M30 to Warning

  • chore: replace Yellow to Warning

  • chore: replace Red to Danger

  • chore: replace Blue to Main

  • chore: replace White to #fff

  • chore: replace Black to TextBlack

  • chore: replace Mono_P30 to TextGrey

  • chore: change color

  • chore: yarn add polished

  • feat: add hoverColor method

  • chore: modify hover color for PagenationItem

  • chore: modify hover color for Button

  • chore: modify focus color for Input

  • style: change color code to lower case

  • style: update snapshots

3.9.2 (2019-07-31)

Bug Fixes

  • Skip res-suit when aws credential is not exist (fc4282d)

3.9.1 (2019-07-22)

3.8.6 (2019-07-03)