Skip to content

16.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@riitasointi riitasointi released this 18 Dec 15:18
· 11 commits to develop since this release
b67c1f6

Release notes

General

  • Breaking change: Update a lot of dev dependencies (#888)
    • For commonJS builds to work as previously, use named import for styled from styled-components. E.g. import { styled } from 'styled-components';
  • Reset styles for <mark> components inside the library (#887)

Table (#889)

  • Introduce the <Table> component

FileItem, FileInput (#884)

  • Fix circular dependency between FileInput and FileItem

DateInput (#890)

  • Stop event propagation of escape keypress in DatePicker