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.28.0
- feature(LazyProgressiveImage): Support native lazyload (#1126)
- styles(MenuLayer, Truncate): change shadow for MenuLayer, Change @media for truncate (#1115)
- fix(dagbladet theme): changed primary dark (#1122)
- fix(db theme): configure the grid (#1121)
- fix(VerticalLinkBar): Make it easier to display nested link bars (#1119)
- feature(Trysilplug): using custom labels as images (#1116)
v0.27.4
- Fix(LinkBarElementBase): If activeBackgroundColor was set, it will be used (#1113) ee6ba87
- chore(deps): bump prism-themes from 1.0.1 to 1.1.0 (#1109) d8e4eee
- chore(deps-dev): bump eslint from 5.15.3 to 5.16.0 (#1105) 66848a6
- chore(deps): bump polished from 3.1.0 to 3.2.0 (#1107) b64a7d5
- chore(deps): bump lazysizes from 4.1.6 to 4.1.7 (#1112) e200231
- fix(themes): add variable 'spacing' (#1114) 69cc7e1
- build(package): upgrade babel related deps to 7.4.3 (#1111) f615325
- chore(deps-dev): bump babel-plugin-react-docgen from 2.0.2 to 3.0.0 (#1089) cc5f846
- chore(deps-dev): bump @babel/plugin-transform-runtime (#1099) 0851fb6
- chore(deps): bump react-intersection-observer from 8.22.1 to 8.22.5 (#1084) 1b1cc29
- chore(deps-dev): bump react from 16.8.4 to 16.8.6 (#1092) d518f57
- chore(deps-dev): bump react-dom from 16.8.4 to 16.8.6 (#1090) f784703
- build(package): upgrade storybook from 4.1.13 to 5.0.6 (#1101) 29a8170
- chore(deps-dev): bump pretty-format from 24.0.0 to 24.7.0 (#1100) 8998877
Changes from last release
(tag not pushed?)
- v0.27.3 (#1096) 0084204
- feature(LinkBarSearchField): Add fullWidth property; Fix propTypes for MenuLayer (#1093) 249113e
- chore(deps): bump prismjs from 1.15.0 to 1.16.0 (#1083) 9ccc0f3
- chore(deps): bump @emotion/styled from 10.0.7 to 10.0.10 (#1080) 2603511
- chore(deps): bump emotion-theming from 10.0.7 to 10.0.10 (#1081) 8cb0ea4
- chore(deps): bump @emotion/core from 10.0.7 to 10.0.10 (#1082) 585e703
v0.27.3
- feature(LinkBarSearchField): Add fullWidth property; Fix propTypes for MenuLayer (#1093) a72af53
- chore(deps): bump prismjs from 1.15.0 to 1.16.0 (#1083)
- chore(deps): bump @emotion/styled from 10.0.7 to 10.0.10 (#1080)
- chore(deps): bump emotion-theming from 10.0.7 to 10.0.10 (#1081)
- chore(deps): bump @emotion/core from 10.0.7 to 10.0.10 (#1082)
v0.27.2
Release/0.27.1
Added fullWidth property(boolean) to LinkBarSearchField, if set true
, then will be 100% except margin, which are depends on Size and horizontalBase
v0.27.0
Same as 0.26.5.
Breaking changes
Added property "icon"(string type) to LinkBarSearchField, with that possible to change icon or hide it at all
Features:
- BREAKING: Change LinkBarSearchField, added property icon, with that possible to change icon or hide it at all(by default) (#1060)
Dependency updates
v0.26.6
v0.26.5
Contains breaking changes. Please use 0.26.6 or 0.27.0 instead.
v0.26.4
FIX: now rap on rows
Patches
- fix(Row): Minor addition to the row element giving us the ability to hinder wrapping the content of the rows. (#1055)