@hig/theme-context-v3.0.1 (2020-10-14)
- security update for create-react-context (6bb8edf)
@hig/theme-context-v3.0.0 (2019-04-04)
- make light gray the default theme (21b9da2)
- web light replaced as the default theme, to get that theme back pass that theme from theme-data as via the value prop with ThemeContext.Provider
@hig/theme-context-v2.1.3 (2019-03-13)
- move theme-data to peer dependency (151e178)
@hig/theme-context-v2.1.2 (2019-03-08)
- throws role missing warning when getting roles only (2c4bbf6)
@hig/theme-context-v2.1.1 (2019-03-05)
- manually bump version (169213d)
@hig/theme-context-v2.1.0 (2019-02-05)
- console warn about use of deprecated roles (5b85653)
@hig/theme-context-v2.0.0 (2019-01-17)
- change default theme LightGray -> WebLight (7d50a68)
- If you would like to continue using the HIG Light Gray theme now that
it's no longer the default, you will need to specify that theme when you
initialize the
ThemeContext.Provider
. For instance
import HIGLightTheme from "@hig/theme-data/build/json/lightGrayMediumDensityTheme/theme.json";
// ...
<ThemeContext.Provider value={HIGLightTheme}>
<ThemeContext.Consumer>
// ...
</ThemeContext.Consumer>
</ThemeContext.Provider>
@hig/theme-context-v1.0.1 (2018-11-27)
- Update README usage (b1db70d)
- behavior: refactor context to eliminate
childContextTypes
errors (fcffd31)
@hig/themes-v0.4.0 (2018-09-26)
- Change theme data keys to non capitalized camel case (4693f7d)
- Migrate all abbreviation tokens to uppercase (6a30ba5)
@hig/themes-v0.3.0 (2018-07-26)
- publish low and high density themes (ebe4b71)
@hig/themes-v0.2.1 (2018-07-19)
@hig/themes-v0.2.0 (2018-07-18)
- themability: add exploratory themable components (7e3d70b)
- themability: ThemeContext provides theme data (4778ea5)
@hig/themes-v0.1.3 (2018-07-06)
- bundle: include dependency CSS (f5a4a62)
@hig/themes-v0.1.2 (2018-06-20)
- bundle: Fix package bundles (a1b479d)