Skip to content

Releases: vigetlabs/ars-arsenal

Version 3.4.0

31 Jan 20:26
Compare
Choose a tag to compare
  • Add failure state when data for an image can not be loaded
  • Add clear button to selected state
  • Updates to UI to support more compact usage
  • Improved gallery focus styles
  • Inlined icons

Add failure state when data for an image can not be loaded

We found it annoying that fetching data for a selection could fail, but there was no visual indication that this occurred. To remedy that, we've added a failure state when information for a photo can not be loaded:

image

Add clear button to selected state

It was frustrating that there was no obvious cue to clear a selection, so we've added one to the selected state:

image

Updates to UI to support more compact usage

The experience re-sizing an instance of Ars wasn't great. The default text "Pick a different photo" took up a lot of horizontal space. We've made this text shorter and dropped action buttons to a second line. This allows Ars to be used in narrower configurations, even as low as 150px wide:

image

Improved gallery focus styles

It was confusing and bad for accessibility to have a lime green focus state and gold selection state. We've updated the focus state to be clearer and more visually distinct:

image

Inlined Icons

While there is no visual change to Ars icons, they are now inlined as SVG. There is no longer a need to copy over icons when installing this project.

Version 3.1.0

10 Dec 23:08
Compare
Choose a tag to compare
  • Update dependencies
  • Fixed React key issue where stale content could load along-side
    fresh content, resulting in a key error

v2.2.0

14 Nov 12:06
Compare
Choose a tag to compare
  • Do not fetch when given a NaN slug

Version 2.1.1

14 Nov 12:00
Compare
Choose a tag to compare
  • Remove PropType to avoid unexpected warning in

v2.1.0

20 Jul 14:15
Compare
Choose a tag to compare
  • Upgrade react-focus-trap dependency

v2.0.0

20 Jul 13:48
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Remove peer dependency on React
  • Remove deprecation warnings in React 15.x

Version 0.3.0

16 Mar 15:15
Compare
Choose a tag to compare

Updates dependencies and adds ink effect

Version 0.2.1

13 Mar 16:00
Compare
Choose a tag to compare

Fixes critical issue where a dependency was not properly required. :(

Version 0.2.0

13 Mar 15:53
Compare
Choose a tag to compare
  • Remove inclusion of react/addons
  • More reuse of classnames module
  • Increase test coverage

Version 0.1.1

13 Mar 15:29
Compare
Choose a tag to compare
  • Ensures the layout of gallery images is always aligned to the top. Before this release the gallery would stretch out rows of images to fit the available space.
  • Add logic for failed image. Basically this just adds some nicer formatting. Future releases should think about a possible new visual style or hide the option all together
  • Replace className addon with classnames npm module. React.addons.className is deprecated in the 0.13.0 release.