194 posts tagged with "changelog"
View All TagsVersion 1.4.0
React Components
- Added
Illustrationscomponent - Added
forceSelectionto AutoComplete component - you can now enforce a user to select an item (under the hood we replaced react-autosuggest with DownShift aswell) - Added
verticalAligntoLogoandImagecomponent - Added
positionprop toDatePicker - Added
es&cjsoutputs to a new/dist folder - Added package.json 'module' will now target
'./dist/es/index.js' - Changed package.json 'main' will now target
'./dist/cjs/index.js' - Changed the getting started for developers guides
- Fixed
DatePickerwill now appear on top of Dialogs - Fixed when
Dialogsare nested, only the one most in front will close on Escape
iOS
- Changed fonts
plistfile will fallback on non-existingfont-weights
Themes
- Added
illustrationswith black and white white-label fallback - Added extra
font-weighttogva-summer-2020(native apps only)
Scripts
- Changed all scripts are now using
mediahuis-scripts
Version 1.3.1
React components
- Added
usePortaltoTooltip - Fixed
fonts config hbvl-summer-2020 - Enable
gva-summer-2020in prebuilt
Version 1.3.0
Themes
- Changed
ButtonandIconButtoncolorinchameleon-theme-hbvl-summer-2020 - Added
chameleon-theme-hmc(this is just a trial setup, don’t use this in your code yet)
Version 1.2.2
Themes
- Fixed
woff & woff2inchameleon-theme-hbvl-summer-2020
Version 1.2.1
Version 1.2.0
React components
** Note:** If you are implementing this version on a node-environment, you
have to add jsDom, as described in the peerDependencies.
- Added basic
Table sortingfunctionality - Added
loadingstate toTable - Fixed
inputMaskproblems inTextField & DatePicker - Fixed
AutoComplete's onBlur functionality:don’tt return null on blur. The AutoComplete will now first focus the TextField when you select an item - Fixed
display: contentswarning when using autoprefixer in your project: this functionality is removed and is no longer supported
Tokens
- Changed internal
font-structureto be more independent
Version 1.1.6
React components
- Added
Dialognow supportsdata-testid - Added
tableLayoutprop toTable - Added
ellipsisprop to tableCell inTable - Added
widthprop toTable - Fixed
Tabledoes not crash when passing data with value null anymore - Fixed
Captiondoes not pass size prop to underlying Text component anymore - Fixed
Fieldset's labelProps.fontWeight is now overwritable
Chameleon storybook
- New multibranded
chromaticsetup
Version 1.1.5
React components
- Added iOS icons for the updated
GvAtheme
Version 1.1.4
React components
- Pinned the version of
inputmasktov5.0.3to prevent a breaking change in the third-party package from affecting our products.