Skip to content

Releases: ben-ryder/jigsaw

v0.25.0

20 May 12:47
Compare
Choose a tag to compare

✨ New Features

  • Adding tooltip variant and exposing delay duration

v0.24.0

18 May 16:21
Compare
Choose a tag to compare

Adding tooltip component and reverting changes to modal background colour.

✨ New Features

  • Adding new JTooltip component and tooltip 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

08 May 21:44
Compare
Choose a tag to compare

Adding new medium font weight and text weight variables.

✨ New Features

  • Adding new medium font weight assets for Open Sans.
  • Adding new j-text-weight- CSS variables for easy use of different font weights.

[email protected]

27 Apr 19:22
Compare
Choose a tag to compare

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

  • ⚠️ Removing JAlertDialog component and adding role prop to JDialog which can be set to alertdialog instead.
  • ⚠️ Refactoring JDialog component to use Headless UI dialog component and renaming some props.

v0.21.0

26 Apr 12:36
Compare
Choose a tag to compare
  • 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

28 Dec 13:09
Compare
Choose a tag to compare

Full Changelog: v0.16.0...0.17.1

v0.16.0

28 Sep 20:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

30 Jun 23:34
Compare
Choose a tag to compare

New Features

  • #36 - Adding the JMultiSelect and JMultiSelectControl components
  • Adding new JTag component, which is like the existing JBadge component but has an "x" button
  • Adding experimental form layout components

Changes and Improvements

  • Improving focus styling for buttons and links
  • ⚠️ Changing JSelect component to accept a list of JOptionData objects to match the API of the new multiselect
  • JBadge component:
    • ⚠️ Changing JBadge component props to match API of new JTag 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

v0.14.0

17 Jun 11:40
Compare
Choose a tag to compare

New Features and Improvements

  • #40 - Adding teal colour variant to JIcon component

Bug Fixes

  • #39 - Ensuring that hovering over a form control label doesn't trigger the hover styles

v0.13.0

23 Apr 09:29
Compare
Choose a tag to compare
  • new JTextLink and JButtonGroup components
  • ⚠️ Updating all link elements to use the href prop
  • adding as props to link elements