Change log
1.7.2
02.02.2024
Changes
Components
- Fixed Badge position in Tabs
- Removed required from
onChange
prop in Mmp - Updated Mmp to have a starting value of 1
- Questionnaire
- Fixed styling
- Added
states
prop to handle option states
1.7.1
27.08.2024
Changes
Components
1.7.0
20.08.2024
Changes
Components
- added
value
to Toggle - Questionnaire
- added
initialValues
andinitialNAChecked
- lifted
selectedValues
andsetSelectedValues
up out of the component
- added
1.6.4
12.08.2024
Changes
Components
- added height, width and flex utility classes
- updated Icons docs with sizing
1.6.3
25.07.2024
Changes
Components
- ImageViewer
- Added
onSeek
andseekPosition
props - Added ImageViewer.Timer subcomponent to display the duration and currentTime of the video
- Added
1.6.2
24.07.2024
Changes
Components
- ImageViewer
- Removed
slider
prop - Updated Settings.Button to manage its own state
- Added
icon
prop andbuttonProps
to be passed to internal IconButton - Added duration and current time to the SeekingBar
- Removed
1.6.1
23.07.2024
Changes
Components
- Removed z-index from Badges when used in Tabs
- Added SeekingBar subcomponent to ImageViewer
1.6.0
22.07.2024
Changes
Components
- Added padding back to Card body and added
bodyPadding
prop - Added padding back to Modal body and added
bodyPadding
prop
1.5.0
15.07.2024
Changes
Components
- Added video icon to FileInput
- Removed padding from Card body - to be replaced with Box
- Removed padding from Modal body - to be replaced with Box
- Added new component ImageViewer
- Added keyboard navigation to SidebarItem
- Fixed 0 handling for NumberInput
- Added returnFocus prop to Modal
- FileInput
- Added wrap to action buttons
- Centered child text
- Notification
- Added Notification.Container to manage toasts better
- Updated onCloseButtonClicked, it renders close button when passed
- Updated prop type for Tabs .Tab
label
- now accepts other components such as Badge (see demo https://prototype.eys.katana-design.systems/cases/create/create-essential/1/) - Added
flex
prop to Stack
1.4.0
09.07.2024
Changes
Components
- FileInput
- Added
label
prop - Removed
onUpload
prop - Added
onFilesSelected
prop to handle file selection event - Updated the structure to better handle file previews and actions
- Updated component to trigger
onFilesSelected
when files are selected via file input or drag-and-drop - Removed internal state management of files (currentFiles) and file handling methods (processFiles, deleteFile)
- Simplified
actions
to recieve other components instead of a function - Changed
previews
prop tochildren
instead of a function
- Updated component to trigger
- Updated
hasDescription
to recieve function that gets passed to IconButton
- Added
1.3.1
05.07.2024
Changes
Components
- Fixed height for Datepicker
- Sidebar
- Fixed badge position
- Fixed label length/text-wrap
- Fixed active menu item border radius in Menu
- Modal
- Updated focused styles.
unclosable
passed as true draws focus to inside the modal.
- Updated focused styles.
- Removed
recipient
prop and changed tochildren
for MessageItem - Combobox
- Add focus state
- Remove disabled state while loading data
- Moved loading spinner to right
- Added
filterType
prop for partial search - Added
noResultsMessage
prop
- NumberInput
- Added
defaultValue
prop - Fixed
onChange
to supportvalue=null
- Added
- Fixed focus state for SelectInput
- Added EntityList
- See last Modal example
1.3.0
25.06.2024
Changes
Components
- Fixed padding for Checkbox
- Fixed padding for FormControl
- Added
placement
,autoCloseOnClick
andonMenuDismiss
props to Menu - Fixed focus on increase/decrease buttons for NumberInput
- Fixed onChange setState errors for NumberInput
- Removed invalid date styles for Datepicker
- Added ChatBubble component ChatBubble
- Added MessageItem component MessageItem
- UX Patterns added Chat
- Combobox
- Add disabled, error and loading states
- Add value and onChange props
- Expose open/close methods
1.2.6
12.06.2024
Changes
Components
- Added long click to NumberInput
1.2.5
11.06.2024
Changes
Components
- Updated overflow styles on Grid
- Added
shouldOpenCalendar
prop to Datepicker and improved focus state - Fix
value
andonChange
for NumberInput - Updated
unclosable
prop for Modal
1.2.4
10.06.2024
Changes
Components
- Added Datepicker
- Height fix to Workbench
- Added keyboard events and updated decimalFormat prop NumberInput
- Improved autoplacement of Menu
- Added
unclosable
,onClose
andonDismiss
props to Modal
1.2.3
31.05.2024
Changes
Components
- Added padding to Title to Notification
1.2.2
30.05.2024
Changes
Components
1.2.1
22.05.2024
Changes
Components
- Changed internal state handling on Checkbox
- Fix svg errors for LoadingSpinner
- Fix FormControl styling bugs FormControl
- Added icons to validation and link props
- Added padding to fix focus outlines
1.2.0
14.05.2024
Changes
Components
- Added Questionnaire
- Added Score
- Added Rating
- Added DescriptionList
- Updated Table - by adding sort
Documentation
- UX Patterns added Add and Remove Items in a list
1.1.0
08.05.2024
Changes
Components
- Added Notifications
- Added NumberInput
- Added LoadingSpinner
- Added LoadingSkeleton
- Added Modal
- Added Tabs
- Updated FileInput
Documentation
- UX Patterns added Notifications
- UX Patterns added Loading
1.0.0
18.04.2024
Changes
Components
- Added Avatar
- Added MMP
- Added Radio
- Added Scale
- Added SelectInput
- Added FileInput
- Added Combobox
- Added Menu
- Added Tooltip
- Updated Card
Documentation
- UX Patterns added PageHeader
- UX Patterns added Pagination
0.0.3
Changes
Components
- Added Card
- Added Checkbox
- Added Display
- Added Divider
- Added FormControl
- Added Scale
- Added StepIndicator
- Added TextInput
- Added TextArea
- Added Toggle
Documentation
- Added Display to Typography Documentation
- Updated Colors Documentation
- Added nospace Spacing Documentation
- UX Patterns added Conditional Form
- UX Patterns added Page Header
0.0.2
Changes
Components
- Updated use of enums for variants, and font weights in multiple components
- Added logo to the sidebar
- Styles added to multiple components
Documentation
- All docs formatted and updated
0.0.1
29.02.2024
Changes
Components
- Added Badge
- Added Box
- Added Button
- Added Caption
- Added Heading
- Added IconButton
- Added Paragraph
- Added SectionHeading
- Added Stack
- Added Subheading
- Added Grid
- Added Sidebar
- Added Table
- Added Workbench
Documentation
- Added Colors Documentation
- Added Icons Documentation
- Added Spacing Documentation
Misc
- Initial Setup