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

Releases: specialdoom/proi-ui

v3.5.0

18 Dec 10:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.0

v3.4.0

11 Dec 12:39
Compare
Choose a tag to compare

3.4.0 (2022-12-11)

Features

  • add open property for Dropdown component (5086526)
  • add bright variant, update neutral variant and, new label property for Pill component (006c8cc)
  • add bright variant, update neutral variant, new label property for Badge component (551bad3)
  • add Dot component #87 (8925121)
  • add small and indeterminate props for Progress component #57 (#83) (4f52330)
  • update neutral variant and add bright variant for Avatar component (12484b0)

v3.3.0

30 Nov 16:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

26 Nov 17:01
26d0af8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.1

23 Nov 20:18
49095a1
Compare
Choose a tag to compare

What's Changed

feat: forward event to component #69
feat: add css property for component #68
feat: dispatch close event on Alert close action #67
refactor: TextInput and Dropdown components with 100$% width #64

Full Changelog: v3.1.0...v3.1.1

v3.1.0

20 Nov 10:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

v3.0.2

12 Sep 13:03
e50e366
Compare
Choose a tag to compare
  • add specific extension to remaining imports

v3.0.1

12 Sep 11:58
87cb69a
Compare
Choose a tag to compare
  • add README.md in lib folder
  • add specific extension for imported files in index.js
  • update docs for Alert component

v3.0.0

11 Sep 07:31
b533cae
Compare
Choose a tag to compare

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 become variant; options are: success, error, warning, info; default variant is success
    • slot is used for alert description
    • title 🆕 prop representing title of alert; required
    • usage: <Alert variant='success' closable> Alert description </Alert>
  • Avatar component
    • type has become variant; options are flame, vivid, mikado, tufts, neutral, pine; default variant is pine
    • title prop has been removed
    • initials 🆕 prop representing initials of avatar
    • usage: <Avatar initials="PI" variant="pine" />
  • Button component
    • type has become variant; options are: primary, secondary and ghost; default variant is primary
    • outlined and small 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 removed
    • error 🆕 prop representing error state of dropdown
    • placeholder 🆕 prop representing placeholder of dropdown
    • removed className and listClassName (: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 become variant; options are success, error, info, warning
    • slice has a new structure {title: 'Title of slice', description: 'Description (optional)', variant: 'success'}

v2.2.3

07 Aug 10:48
4d76b9b
Compare
Choose a tag to compare

📦 Audit packages for main and sub-p