This repository was archived by the owner on Oct 28, 2023. It is now read-only.
Releases: specialdoom/proi-ui
Releases · specialdoom/proi-ui
v2.2.2
v2.2.1
💥 Run npm audit fix
💥 Bumped svelte-highlight from 0.6.2 to 6.0.1
🎨 Update Highlight docs component
v2.2.0
✅Include src
, icons
and dist
folder in the module
v2.0.0
New version with breaking changes v2.0.0
Migrate to version 2.0.0
- import
@specialdoom/proi-ui/dist/proi-ui.css
What's Changed
- theming feature
- class name for some of the components for custom styling
proi-ui-icons
is now a sub package of this package in his specific directory- routing for docs
v2.0.0-alpha.0
New version with breaking changes v2.0.0-alpha.0
Migrate to version 2.0.0-alpha.0
- import
@specialdoom/proi-ui/dist/proi-ui.css
What's Changed
- theming feature
- class name for some of the components for custom styling
proi-ui-icons
is now a sub package of this package in his specific directory- routing for docs
v1.0.0
First stable release of @specialdoom/proi-ui
Migrate to version 1.0.0
- Alert component
status
prop changed totype
prop in v1.0.0- there is no more
squared
prop, the alert is squared by default and only squared
- Avatar component
name
prop changed totitle
prop in v1.0.0title
prop changed todescription
prop in v1.0.0- there is no more
squared
prop, the avatar is rounded only
- Backdrop component
open
prop changed tovisible
prop in v1.0.0
- Button component
status
prop chaned totype
prop in v1.0.0- types are: 'primary', 'secondary' and 'link'
medium
prop changed tosmall
prop in v1.0.0- there is no more
squared
prop, the button is squared by default and only squared
- Checkbox component
- there is no more
value
prop for the checkbox label, the label is used as a slot
- there is no more
- Chip component is now Tag component, see Tag component for more details
- Dropdown component design changes (does not affect previous versions)
- Input component
- there is no more
squared
prop, the input is squared by default and only squared - there is no more
success
prop
- there is no more
- Modal component
- coming with two new components
ModalBody
andModalActions
instead of the named slots show
prop changed tovisible
prop in v1.0.0- new
title
prop for title of the modal
- coming with two new components
- Progress component
- there is no more
height
prop, the progress component has a fixed height in v1.0.0
- there is no more
- Radio
- there is no more
label
prop to display the label for the radio component, label is displayed using slot in v1.0.0
- there is no more
- Spinner
- there is no more
labeled
prop, using existinglabel
prop automatically decides the labeled state of the spinner component
- there is no more