Skip to content

Releases: arup-group/arc-components

v2.3.3

11 Dec 12:15
v2.3.3
2c30f6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

07 Dec 14:17
v2.3.2
e86b765
Compare
Choose a tag to compare

What's Changed

  • fix(drawer): fix drawer react wrapper rendering the incorrect web component by @dominicegginton in #206

Full Changelog: v2.3.1...v2.3.2

v2.3.1

21 Sep 08:33
v2.3.1
85eee4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

30 May 09:48
v2.3.0
8bcd45a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

React Components

08 Nov 16:15
v2.2.0
4907cc0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

Table

29 Jul 09:42
45133dd
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-table component

Updates

  • Added in-depth documentation on using the arc-table component
  • Updated the simple-line-icons to support more icons
  • Added a color-scheme property for native form elements

Fixes

  • Better styling for the horizontal scrollbar

New Components

30 May 09:11
0ac99a6
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-chip component
  • arc-tooltip component

Updates

  • Improved the arc-button component by removing types
  • Customized scrollbars
  • New icons

Fixes

  • Fixed some minor issues with the arc-sso component, where logging in right after logging out was not working due to promises not being finished.
  • Fixed a minor issue with the arc-card component where the height was not properly adjusted to the .card class.

New Components

03 May 12:39
2365e2d
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-switch component
  • arc-avatar component

Updates

  • Updated the arc-radio active state to use the arc-color-info css property
  • Added tests for the internal animate utility, resulting in 100% code coverage for the repo

Image

14 Apr 09:16
a63d70f
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-image component

Updates

  • Added the arc-radio component to the formData object to work with native elements.

Fixes

  • Updated the submit type button to handle native elements correctly by making use of the formData object.

New Components

24 Mar 16:51
eaeb683
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-card component
  • arc-hero component

Updates

  • Auto theme based on the prefers-color-scheme setting of the browser or OS.
  • Updated the color palette.
  • Updated the button states.
  • Updated the accessibility of the arc-navbar component.
  • Updated the accessibility of the arc-sidebar component.
  • Updated the documentation of all components to have more meaningful examples.