This repository was archived by the owner on Oct 28, 2023. It is now read-only.
Releases: specialdoom/proi-ui
Releases · specialdoom/proi-ui
v3.5.0
What's Changed
- feat: add
PasswordInput
component by @specialdoom in #89
Full Changelog: v3.4.0...v3.5.0
v3.4.0
3.4.0 (2022-12-11)
Features
- add
open
property for Dropdown component (5086526) - add
bright
variant, updateneutral
variant and, newlabel
property forPill
component (006c8cc) - add
bright
variant, updateneutral
variant, newlabel
property forBadge
component (551bad3) - add
Dot
component #87 (8925121) - add
small
andindeterminate
props for Progress component #57 (#83) (4f52330) - update
neutral
variant and addbright
variant forAvatar
component (12484b0)
v3.3.0
What's Changed
- chore: add unit testing approach, configuration and structure #74 by @specialdoom in #76
- feat: add
error
property forCheckbox
,Radio
andSwitch
components #56 by @specialdoom in #77 - feat: add
danger
variant for Button component #65 by @specialdoom in #78 - feat: add
inline
variant forFormItem
component #66 by @specialdoom in #79 - tech: upgrade histoire to latest version #75 by @specialdoom in #80
- tech: bump version by @specialdoom in #81
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- tech: conventional commits, commitlint, publish action by @specialdoom in #71
- feat: add
Textarea
component #63 by @specialdoom in #72 - chore: multiple issues solved by @specialdoom in #73
Full Changelog: v3.1.1...v3.2.0
v3.1.1
v3.1.0
What's Changed
- docs: histoire integration #53 by @specialdoom in #54
- chore: solving multiple issues by @specialdoom in #62
Full Changelog: v3.0.2...v3.1.0
v3.0.2
- add specific extension to remaining imports
v3.0.1
- add README.md in lib folder
- add specific extension for imported files in
index.js
- update docs for Alert component
v3.0.0
v3.0.0 changes
- new components: Tabs, FormItem, Switch, TextInput (replacing Input), Badges & Pills (replacing Tag), 4 default Avatars (Lauren, Tim, Nikita, Leo)
- typescript support
- using sveltekit library mode`
Migrate to version 3.0.0
- import
@specialdoom/proi-ui/variables.css
for styling - Alert component
type
has becomevariant
; options are:success
,error
,warning
,info
; default variant issuccess
slot
is used for alert descriptiontitle
🆕 prop representing title of alert; required- usage:
<Alert variant='success' closable> Alert description </Alert>
- Avatar component
type
has becomevariant
; options areflame
,vivid
,mikado
,tufts
,neutral
,pine
; default variant ispine
title
prop has been removedinitials
🆕 prop representing initials of avatar- usage:
<Avatar initials="PI" variant="pine" />
- Button component
type
has becomevariant
; options are:primary
,secondary
andghost
; default variant isprimary
outlined
andsmall
props has been removed;small
props will be addded in future changes regarding v3
- Modal component (:wastebasket:) has been removed and replaced with Dialog component
- Dropdown component
title
prop has been removederror
🆕 prop representing error state of dropdownplaceholder
🆕 prop representing placeholder of dropdown- removed
className
andlistClassName
(:wastebasket:); will be added in future changes regarding v3
- Input component has been removed
- Progress component
className
prop has been removed; will be added in future changes regardin v3
- Spinner component
small
props has been removed
- Tag component has been removed
- Toast component and toaster
type
props has becomevariant
; options aresuccess
,error
,info
,warning
- slice has a new structure
{title: 'Title of slice', description: 'Description (optional)', variant: 'success'}
v2.2.3
📦 Audit packages for main and sub-p