Skip to content

Releases: HBM/md-components

v15.0.2

09 Nov 12:40
Compare
Choose a tag to compare

Fixed

  • switch: add id attribute to make labels with htmlFor work
  • select: add color to label when focused similar to Textfield component

v15.0.1

09 Nov 12:40
Compare
Choose a tag to compare

Fixed

  • header: fix subtitle white space wrap and overflow
  • expansion panel: remove extra div

v15.0.0

06 Oct 08:24
Compare
Choose a tag to compare

Changed

  • transpile code in es/ folder to make create-react-app npm run build work
  • use react-transition-group for snackbar to be able to remove from DOM when invisible. fixes overflow scroll in safari.
  • use unitless value for line-height in base.css to fix box sizing issues

Added

  • add new component expansion panel

v14.0.1

06 Oct 08:23
Compare
Choose a tag to compare

Changed

  • update stylelint config

Fixed

  • fix build issues with create-react-app
  • select: fix overlay not properly positioned in Firefox
  • select: fix position for very long lists

v14.0.0

06 Oct 08:23
Compare
Choose a tag to compare

Changed

  • simplify main container CSS
  • remove react-motion and use CSS animations transitions instead
  • card: remove larger font-size and line-height

Fixed

  • select: overlay is now properly positioned above underlying div element
  • select: overlay has higher z-index than header
  • select, snackbar: use height instead min-height to fix IE11 issues
  • checkbox: fix position of underlying input element

v13.2.0

13 Jul 11:58
Compare
Choose a tag to compare

Added

  • select: make component keyboard accessible
  • textarea: pass through all properties to underyling real textarea to enable onFocus and onBlur

Fixed

  • navigation: remove focus outline
  • tabs: use PureComponent and fix unnecessary rerenders
  • tabs: fix ink bar behaviour in IE11
  • checkbox: fix focus shadow location
  • textfield: remove focus styles for readOnly textfields
  • update dependencies to remove warnings about React PropType

v13.1.0

09 Jun 08:01
Compare
Choose a tag to compare

Added

  • textfield: allow access to underlying input element, e.g. for setting focus

Fixed

  • select: set button type to 'button' to fix weird behavior inside form

v13.0.1

01 Jun 14:26
Compare
Choose a tag to compare

Fixed

  • removed .npmignore since folders like es/ and scss/ were missing from bundle

v13.0.0

01 Jun 09:07
Compare
Choose a tag to compare

Added

  • Button: add dense variant
  • Select: add dedicated style when used inside <Table>

Changed

  • mdc- prefix for all class names
  • deploy all sass files flat to scss dir
  • examples: Use create-react-app 2

Fixed

  • Use prop-types package
  • fix ES6 babel configuration
  • Select: fix font-size and alignment

v12.0.1

03 May 10:54
Compare
Choose a tag to compare

Changed

  • Roboto font removed: The Roboto font must be provided by the user, e.g. through @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

Fixed

  • examples build