- behavior: refactor context to eliminate
childContextTypes
errors (fcffd31) - change default theme LightGray -> WebLight (7d50a68)
- Forcing semantic release by editing readmes (d39b61f)
- manually bump version (169213d)
- move theme-data to peer dependency (151e178)
- security update for create-react-context (6bb8edf)
- throws role missing warning when getting roles only (2c4bbf6)
- unit testing (29a1a1b)
- Update README usage (b1db70d)
- Major Release - React 17 Upgrade (2523711)
- add React18 support move namespace (53a8785)
- console warn about use of deprecated roles (5b85653)
- make light gray the default theme (21b9da2)
- update theme-data peerDep (f35fce7)
- updating peer dependencies release (0a8a2b6)
- use createContext from React (8a283ef)
- "Revert "Revert "feat : Migrate all repository to React v17.0 """ (bf78986)
- This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date.
- 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
- 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-v4.3.0 (2022-07-19)
- update theme-data peerDep (f35fce7)
@hig/theme-context-v4.2.0 (2022-06-27)
- use createContext from React (8a283ef)
@hig/theme-context-v4.1.0 (2022-01-24)
- updating peer dependencies release (0a8a2b6)
@hig/theme-context-v4.0.0 (2022-01-13)
- Major Release - React 17 Upgrade (2523711)
- This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date.
@hig/theme-context-v3.0.3 (2022-01-12)
- Forcing semantic release by editing readmes (d39b61f)
- "Revert "Revert "feat : Migrate all repository to React v17.0 """ (bf78986)
@hig/theme-context-v3.0.2 (2022-01-12)
- unit testing (29a1a1b)
@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)