Skip to content

Latest commit

 

History

History
140 lines (77 loc) · 9.18 KB

CHANGELOG.md

File metadata and controls

140 lines (77 loc) · 9.18 KB

Changelog

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

1.13.11 (2025-02-21)

Bug Fixes

  • update package dependencies and add todo documentation (57da439)

1.13.10 (2025-02-21)

Bug Fixes

  • update rollup configuration to include Tailwind CSS and autoprefixer for improved styling (6914e6e)

1.13.9 (2025-02-21)

Bug Fixes

  • add disabled prop and update background color in GroupPeoplePicker component (1d315d1)

1.13.8 (2025-02-20)

Bug Fixes

  • update background color for disabled state in Autocomplete, Dropdown, and PeoplePicker components (e48ea6e)

1.13.7 (2025-02-20)

Bug Fixes

  • add disabled prop to CustomAutocomplete component (fce1fa3)
  • reorder and consolidate exports in index.ts for better organization (eb5b7f1)

1.13.6 (2025-02-20)

Bug Fixes

  • update version to 1.13.5 and enhance Autocomplete component to support disabled state (43b4b67)

1.13.4 (2025-02-20)

Bug Fixes

  • improve TextField styling in Dropdown component based on disabled state (4031b84)
  • update release script to push to origin main explicitly (15d4d9a)

1.13.3 (2025-02-20)

1.13.2 (2025-02-20)

1.13.1 (2025-02-19)

1.13.0 (2025-02-19)

Features

  • enhance CustomDrawer component to support dynamic sizes (30db683)

1.12.3 (2025-02-19)

1.12.2 (2025-02-19)

1.12.1 (2025-02-19)

1.12.0 (2025-02-19)

Features

  • add GroupPeoplePicker component for enhanced user selection (91a086f)

1.11.0 (2025-02-19)

Features

  • add disabled prop to PeoplePicker component (faa3b97)
  • add push script to package.json for streamlined release process (e95b107)
  • readme updated (d136b74)
  • readme updated (ba779eb)

1.9.1 (2025-01-23)

1.9.0 (2025-01-23)

Features

Bug Fixes

  • build was missing to publish on npm (c6a44c7)
  • changed people picker newvalue to value bcz ts conflict (e903805)
  • disablePortal causing the issue of dropdown option below table cell was coming (286d014)
  • missing id field in types of peoplepicker (7db3c26)
  • removed use client (0539016)
  • removed use client from components (e5aedae)

1.6.3 (2025-01-20)

1.5.0 (2024-12-26)

Features

Bug Fixes