This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
Releases: PaackEng/paack-ui
Releases · PaackEng/paack-ui
7.20.0
- Add new icons:
arrowShapeUp
andcircle
.
7.19.3
- Drop of dead code that leads to performance and size improvements.
7.16.0 ~ 7.19.2
- Add
UI.Table
's paginator; - Allow changing the direction
UI.Menu
opens; - Add new icons:
calendar
,currencyNote
,emailFill
,emailOutline
,firstPage
,keys
,lastPage
,notes
,personRemove
,personsNotApplicable
,report
andreset
.
7.15.0
- Add European-Portuguese translations;
- Translate the date-picker;
7.14.0
- Allow disabling future/past days in the date-picker.
7.13.0
- Introduce the date-picker component.
7.12.0
- Add
Button.withId
.
7.11.0
7.9.0
- Add outlined badge;
- Add icons to badges;
- Add "switchedOn" to button styles.
Thanks @sufiyanyusuf for those new features!
7.6.0
Changes since 7.3.0:
7.4.0
- Update Badge;
- Added inline option for Alerts;
- Enhancing LoadingView spinner;
- Add actions to tabs;
- Expose DateInput module.
7.5.0
- Add lots of new icons;
- Add legacy-transition menu style.
7.6.0
- Add selection tiles component;
- Update some radio docs.
7.3.0
Changes since 6.9.0:
7.0.0
- Adds
Focus.withOnEnter
; - Adds
Icon.insert
; - Adds generic colors to Palette;
- Merge V2 components;
- Make Paginator and Focus opaque types;
- Rename "Effect" to "Effects";
- Rename a lot of stuff from "NavigatorContainer";
- Rename Radio's sizes;
- Change Palette typing to be used as decoratos;
- Drop Layouts;
- Drop ListView and SummaryItem;
- Drop
Button.success
.
7.0.1
TextField:
- Ignore empty errors.
Button:
- Adjust icon size;
- Adjust labeled icon layout;
- Adjust colors.
7.1.0
- Publish missing
UI.Document.modelUpdateWithoutPerform
; - Update README;
- Bump version.
7.3.0
- Add
success
icon; - Add dropdown's
withItemToPrompt
,withListWidth
, andwithListAlignedRight
.
6.9.0
6.8.1
Changes since 6.8.0:
- Show error message underneath TextField if it applies.
6.8.0
6.3.0
Changes since 3.5.2:
- Update radio buttons to match design system;
- Update checkboxes to match design system;
- Improve accessibility of buttons;
- Implements new color palette;
- Adjust old color palette to use new colors;
- Add
UI.Nav.stateUpdateWithoutPerform
; - Implements
UI.Filter
; - Adjusts table filters to re-use new
UI.Fitler
; - Allow sorting table columns with other comparers.