Skip to content

Latest commit

History

History
56 lines (47 loc) 路 6.01 KB

CHANGELOG.md

File metadata and controls

56 lines (47 loc) 路 6.01 KB

1.0.0 (2021-10-10)

Bug Fixes

  • added storybook build and .history to gitignore (3def70d)
  • added style-dictionary-dist file for build (f1798ab)
  • adjusted ignore of style dictionary (2ef37e7)
  • align with dict changes (67e6ea7)
  • bugged github icons due to folder movement (655686e)
  • disabled some css attributes globally (57a298f)
  • misused centering component (7ded8f4)
  • move client files into client folder (db6d08e)
  • react-three-fiber deprecated -> @react-three/fiber (b046661)
  • removed colors import from palette (c814b4c)
  • removed palette entry in storybook for Button (2bb283d)
  • removed react-motion installs (3531790)
  • removed storybook introduction mdx (3753456)
  • storybook now uses Chivo and globalStyles (6231ba1)
  • trying to fix accidental reset HEAD (5501aa2)
  • vite was not compiling my modules properly (6951024)

Features

  • added animation to button (ec49d70)
  • added conventional commits package from npm (b816481)
  • added entries to improve style cohesion (098d242)
  • Added floating inputs (70049b4)
  • added kanban board using VS Code extension (342d9b0)
  • added kanban TODO tracker (74c5862)
  • added line-height property (d9cc863)
  • added polished for mixins (fa199a9)
  • added react motion library (c962442)
  • adjusted theme according to dict update (1774fb6)
  • almost abstracted interact component (572193b)
  • Changed font to Chivo (fe2c486)
  • structure: changes the structure of the repo, modifying config files and enabling semantic release (c99ff24)
  • chivo font family and appropriate font weights (569c4c2)
  • finished putting redux in interact component (aa1d17f)
  • GlobalStyle applied at React root (7fa3e1c)
  • input to use appropriate text coloring (146fcb0)
  • integrated Redux for state management (8ab6c4f)
  • modifications to the button and box elements (6f1a56f)
  • removed storybook preinstalled files/assets (24df263)
  • softer shadows (def532b)
  • softer shadows, y-axis constraint (ecb7b4e)
  • Typography component for cmp library (31bb2fd)
  • Updated input with new styles (74f5c9d)
  • updated kanban board (2e09f91)
  • useEffect was more useful than motion (eb12950)

BREAKING CHANGES

  • structure: