Skip to content

Latest commit

 

History

History
122 lines (75 loc) · 5.12 KB

CHANGELOG.md

File metadata and controls

122 lines (75 loc) · 5.12 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.9(2023-06-14)

Features

  • Make measurements dynamic based on font-size (Changed base font-size from 10px to 16px) (341eb39)

2.0.8(2023-07-17)

Features

  • Added No Options found if items passed is an empty array. (31b1865)
  • Added prop showAddOptionWithItems which show add option for search input along with items. Default: false. (31b1865)
  • Added prop removeBorderBetweenItems which removes the border present between the each option in the list. Default: false. (31b1865)
  • Added prop disabled which disables the component. Default: false. (31b1865)
  • Added props showTooltip,tooltipText and tooltipIcon, which enables support for the tooltip in the component label. (31b1865)

2.0.7(2023-06-14)

Bugfixes

  • OTP Copy Paste Support (341eb39)
  • Storybook and Documentation Link change (21d74db)
  • Pagination Bugfixes (4046ee1)

2.0.6(2023-06-14)

Bugfixes

2.0.5(2023-06-05)

Bugfixes

  • Bugfixes for paginaton and dropdown component (55f865f)
  • Minor bugfixes (d8631eb)

Features

  • Table component now customizable to allow users to freeze particular columns and make others scrollable (4e94362)
  • Pagination component now supports a top and bottom type along with configurable sizes (bb1a8ad)

2.0.4(2023-05-04)

Bugfixes

  • Dropdown bugfixes for pagination state updates (19b534)
  • Table event propagation bugfixes (3bcda4b)

2.0.3(2023-04-13)

Bugfixes

  • Pagination type fixes (fb26553)
  • Bugfixes in Button component for disabled states (39a5614)
  • Dropdown bugfixes (0456b45)

2.0.2(2023-03-13)

Features

  • Grid Layout component added(f8d652e)
  • Typography Support added (5f8505e)

Bugfixes

2.0.1 (2023-03-01)

Features

  • Date Picker component added(5621f49)
  • Support for column divider in Table (2305ce0)
  • Support for custom node values in Paginaton (a653eca)
  • Bundle size reduced (c8620e4)

Bugfixes

2.0.0 (2023-02-10)

Features

1.1.1 (2022-12-20)

Features

  • feat: added changelog page in storybook(ff2e7cc)

Bug Fixes

  • fix: styling loading issue fix in drogon (4bd6a61)

1.1.0 (2022-11-29)

Features

  • eslint setup done, fixed lint errors from different files (90488997)
  • treeshaking for cjs and esm

Bug Fixes

  • added name prop in input and tab activeindex fix (baeb131e)
  • some pagination test cases added for increasing coverage
  • z-index added in theme
  • css refactoring - px to rem for all components
  • autocomplete,badge,button,card components px to rm done
  • font size changed to 10px, alert fixed accordingly
  • dropdown,pagination, tabitem fixes
  • common css removed from base file to avoid dublicates
  • link button added, tabItem padding fix
  • fixed placeholder and tooltip issue (65c9b14)