Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Releases: specialdoom/proi-ui

v2.2.2

01 Jun 12:18
77bcf5b
Compare
Choose a tag to compare

📦 Pack proi-ui.css (fix for #39)

v2.2.1

18 Apr 16:42
77bcf5b
Compare
Choose a tag to compare

💥 Run npm audit fix
💥 Bumped svelte-highlight from 0.6.2 to 6.0.1
🎨 Update Highlight docs component

v2.2.0

01 Jan 07:59
Compare
Choose a tag to compare

✅Include src, icons and dist folder in the module

v2.0.0

07 Nov 14:32
Compare
Choose a tag to compare

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

06 Nov 05:36
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

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

05 Nov 18:39
Compare
Choose a tag to compare

First stable release of @specialdoom/proi-ui

Migrate to version 1.0.0

  • Alert component
    • status prop changed to type 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 to title prop in v1.0.0
    • title prop changed to description prop in v1.0.0
    • there is no more squared prop, the avatar is rounded only
  • Backdrop component
    • open prop changed to visible prop in v1.0.0
  • Button component
    • status prop chaned to type prop in v1.0.0
      • types are: 'primary', 'secondary' and 'link'
    • medium prop changed to small 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
  • 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
  • Modal component
    • coming with two new components ModalBody and ModalActions instead of the named slots
    • show prop changed to visible prop in v1.0.0
    • new title prop for title of the modal
  • Progress component
    • there is no more height prop, the progress component has a fixed height in v1.0.0
  • Radio
    • there is no more label prop to display the label for the radio component, label is displayed using slot in v1.0.0
  • Spinner
    • there is no more labeled prop, using existing label prop automatically decides the labeled state of the spinner component