Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.54 KB

File metadata and controls

59 lines (45 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Removed

[1.0.1] - 2021-02-01

Added

  • Added custom ThemeProvider
  • Added tokens as CSS Variables
  • Added TeaserContainer component
  • Added Link component
  • Basic Dialog component
  • TypeScript linting
  • Added Storybook Docs, enable to write MDX in separate file
  • Added custom Storybook theme
  • Added password component
  • Added file upload component
  • Added scroll container component
  • Added IBM Plex Mono as default font
  • Added Brand Guidelines dummy story

Changed

  • Refactored share links component
  • Refactored Tabs to use buttons instead of anchors
  • Updated babel config to build esmodules
  • Added new Image Component
  • Changed components to typescript
  • Updated stories and jest snapshot tests for typescript
  • Updated all packages
  • Changed grid tokens structure & grid helpers
  • Updated default template story
  • Change Storybook hierarchy and order
  • Refactored quote
  • Refactored teaser

Removed

  • Removed svg-sprite-loader in favor of @svgr/cli
  • Removed IconButton component in favor of iconPosition prop on Button
  • Removed Cookielayer component
  • Dedicated Picture component in favor of new Image Component
  • Removed some unused packages (e.g. prop-types)
  • Removed debug grid
  • Removed components: box, flex, row and grid

[0.1.0] - 2020-10-05