This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Releases: dbmedialab-archive/shiny
Releases · dbmedialab-archive/shiny
v0.38.0
Features
Patches
- fix(kk theme): update uiFont (#1261) 04ba477
- ci(travis): install yarn before install (#1266) 6ec51a0
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.2-0
v0.37.1
v0.37.0
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
- feature(SeHerLogo): Add a pride variant (#1251) e096bc1
- No sound svg icon (#1250) ccafce6
- feature(SvgIcon): Introduce dorris icons (#1221) 2ee7ec1
Patches
- Fix(Button): Make Allcaps conditional (#1242) e5bfa2f
- ci(travis): remove greenkeeper-lockfile (#1247) 0ff1eed
- fix(dorris icons): Adjust SpeechBubbleQuestion (#1246) 428b205
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
v0.36.1
Elbil24Dark theme back in business
v0.35.0
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