Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Releases: dbmedialab-archive/shiny

v0.38.0

21 Jun 14:43
f0b07aa
Compare
Choose a tag to compare

Features

  • feature(themes): Introduce new theme variable uiFont (#1260) d691d42

Patches

Dependency updates

  • chore(deps): upgrade babel-eslint from 10.0.1 to 10.0.2 (#1265) 57327e2
  • chore(deps): upgrade np from 5.0.0 to 5.0.3 (#1264) 0da0ec8
  • chore(deps): upgrade the rest of the storybook deps to 5.1.9 (#1263) d6321de
  • chore(deps-dev): bump babel-plugin-emotion from 10.0.9 to 10.0.13 (#1253) 21b67a0
  • chore(deps): bump polished from 3.2.0 to 3.4.1 (#1254) 64964a8
  • chore(deps): bump @emotion/styled from 10.0.10 to 10.0.12 (#1255) d4fbcd0
  • chore(deps): bump deepmerge from 3.2.0 to 3.3.0 (#1262) a642983
  • chore(deps-dev): bump @storybook/addon-viewport from 5.1.8 to 5.1.9 (#1258) b118c51
  • chore(deps-dev): bump @storybook/addon-options from 5.1.8 to 5.1.9 (#1256) 0610fa8
  • chore(deps-dev): bump @storybook/addons from 5.1.8 to 5.1.9 (#1252) 999f783

v0.37.1...v0.38.0

v0.37.2-0

20 Jun 14:53
ae872c7
Compare
Choose a tag to compare
v0.37.2-0 Pre-release
Pre-release
  • fix(kk theme): update uiFont 8fd6aee
  • feature(themes): Introduce new theme variable uiFont (#1260) d691d42

v0.37.1...v0.37.2-0

v0.37.1

20 Jun 11:31
d27fac4
Compare
Choose a tag to compare

Patches

v0.37.0...v0.37.1

v0.37.0

19 Jun 16:00
84c016b
Compare
Choose a tag to compare

v0.37.0

Breaking changes

  • BREAKING: moved vertically align styles of FontIcon from Button (#1241) 4735998
  • BREAKING: Drop support for node 9 (#1249) 7310ef4

Features

Patches

Dependency upgrades

  • chore(deps-dev): bump babel-loader from 8.0.5 to 8.0.6 (#1230) 50ba413
  • build(package): upgrade storybook packages from 5.0.11 to 5.1.8 (#1248) e44566e
  • chore(package): upgrade babel packages from 7.4.4 to 7.4.5 (#1228) 30c4711
  • chore(deps-dev): bump eslint-plugin-react from 7.12.4 to 7.13.0 (#1234) 2d611d2

v0.36.1

Features

Dependency upgrades

  • chore(deps): bump react-intersection-observer from 8.22.5 to 8.23.0 (#1186) 3e25c9e

v0.36.0...v0.37.0

v0.36.1

13 Jun 09:48
Compare
Choose a tag to compare

New Pluss Label

  • feature(label): added pluss label (#1222)

Elbil24Dark theme back in business

11 Jun 08:42
Compare
Choose a tag to compare

v0.35.0

07 Jun 13:00
2563a56
Compare
Choose a tag to compare

About the breaking change:
If you foolishly have been importing icons directly, i.e. without
SvgIcon, you will have to update your application.

Do not update your application to import from the new location. Use
SvgIcon instead.

This change prepares for adding several icon sets.

If you have this anywhere:

@import { ASpecificIcon } from '@aller/shiny/lib/atoms/SvgIcon/ASpecificIcon'

<ASpecificIcon />

You should rather have:

@import { SvgIcon } from '@aller/shiny/lib/atoms/SvgIcon'

<SvgIcon name="a-specific-icon" />

Breaking Changes

Patches

  • relative urls instead of absolute for userDropdown (#1236) 0dfe8dd
  • fix(LogiclessModal): Make content smaller on mobile (#1232) e794e55
  • fix(IconWithText): Center the component (#1224) 161f27d

Dependency updates

  • chore(deps-dev): bump eslint-plugin-import from 2.17.2 to 2.17.3 (#1231) 3281bda
  • chore(package): upgrade storybook from 5.0.10 to 5.0.11 (#1227) 7187d87
  • chore(deps-dev): bump np from 5.0.0 to 5.0.2 (#1225) 9071e7e

v0.34.1...v0.35.0

Elbil24 logo: Reinserted option to invert colors

28 May 07:10
Compare
Choose a tag to compare
  • Need elbil24 logo where colors are switched (#1226) e11d755
  • chore(deps-dev): bump pretty-format from 24.7.0 to 24.8.0 (#1211) 260f0c9

v0.34.0...v0.34.1

Removed elbil24-dark theme. Updated elbil24 theme and stories

27 May 11:50
Compare
Choose a tag to compare

v0.33.2...v0.34.0

v0.33.2

23 May 09:02
f880017
Compare
Choose a tag to compare

Patch

  • Arrow(pure icon)/ add shadow and change def color to white (#1218)