Releases: ben-ryder/jigsaw
Releases · ben-ryder/jigsaw
v0.25.0
v0.24.0
Adding tooltip component and reverting changes to modal background colour.
✨ New Features
- Adding new
JTooltip
component andtooltip
prop to form elements and label component.
🛠️ Changes
- Reverting modal background colour change made in v0.21.0 so modals are now using the
j-c-background-f1
colour again.
v0.23.0
[email protected]
Removing JAlertDialog
component and refactoring dialog implementation to use HeadlessUI rather than Radix.
This is to allow the modal to be controlled via props and not rely on a trigger element, as some modals may have more than one trigger element or none at all.
🛠️ Changes
⚠️ RemovingJAlertDialog
component and addingrole
prop toJDialog
which can be set toalertdialog
instead.⚠️ RefactoringJDialog
component to use Headless UI dialog component and renaming some props.
v0.21.0
- f9edf81 feat: adding required and disabled styling to form elements
- 2ad215f fix: making hr in prose more legible
- e4430bf feat: fixing text legibility with letter-spacing, removing background f0 and b0 colours
- 63aee70 feat: updating modals to use main background colour not background-f1
- 4a6c370 feat: adding xs icon variant and fixing story information
- 9ee5c14 maint: updating storybook to 8
v0.17.1
Full Changelog: v0.16.0...0.17.1
v0.16.0
v0.15.0
New Features
- #36 - Adding the
JMultiSelect
andJMultiSelectControl
components - Adding new
JTag
component, which is like the existingJBadge
component but has an "x" button - Adding experimental form layout components
Changes and Improvements
- Improving focus styling for buttons and links
⚠️ ChangingJSelect
component to accept a list ofJOptionData
objects to match the API of the new multiselectJBadge
component:⚠️ ChangingJBadge
component props to match API of newJTag
component- Adding the ability to supply custom styles and to add a link to the badge
Chores & Tooling
- Storybook update
- Adding statuses to each component and foundation which shows how stable the thing is for general use