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

Releases: dbmedialab-archive/shiny

Add instagram icon

27 Jun 11:53
Compare
Choose a tag to compare
v0.8.0

v0.8.0

LinkBarDropdown hideOnClick

26 Jun 14:27
20a6064
Compare
Choose a tag to compare

Features:

  • added ability to hide LinkBarDropdown while clicking on it's contents (hideOnClick prop) (#575)

Dependency updates:

  • greenkeeper
  • babel/eslint
  • react-rating

Colors cleanup

22 Jun 15:11
346b83a
Compare
Choose a tag to compare

Fixes:

  • Clean up color system (#565)

Dependency updates:

  • storybook
  • greenkeeper-lockfile

Medialaben site

21 Jun 13:19
ff1a320
Compare
Choose a tag to compare

Features:

  • feature: Add light theme
  • feature: Add option to change heading color and weight by theme

Fixes:

  • fix: remove author info when there is no author (#561)
  • fix: recipe - changed stretching for author image (#557)

Dependency updates:

  • prismjs
  • prop-types
  • styled-components

KK header and medium portrait changes

18 Jun 13:11
e591a00
Compare
Choose a tag to compare

fix: preventing mediumPortrait of null error (#554)

Fix/kk header (#555)
Adjusted logo size and changed text transforms in menu section names

Enable smallere chunks

12 Jun 12:57
Compare
Choose a tag to compare

Introduced a better reference between depenencies internaly in shiny.

We can now still referer to the src/index.js but for user of the package this will reduce the bundle size since it seems like we are not refering to a file that includes everything.

So we now want shiny to be used the same way as matarial-ui

ShinyThemeProvider

07 Jun 15:22
Compare
Choose a tag to compare

feature: A ShinyThemeProvider atom

Until now, ThemeSelector has been your only option. ThemeSelector has had it's weaknesses: You could not send it your own custom theme that didn't exist in shiny, and it depended on every single theme that existed. The upside to it is that you could get away with only sending in the themeSlug, and it made sense at the time of writing (we were implementing the theme switcher in the storybook) to choose shiny theme with a simple string instead of the complete object.

With the new ShinyThemeProvider atom, you can send in your own custom Shiny theme. It will still be deep merged with our default theme.

ThemeSelector will still be available.

v0.4.4

07 Jun 09:19
Compare
Choose a tag to compare

Changes:

  • Add support for preventBlur prop on TrysilPlug. This lets us remove the blur effect on LazyProgressiveImage
  • Fix some missing styles in the Dinside theme

Dependencies

  • Update react-intersection-observer to v5.0.5
  • Update lazysizes to 4.0.4
  • Update @percy-io/percy-storybook to 2.0.0

v0.4.3

05 Jun 16:47
Compare
Choose a tag to compare
  • Add accessibility markup to DinsideLogo
  • Fix DinsideLogo missing width and height

v0.4.2

04 Jun 10:10
a5b6f1b
Compare
Choose a tag to compare
  • Refactor LazyProgressiveImage to use lazysizes
  • Move some dependencies to devDependencies now that we deliver already transpiled code
  • Refactor DinsideLogo story