Skip to content

Releases: arup-group/arc-components

Accessibility

25 Feb 14:53
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-accessibility component
  • arc-radio component

Updates

  • Added aria-labels to mark important ARC landmarks such as the arc-navbar and the arc-bottombar for improved accessibility.
  • Added a script that allows for easy creation of web-components.
  • Removed the setBasePath and getBasePath methods and replaced them with the import.meta.url object.

This import.meta.url object raises an issue when working with a plain React.js project as React cannot handle this object.
To solve this, React needs a bundler like Webpack.

More on the import.meta.url object can be found on: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta

An example project on how to set this up can be found on: https://github.com/jasperwieringa/arc-react-test

Fixes

  • Updated the behaviour of the way that icons are imported.

Arc SSO

26 Jan 16:31
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-sso component

Updates

  • Added a 'fullscreen' property to display the ArcContainer in fullscreen mode.
  • Added a test for the ArcContainer component to test the 'fullscreen' property.
  • Added the 'user' slot to the ArcNavbar component to display a signed in user.
  • Updated the mediaqueries for the ArcNavbar.
  • Updated the README documentation for TypeScript integration.
  • Updated the ArcDrawer test to test multiple drawer components at once.
  • Updated the Storybook documentation of the ArcContainer component to display the no-padding property.
  • Added a test for the internal modal utility.

Fixes

  • Removed the default home url of the ArcNavbar component. Providing a custom home property will render the logo as an anchor instead.
  • Set a z-index of 1 to the ArcNavbar component to display the box-shadow.
  • Minor fixes to Storybook documentation for multiple components.
  • Updated the role of the ArcDrawer component to satisfy accessibility rules.

Arc Drawer

18 Jan 11:40
747725c
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-drawer component

Bugfixes

11 Jan 13:33
3cfabc0
Compare
Choose a tag to compare

This release contains the following:

ArcDropdown
Fixed some inline properties to style better in the flow of the page and to allow for easier use in the arc-bottombar component.
Fixed the popover update to properly style the dropdown menu while scrolling in the page.

ArcIconButton
Fixed some inline properties to style better in the flow of the page.

ArcNavbar
Added a new css-variable called '--logo-height' that allows for easy manipulation of the size of the custom logo

Added the functionality of the tabs property. Setting this value will now push all arc-icon-button and arc-button components inside of an arc-dropdown component when the (given) tabcount is exceeded.

Arc Dropdown

10 Dec 17:22
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-dropdown component

Fixes

  • set a height of 100% to the name slot within the arc-navbar to allow for better control of the styling

Bundled components

01 Dec 15:57
9ae17f3
Compare
Choose a tag to compare

Fixes

  • ARC now gets exported as a bundle that allows anyone (even without a framework and/or bundler) to use ARC

Minor bugfix

29 Nov 15:14
6ec7623
Compare
Choose a tag to compare

Fixes

  • Importing the arc.js file that is located directly in the dist folder, now gives access to all ARC components
  • Added some more informative documentation to the README file

Arc Menu

26 Nov 16:59
f596c45
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-menu component
  • arc-menu-item component

Utilities

  • noFouc is a method that can be called upon (just like setBasePath) to resolve flash-of-unstyled-content when not using a framework

Fixes

  • height issues within the arc-container component
  • some minor fixes with the sidebar component
  • added a font-face css property to provide out-of-the-box support for the Roboto font(s)

Hotfix

12 Nov 15:04
4db8804
Compare
Choose a tag to compare

This release contains the following:

Fixes

  • Overflow handling within the arc-container

Bottom Bar, IconButton, Spinner

12 Nov 14:15
Compare
Choose a tag to compare

This release contains the following:

Components

  • arc-icon-button
  • arc-bottombar
  • arc-spinner