Fixed Modal not closing on Escape when nested overlays are present.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Fixes
fix(modal): check nested overlays before closing on Escape (489071cf2)
4.30.2 (2026-09-22)
Highlights
Accessibility fixes for Select’s disabled trigger focusability and Label’s screen reader positioning.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Fixes
fix(select): keep disabled trigger focusable via aria-disabled (59c383a92)
fix(label): update position for screen reader label (cf1087561)
4.30.1 (2026-09-09)
Highlights
Added a portal selector for scoped CSS support.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Improvements
style(scoped-css): add portal selector for scoped css (e6966cbf8)
4.30.0 (2026-09-07)
Highlights
Accessibility improvements to Table menu options and Modal overlay behaviour, alongside a new single-click dragging option for Table columns.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
feat(table): add a11y attributes in table menu options (654970e5f)
feat(modal): update overlay behaviour for a11y fix (04eac7e1c)
feat(table): add single click dragging movement option (d31e4b2de)
4.29.0 (2026-09-03)
Highlights
Continued accessibility hardening across Grid, Dropdown, Chip, Table, and AvatarSelection components.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
feat(avatarSelection): add aria attribute for avatar count (84566d6c9)
feat(avatarSelection): add aria attribute for search empty state (e488d63a1)
Fixes
fix(story): remove redundant textarea from card (253ca9f7a)
fix(table): add aria attr in draggable dropdown (de2c74a7c)
fix(table): add aria attributes in draggable dropdown in table (5e4de718a)
fix(chip): update role for chip component (f46b0e12c)
fix(dropdown): update option wrapper from label in dropdwon option (780763526)
fix(grid): update keyboard interaction for reorder cell (f95b5c40c)
4.28.0 (2026-09-02)
Highlights
Broad accessibility sweep adding ARIA, keyboard, and screen-reader support across Tooltip, Calendar, Avatar, AvatarGroup, TabsWrapper, Grid, Table, and Select, alongside an updated color design tokens mapping.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
feat(color): update color design tokens mapping (f3b2f370e)
feat(tabsWrapper): add a11y support in tabs wrapper component (332a43265)
feat(avatarGroup): add label for count avatar (e9f7613c0)
feat(avatarGroup): add expanded aria attr support (9c61a3e20)
feat(tooltip): add a11y in tooltip component (73a7f095b)
feat(saraSparkle): add a11y default alt attribute (aee983e14)
feat(calendar): add aria attributes for calendar component (5763950bf)
feat(avatar): add keyboard handler in avatar group (39c75471a)
feat(grid): add screen reader element in grid component (6718f6252)
Fixes
fix(table): add visible tooltip label to select-all checkbox (c0fcf53a1)
fix(table): update a11y for table pagination (7b50f1625)
fix(grid): add keyboard access to scrollable region (6db5196f7)
fix(select): avoid using interactive nested element in select trigger (50da2eb3b)
Support for scoped CSS, letting consumers isolate design-system styles from the host application’s global stylesheet.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Improvements
style(css): add support for scoped css (fcedea2d5)
4.27.0 (2026-08-04)
Highlights
Full keyboard navigation in the Calendar component, plus a broad sweep of ARIA and semantic-structure fixes across Dropdown, Select, Table, HorizontalNav, and Icon.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
feat(calendar): add keyboard navigation in calendar component (d548c7824)
Fixes
fix(dropdown): add a11y attribute in dropdown component (36213a930)
fix(horizontalNav): fix a11y list structure of nav items (5f0a26b6e)
fix(table): update a11y attributes in draggable dropdown (2d782a127)
fix(icon): add aria attributes for decorative icon (6984f1d93)
fix(table): update target size of resize drag element (5b7ba50e5)
fix(select): add aria attributes in select component (4a61bbe25)
Broad accessibility improvements across form patterns, Dropdown, Grid, Icon, Select, and VerticalNav — screen-reader announcements, associated labels, and consistent autocomplete handling.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Fixes
fix(a11y): form pattern stories — headings, labels & autocomplete (0828d520c)
fix(Dropdown): hide decorative option icons from screen readers (2a86cabe7)
fix(StepperForm): add persistent format hint for Prefix input (52f992a52)
fix(Forms): add placeholder to Stepper regex textarea (90d697b3b)
fix(Dropdown): wire Time label in Date And Time Picker story (90d270792)
fix(TimePeriodForm): reflow Region and Organization selects at 320px (9e8845c3f)
fix(avatar): udpate accessibility props in avatar selection component (86c9f88ae)
fix(Icon): announce aria-label instead of icon name (role=img) (77d3829d9)
Fixed the ordering of PopoverOption props in DatePicker for correct behavior. (079368248)
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Fixes
fix(datepicker): update the order of popoveroption props (079368248)
4.25.0 (2026-05-19)
Highlights
Added responsive behavior to PageHeader and DatePicker patterns; improved Table interactions and refined a11y across Chip, Input, and Header components.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
feat(table): update dropdown single click dragging movement in table component (da364d866)
feat(pageheader): add responsive behavior for pageheader component (3a95c6c3e)
Fixes
fix(input): update alignment of input clear icon (7f85ab1e3)
fix(chip): update a11y role for chip component (3f943673f)
feat(calendar): add tooltip and aria-label for prev/next navigation button (fbc21902c)
feat(segmentedControl): add aria attributes for accessibility (a3897b589)
feat(chipGroup): add a11y sttribute to chip component (e0631a7c4)
feat(toast): add aria attributes for accessibility (2732dd33a)
feat(progressRing): add aria attributes for accessibility (e3df442ff)
feat(progressBar): add aria attributes for accessibility (e2fe2ca21)
feat(message): add aria attributes for accessibility (bd78b15d0)
feat(editableInput): add aria attribute in editable input component (f407ff3d7)
feat(grid): add keyboard navigation support for accessibility (10ccb6af6)
feat(verticalNav): add aria attributes for accessibility (0e4d33d91)
feat(table): add aria attributes and keyboard a11y support in grid and table (5b073d599)
feat(grid): add aria attributes in grid component (d7db67be2)
feat: add windows high contrast mode support in component (ecf0cff4d)
feat(chatInput): add wcag a11y support in chatInput component (d2f63c7e1)
Fixes
fix(table): update id for checkboxes (f41eba735)
fix(spacekey): update keyboard events with space key utility (c718e9ea5)
fix(link): update disabled state (3b273ba1b)
fix(inputMask): update id attribute conflict in inputmask component (204d332e4)
fix(avatar): update role attribute for correct accessibility (3a06fe0ec)
fix(grid): fix whitespace issue is grid cell (f3499e85d)
fix(TimePicker): set 320px default width, 256px min-width, and wrap options text (104f60e32)
fix(Listbox): adjust position of selected and activated items in tight layout (04fec3ddd)
fix(MultiSlider): remove misleading role=“button” from track and tick labels (6c2bf7185)
fix(MetricInput): resolve WCAG 2.2 AA a11y issues (ad75c0f57)
fix(VerificationCodeInput): prevent shared aria-label from overwriting per-digit labels (ae425fc5a)
fix(Input): forward aria-labelledby and honour consumer tabIndex (a7478ed1e)
fix(TextField): associate label with control and link helpText via aria-describedby (00b2444f7)
fix(InputMask): associate helpText/caption with input via aria-describedby (dc75c3dde)
fix(Radio): stable id, aria-label/labelledby/describedby, helpText association (5257f7665)
fix(Textarea): correct htmlFor/id pairing and aria-labelledby tokens in Size story (075b2303a)
Improvements
style(tokens): update semantic colors and ramps (d615dde03)
style(aicolor): update gradients and sara sparkle stroke (517554db8)
fix(contributors): update profile information (44bed37ec)
4.23.0 (2026-04-10)
Highlights
Extended WCAG 2.2 AA accessibility coverage across Dropdown, ChipInput, Input, Navigation, Editable, Listbox, Radio, Calendar, Select, Combobox, and Menu with comprehensive keyboard accessibility and ARIA attributes;
introduced jest-axe testing tool for automated accessibility validation.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
feat: add jest-axe testing tool for wcag accessibility (cf86684b8)
feat(Sidesheet, Modal): add aria-label to close button for accessibility (8566c13be)
feat(Dropdown): enhance Dropdown Accessibility and Visual Feedback (cc553f989)
feat(input): add clearButtonAriaLabel prop and related tests (0a457efa5)
feat(navigation): enhance accessibility with aria attributes and improve footer button accessibility (50bea9370)
feat(editable): keyboard axe for Editable family (a935362e5)
feat(listbox): add visual indicator for selected items (92c7e6662)
feat(radio): add accessibility warnings and aria attributes for Radio component (47c9f5862)
feat(a11y): add a11y prop table for ChoiceList, Select, and Segmented Control components (82b08dc62)
feat(Calendar): add a11y support in Calendar component (b2ec1a0d4)
feat(colors): introduced primitive color scale tokens.
Extended WCAG 2.2 AA accessibility coverage across Table, FileList, Breadcrumbs, Pagination, ProgressRing, Modal, Calendar, Tooltip, Slider, and Avatar;
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
feat(Table): add aria-labels to column filter and menu icon buttons (e56f9a4d6)
feat(fileList): enhance accessibility with aria-labels for file items (fd42fdbab)
feat(breadcrumbs): enhance accessibility by adding aria-labels and changing div to nav (293c1be80)
feat(pagination): add aria-labels for accessibility on pagination buttons (0e3897481)
feat(progressRing): add accessibility attributes for progress indication (5169b0b8e)
feat(modal): add aria-label for close button to improve accessibility (66f22a52a)
fix(InputMask): fixes issue with fast input (4d1f8330)
fix(switch): add styling for hover and active state (3a54a934)
Button re-rendering issue is fixed, which was sometimes causing button to be clicked twice. (6b46d66f)
FileList truncates long file names now. (0c2a07b6)
Breadcrumbs separator color updated. (5b88f5c5)
Fixed loader issue when Table has nested rows. (f41f7f96)
Improvements
Added transitions to fullscreenModal component (98cac857)
Selected state for a disabled chips is now visible (c619c571)
Documentation
Example for custom header in sidesheet added (edc300cc)
Input examples (stories) are interactive now (ead16746)
add npm ci command to use package.lock freezed versions on CI environments on github actions (621d0934)
updates versions of dev dependencies for security issues (3c3d5288)
adds manual release workflow (e31559d3)
2.6.0 (2021-12-09)
Highlights
Calender exposes onHover events on date month and year values (bcaa4aed)
New component Divider is added (7dc6034d)
Library is now compatible with Node version 14.x LTS (33c736fd)
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
Datepicker has example for date presets for date selections (d1a0f30c)
Switch and Button components are new accessible (AA) (1b64c361)
Calender exposes onHover events on date month and year values (bcaa4aed)
New component Divider is added (7dc6034d)
Fixes
Navigation center alignment bug is fixed in Pageheader component (c6c08ba4)
Chip component’s pointer style is fixed for hovering (01f2f9fc)
Design of Calendar component is improved (e4ea85df)
Options with checkbox in dropdown can have truncated text now. (c4e8f3a3)
Text height of InlineMessage is corrected. (00bbd7e6)
Table search results going blank is now fixed. (d2a96002)
Table cell can render and position the dropdown inside properly. (3dea79b4)
Improvements
Library is now compatible with Node version 14.x LTS (33c736fd)
Accessibility linting plugin is added. (6fbb5883)
Documentation
NA
2.5.0 (2021-10-25)
Highlights
A now component ChoiceList is added to use group of check box or radio inputs to work as a choice selector (2d9bb1ed)
Calendar and DatePicker has new design and features for today date selection now. (7c3df346)
All existing contributors are added to Readme, an option to create request for getting added as contributor and documentation for the same is added. (07db26e9)
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
A now component ChoiceList is added to use group of check box or radio inputs to work as a choice selector (2d9bb1ed)
New helper classes for applying border or removing border of an element are added. (7675c8b3)
Calendar and DatePicker has new design and features for today date selection now. (7c3df346)
EmptyState component now supports inline SVG image. (863d69b0)
Added previous and next month dates in current month’s date in Calendar Component (4fe810bf)
Fixes
fix(button.css): fix active state in transparent button (1c499f0d)
fix(nestedtable): fix expand and collapse button issue (be69d5e5)
Issue in scrolling horizontally on a Table body not scrolled table header is resolved. (e71ea1c2)
Icons on Table header and column menu to sort the table are now pointed in correct directions. (718a1a37)
DateRangePicker pattern example now uses selection cheap in stead of radios for pre defined date range selections. (a1d0ee53)
Table/Grid horizontal scrolling issue is fixed. (a6949715)
Modal is now vertically centered and can have flexible heights. (ef6072a7)
Dropzone icon is visible now when we bring mouse to drop file over it. (5ba93be9)
Fixes the table header scroll when table body scroll (502cb1d1)
Fixes the Tabs Component rendering issue with checking children component type (8525a4e7)
Fixes the Datepicker snapshot which was getting updated as date changes (c001e925)
Improvements
Improved test coverage to cover more than 92% of the code base.
Documentation
FileUploader component example is now more interactive (509a9053)
Navigation is more structured on story book for css and other utilities (56999d6b)
Message component example improved for versatile use-cases. (16fe6be6)
Readme is structured and updated for easy to access the required information (7d9c262d)
All existing contributors are added to Readme, an option to create request for getting added as contributor and documentation for the same is added. (07db26e9)
Guideline for branch naming convention added. (1ef3cd96)
2.4.0 (2021-09-22)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
Automated the process of types bundling (21f435b0)
A new InlineMessage Component has been added (f852b2a8)
Added the events indicator on given date in Calendar Component (4714efa2)
A Chip has been added to Datepicker Component to select today’s date (ee9e47e0)
Tooltip in Icon Button Component has been added (f9f14233)
Fixes
Removes the events type Array from Calendar Component (41abf4ef)
zIndex for Backdrop Component has been fixed (055edb09)
Border radius of Card Component has been fixed (c113a568)
New Stories has been added to EmptyState Component and updated the existing story (af83ea74)
Height of the Input field has been fixed when focus in EditableChipInput Component (bbb4f256)
Improvements
Added test cases for InputMask Component (e0f37b99)
Added test cases for FileList Component (b36a44f1)
Added test cases for Dropdown Component options and loading state (1cb98e93)
Documentation
NA
2.3.0 (2021-09-10)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
Improve padding of close button in overlays header (4d4965b9)
Fixes nested rows losing their open state in grid (aed5b032)
Improvements
Adds test cases for FileUploaderComponent (5604656c)
Adds test cases for TimePicker component (4e776a46)
Adds test cases for ChatMessage Component (0443446c)
Adds test cases for slider component (fa82992a)
Adds test cases for DateRangePicker component (8c5abb26)
Documentation
Embeds rich text editor storybook (f3a469da)
2.3.0-2 (2021-25-10)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
Adds Close on Escape Keypress feature in Overlays (c2904387)
Fixes
Fixes arrow click event argument in MetricInput (e4cf0bc5)
Adds default state delete functionality in EditableChipInput (3a8415f7)
Fixes done button and adds support for uncontrolled EditableChipInput (16a844be)
Fixes done button and adds support for uncontrolled EditableInput (f0de36cd)
Fixes onChange callback in InputMask (I18e111ce)
Removes margin bottom from modal body when there is no footer (7470a273)
Fixes nested row card border in Grid (132d0903)
Improvements
feat(Checkbox): Adds helptext in checkbox (1d41c6cc)
feat(Radio): Adds helptext in radio (fc886989)
Test(MetaList): Adds test cases for MetaList component (5023743f)
Documentation
Adds more content to scrolling modal story (c43c8fea)
2.3.0-1 (2021-08-10)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
Improves Tabs API for custom tab (8018e724)
Fixes
Adds type button to all components using Button component (7be54df8)
Removes action Icon when input field is disabled (deeb1e1c)
Improvements
Adds not-allowed cursor in stepper for disabled step (a11a3dce)
Documentation
NA
2.3.0-0 (2021-08-10)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
Fixes missing file icon in FileList (920e5c42)
Fixes disabled state in DatePicker (1826c560)
Improvements
Adds radio’s css for hover and active state (a025c7d4)
Documentation
Adds stepper stories (7274e111)
2.2.0-2 (2021-07-14)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
Fixed table last page navigation and remember last page feature (e74cd502)
Improvements
NA
Documentation
NA
2.2.0-1 (2021-07-12)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
updates material icons font files. (4f5fd6b7)
fixes % width issue in overlays. (c1a4997d)
adds support for string for cellType: ICON (c153e3e6)
fixes width percent issue on initial render (fe12266d)
fixes hover state for disabled tabs. (85117ede)
Improvements
adds test for chip and chipGroup components (5f4e4e8c)
removes extra wrappers. (ab105189)
adds button type to dropdown with apply button. (28aa3fda)
adds focus state for tabs. (2365dc2e)
sets Tabs withSeparator default to true. (27e22655)
Uglify, brotli and gzip compression added. (101d71a6)
adds Date.now mock. (2644524c)
adds context api (ec94884f)
Documentation
adds stories to modal component (c12a633a)
fixes responsiveness story of pageheader component. (912a2246)
update guidelines for writing stories and patterns of components. (96159ad2)
2.2.0-0 (2021-07-01)
Highlights
New component EditableChipInput added. (18d702a7)
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
New component EditableChipInput added. (18d702a7)
Fixes
Adds width and height property to checkbox in unchecked state. (c2561f34)
fixes GridBody scrollTop issue on unmount. (766b5686)
updates pagination component according to design. (601c3a47)
fixes expanded state on initial render of Collapsible component. (e2967a7b)
fixes single line case for width greater than 240px in ChipInput. (92a37b6f)
fixes slider tooltip to move with pointer in Slider component. (f1698ff3)
fixes label onClick handling of MultiSlider component (ff4af117)
Updates DS-_ to Design-System-_ as data-test attribute value in components. (6956653e)
fixes label inside tooltip to show custom label in Slider component (5ff6f838)
Layout patterns styling and layout fixed. (e3b52908)
Button Spinner loading state fixed. (bd8d9436)
Show More button added in code preview panel. (134ef48a)
Improvements
skip feature for a step is addded in Stepper component (d4b775db)
now Modal, Sidesheet and FullScreenModal components have uniform APIs (2c25d036)
updated test cases for overlayheader, modal, sidesheet, EmptyState, Row, Column components.
removes width: 100% and updates flex in Row component. (875564e7)
adds box-shadow to focus state of Input component. (93b6356d)
adds width 100% to MetricInput component. (267b2ad7)
Bottom border radius added for tabs. (905e09b0)
Cursor not allowed added for disabled tab component state. (716ed6c5)
Documentation
Updates stories of Table, PageHeader, Input components.
adds placeholder story for Loaders component. (c8622a2e)
updates the appearance variant story of Icon component. (42f654d9)
adds pattern, disabled and error state stories for VerificationInput component. (bb8ea8cd)
2.1.3 (2021-06-10)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
Adds width and height to checkbox in unchecked state. (c2561f34)
Improvements
NA
Documentation
NA
2.1.2 (2021-05-26)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
downgrades js-beautify to v1.10.3 for supporting node 8.x (d0c0206b)
Improvements
NA
Documentation
Fixes Alignment and Group stories for Checkbox component. (37d2412e)
Fixes width of overflow story for Radio component. (5c632a2d)
2.1.1 (2021-05-26)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
downgrades js-beautify to v1.10.3 for supporting node 8.x (a540fb95)
Improvements
NA
Documentation
NA
2.1.0 (2021-05-26)
Highlights
New component for tag based input is added as ChipInput. (dddcefb0)
Atomic components support all native HTML attributes as props now. (917918b9)
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
Grid component can now preserve previous page scroll position. (98aa9085)
Atomic components support all native HTML attributes as props now. (917918b9)
New component for tag based input is added as ChipInput. (dddcefb0)
Fixes
Click event on disabled options of Dropdown component is fixed. (8e58516b)
Row component includes flex-grow in its style properties. (20645578)
Scrolling on body is now restored after un-mounting of Backdrop component. (60274751)
Next button in forms pattern is fixed. (93947e39)
upgrades @actions/core version from 1.2.6 to 1.2.7 (55bbe718)
upgrades js-beautify version from 1.10.3 to 1.13.13 (a9d2413d)
Loading state is fixed for searching in Dropdown. (7543c883)
Loading state is fixed for searching in Table. (715c0483)
Fixed story path for Dialog. (4785c838)
Improvements
FileUploaderItem component now uses icon button in stead of Icon component for actions. (12cff689)
Tabs component now have some more states for hovering over. (ac05ee66)
Margin between inputs of VerificationCodeInput component is updated. (c835e770)
Opacity in Message component as design improvement is added. (1b707bef)
Documentation
Updates Pagination component stories. (e132ebfc)
Updates Tabs component stories. (4774231e)
Updates Popover component stories. (24db67d9)
Updates Checkbox component stories. (24753996)
Updates Radio component stories. (8b30b313)
Updates highlight story of Card component. (c8a2fd84)
2.1.0-0 (2021-05-07)
Highlights
New components added to library for metric values input and verification code input, namely VerificationCodeInput and MetricInput.
Enzyme testing library is removed from project, now our test cases are using react-testing-library and jest only.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
Adds new component VerificationCodeInput for verification code input. (6ec9218a)
Adds new component MetricInput for verification code input. (5632589d)
Fixes
Radio component css issue fixed. (b9049771)
Checkbox component css issue fixed. (d5036517)
Sorting of story titles in left navigation menu on storybook fixed for parent level menus. (d10d451e)
Enzyme is completely removed from library and snapshots are updated accordingly. (d511f73c)
Improvements
Text component’s subtle variant color updated. (32d2fe9c)
Button component’s button size for large icons updated. (65b100c2)
Documentation
Stories of VerticalNav component updated according to updated documentation and features. (87c5955e)
Stories of Dropdown component updated according to updated documentation and features. (70329569)
Stories of Toast component updated according to updated documentation and features. (b9e20b78)
Stories of Switch component updated according to updated documentation and features. (c66e5e55)
2.0.0 (2021-04-28)
Highlights
Released 2.x of design system components.
Support for storybook 6.
Ability to edit component usage example on code sandbox on one click.
Embed mode for minimal story embedding.
New components introduced like Collapsible, CardHeader, CardBody, CardSubdued, CardFooter.
Improved api design and features of navigation components.
Calendar supports different sizes now.
Manual changelog creation and review process.
Separate library for charts, removed charts from components library.
Breaking changes
Recharts is removed from dependency and DonutChart component is removed from library. (adef7f46)
Migration guide
For DonutChart (if you are using) install the library @innovaccer/charts and import the component from it like import { DonutChart } from @innovaccer/charts.
Features
Adds HorizontalNav and VerticalNav as new components. (a5c02f61)
New components to support Card component, CardHeader, CardBody, CardFooter and CardSubdued are added. (1dbae2f1)
Fixes
Fixes scroll issue in List component. (c7f11e5f)
Fixes Label component’s line-height. (4e33460b)
Removes redundant wrapper div from Textarea component. (18d60c48)
In Message component support for actions is added and component is redesigned according to new design. Also support for description prop is added and children is deprecated. (63c22d1e)
In Label component ability to show optional hint as ‘Optional’ is added. (38ef846b)
Documentation
Updates Button component stories. (91920acd)
v2.0.0-5 (2021-04-14)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
Minor issues with liveEditor in DocPage are fixed. (007486c3)
Updates sizing for small variant of Calendar component. (67f00da9)
Improvements
NA
Documentation
NA
v2.0.0-4 (2021-04-08)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
Fixes issue in updating horizontal scroll of Grid (Table). (35f44c96)
Improvements
Updates header label of Table component. (9d42ab1a)
Adds react-dynamic-virtual-scroll library in table to improve scrolling. (1b721f6d)
Documentation
NA
v2.0.0-3 (2021-04-02)
Highlights
Calendar available in different sizes.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
Introduced different sizes in Calendar component, now Calendar component sizes can be controlled by prop exposed for the same. (55f4207e)
In DocPage ability to hide and show code on button click is added and feature to keep code panel expanded by default in embed mode is added. (ded41856)
Fixes
In Breadcrumbs component Link component is used and removed old local subtleLink component. (e866178f)
Scroll inside Collapsible panel component is fixed. (ded41856)
classnames library version 2.2.6 is frozen to avoid unwanted updates and breaks. (ded41856)
Improvements
NA
Documentation
NA
v2.0.0-2 (2021-03-31)
Highlights
New component: Collapsible
Ability to edit and preview components directly in codeSandbox on single click.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
Introduced noSandbox prop in story’s docPage parameter to disable edit in code sandbox feature for specific story. (073dc0e8)
new component Collapsible is added. (90c3a954)
adds codeSandbox integration in docs page story preview. (0cdcbb33)
Fixes
Calendar component added to library build. (e3bb7dab)
Fixes FullscreenModal’s header for close button alignment. (7d269b8a)
Updates html code indentation used in code sandbox. (eedd4bd6)
Adds import generator to generate component imports for show code and edit in codeSandbox source codes. (becf40a3)
Updates configs to support Story book version 6. (be41707e)
updates titles of all stories to support SB6. (dd072353)
update title of page to be as of story title, enables args table tab. (c3ce929d)
Support for month nav is fixed in Calendar component. (7cacd5bd)
Improvements
NA
Documentation
Updates Button component stories. (5f8b8a9f)
v2.0.0-1 (2021-03-24)
Highlights
NA
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
NA
Fixes
Fixes Layout (ROW, Column) components styling according to bootstrap css. (6fa16085)
Improvements
Removes all stories rendering from doc page of a single component and adds show and hide feature for source code of story on docPage. (9d4d216d)
Documentation
NA
v2.0.0-0 (2021-03-19)
Highlights
Support for storybook 6 added.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
upgrades storybook to 6.x, and all its dependencies to supported versions. (de09643a)
Fixes Badge component styling. (4d77d53f)
Fixes
NA
Improvements
Updates default style for Column component. (2c0b07c8)
Adds size and appearance support in Link component. (3b6eee89)
Adds support for count in horizontal navigation. (5a930857)