Releases: dbmedialab-archive/shiny
Add instagram icon
v0.8.0 v0.8.0
LinkBarDropdown hideOnClick
Features:
- added ability to hide LinkBarDropdown while clicking on it's contents (hideOnClick prop) (#575)
Dependency updates:
- greenkeeper
- babel/eslint
- react-rating
Colors cleanup
Medialaben site
KK header and medium portrait changes
Enable smallere chunks
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
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
Changes:
- Add support for
preventBlur
prop onTrysilPlug
. This lets us remove the blur effect onLazyProgressiveImage
- 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