Releases: MiddlePoint-Solutions/yp-ui-library
Releases · MiddlePoint-Solutions/yp-ui-library
v1.3.8
v1.3.7-rc.1
feat: Add Close icon component to the icon library
v1.3.6-rc.1
feat: Add isLoading prop to Button component The Button component now accepts an isLoading prop, which, when set to true, displays a Spinner icon alongside the button text. This feature improves the user experience by indicating that the button action is in progress. Additionally, the package.json version has been updated to 1.3.6.
v1.3.5-rc.1
Add Spinner icon component and update version to 1.3.5 Added Spinner icon component and updated the package version to 1.3.5 in the package.json file. This commit introduces the Spinner icon to the icon library.
v1.3.4-rc.1
Add new SVG icons and components Added ArrowLine, CheckedStroke, and Hourglass SVG icons along with corresponding React components to the icon library. Updated package.json version to 1.3.4.
v1.3.3-rc.2
Add new Checked icon component Added a new Checked icon component with SVG path definitions for a checked symbol. This component can be used for displaying a checked state in the UI.
v1.3.3-rc.1
Added new checked Icon
v1.3.2-rc.1
Update Badge component to include onClick prop and bump version to 1.3.2 Added onClick prop to Badge component for handling click events. Also updated package.json version to 1.3.2.
v1.3.1-rc.1
Fix twMerge conflicting classnames
v1.3.0-rc.1
Added new colors, updated badge variants