Skip to content

Releases: cision/rover-ui

v4.1.3

29 Jun 21:30
Compare
Choose a tag to compare

Features

  • Optional tooltip in EasyPill component #370
  • Updated story EasyPill

v4.1.2

15 Jun 14:17
Compare
Choose a tag to compare

Features

  • New Badge icon #363
  • Fixed Dependabot alert dependencies

v4.1.1

05 Nov 14:51
Compare
Choose a tag to compare

Features

  • fixed focus style for the Button #348
  • README.md: remove outdated sections, clarify issue strategy a09cbc2
  • UF-86 update npm install syntax now that npm implicitly saves 4a4f8fe

v4.1.0

29 Sep 22:19
Compare
Choose a tag to compare

Features

  • fix css rgba to use comma separated parameters #345

v4.0.0

17 Sep 16:40
Compare
Choose a tag to compare

Features

  • Merge new features from v3.x to v4-alpha #339

v4.0.0-alpha.2

27 Aug 15:39
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

Features

  • Merged in Select component in from master branch

v3.1.0

26 Aug 20:00
44bf101
Compare
Choose a tag to compare

Features

  • Added Select component #325

v4.0.0-alpha.1

24 Aug 18:29
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

Features

  • Adjusted colors on Buttons for a11y #311
  • Added more focus and active state styles for Buttons for a11y #317

Breaking changes

These changes don't really "break" things, but ...

  • Button's hollow prop is deprecated in favor of outline
  • There are changes to the visual appearance of several Button levels!

Before:

image

After:

image

v3.0.0

24 Aug 15:47
b692909
Compare
Choose a tag to compare

Breaking changes

Node 10.x is no longer supported (#336)

Node 10.x lost LTS maintenance status a while back. (April 2020, if I'm inferring correctly).
https://nodejs.org/en/about/releases/

Apart from a general desire to to use current JavaScript features, dropping 10.x support unblocks modern versions of jsdom for jest testing and @testing-library/react's async methods dependably. Previously we were having issues like this.

We've polled known consumers, and turned up zero cases where RoverUI was being used with Node 10.x

v2.11.0

16 Aug 19:14
e953c1a
Compare
Choose a tag to compare

Features

  • Added Loader component #329
  • Added Kite component #324
  • Button component now passes size prop to nested Addons via context #331