Skip to content

Commit 19e8a10

Browse files
v4.0.0
1 parent 1fd21c1 commit 19e8a10

File tree

2 files changed

+69
-6
lines changed

2 files changed

+69
-6
lines changed

CHANGELOG.md

Lines changed: 68 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,55 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v4.0.0](https://github.com/cision/rover-ui/compare/v4.0.0...v4.0.0)
8+
9+
- fix css rgba to use comma separated parameters [`#345`](https://github.com/cision/rover-ui/pull/345)
10+
11+
#### [v4.0.0](https://github.com/cision/rover-ui/compare/v4.0.0-alpha.2...v4.0.0)
12+
13+
> 17 September 2021
14+
15+
- Ever 15000 rover UI add toggle switch component [`#341`](https://github.com/cision/rover-ui/pull/341)
16+
- Promote v4.0.0-alpha to v4.0.0 [`#343`](https://github.com/cision/rover-ui/pull/343)
17+
- v3.1.0 [`#338`](https://github.com/cision/rover-ui/pull/338)
18+
- Feature: EVER-13451: Add `Select` component [`#325`](https://github.com/cision/rover-ui/pull/325)
19+
720
#### [v4.0.0-alpha.2](https://github.com/cision/rover-ui/compare/v4.0.0-alpha.1...v4.0.0-alpha.2)
821

22+
> 27 August 2021
23+
924
- Merge new features from v3.x to v4-alpha [`#339`](https://github.com/cision/rover-ui/pull/339)
25+
- Deploying v4.0.0-alpha.2 [`0c5ebb0`](https://github.com/cision/rover-ui/commit/0c5ebb08cab0a574d0ac85007d3913e0f2a05899)
1026

11-
#### [v4.0.0-alpha.1](https://github.com/cision/rover-ui/compare/v2.10.2...v4.0.0-alpha.1)
27+
#### [v4.0.0-alpha.1](https://github.com/cision/rover-ui/compare/v3.1.0...v4.0.0-alpha.1)
1228

1329
> 24 August 2021
1430
1531
- Feature ever 13205 a11y buttons and links [`#311`](https://github.com/cision/rover-ui/pull/311)
32+
- docs: Update changelog, publishing.md [`d6a1a5e`](https://github.com/cision/rover-ui/commit/d6a1a5e4176f4b13deeac39737a5a4df35ea1bc2)
33+
34+
#### [v3.1.0](https://github.com/cision/rover-ui/compare/v3.0.0...v3.1.0)
35+
36+
> 26 August 2021
37+
38+
- v3.1.0 [`#338`](https://github.com/cision/rover-ui/pull/338)
39+
- Feature: EVER-13451: Add `Select` component [`#325`](https://github.com/cision/rover-ui/pull/325)
40+
41+
### [v3.0.0](https://github.com/cision/rover-ui/compare/v2.11.0...v3.0.0)
42+
43+
> 24 August 2021
44+
1645
- v3.0.0 [`#337`](https://github.com/cision/rover-ui/pull/337)
1746
- Chore: Deprecate Node 10.x support [`#336`](https://github.com/cision/rover-ui/pull/336)
47+
48+
#### [v2.11.0](https://github.com/cision/rover-ui/compare/v2.10.2...v2.11.0)
49+
50+
> 16 August 2021
51+
1852
- v2.11.0 [`#333`](https://github.com/cision/rover-ui/pull/333)
1953
- add ripple loader component from trendkite-ui [`#329`](https://github.com/cision/rover-ui/pull/329)
2054
- Feature/rover UI/ever 13326/kite component [`#324`](https://github.com/cision/rover-ui/pull/324)
2155
- feat: Button passes size prop to nested Addons via context [`#331`](https://github.com/cision/rover-ui/pull/331)
22-
- docs: Update changelog, publishing.md [`d6a1a5e`](https://github.com/cision/rover-ui/commit/d6a1a5e4176f4b13deeac39737a5a4df35ea1bc2)
2356

2457
#### [v2.10.2](https://github.com/cision/rover-ui/compare/v2.10.1...v2.10.2)
2558

@@ -60,13 +93,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6093
- feat: EVER-13448: Add input.Checkbox to RoverUI [`#316`](https://github.com/cision/rover-ui/pull/316)
6194
- Update PUBLISHING.md instructions [`#315`](https://github.com/cision/rover-ui/pull/315)
6295

63-
#### [v2.7.0](https://github.com/cision/rover-ui/compare/v2.4.7...v2.7.0)
96+
#### [v2.7.0](https://github.com/cision/rover-ui/compare/v2.6.0...v2.7.0)
6497

6598
> 17 May 2021
6699
67100
- feat: Add Modal component [`#309`](https://github.com/cision/rover-ui/pull/309)
101+
102+
#### [v2.6.0](https://github.com/cision/rover-ui/compare/v2.5.0...v2.6.0)
103+
104+
> 23 March 2021
105+
68106
- v2.6.0 [`#308`](https://github.com/cision/rover-ui/pull/308)
69107
- Tooltip alignment options, a11y improvements [`#307`](https://github.com/cision/rover-ui/pull/307)
108+
109+
#### [v2.5.0](https://github.com/cision/rover-ui/compare/v2.4.8...v2.5.0)
110+
111+
> 22 February 2021
112+
70113
- v2.5.0 [`#302`](https://github.com/cision/rover-ui/pull/302)
71114
- fix: Correct Typography default size [`#301`](https://github.com/cision/rover-ui/pull/301)
72115
- Typography cleanup [`#299`](https://github.com/cision/rover-ui/pull/299)
@@ -76,6 +119,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
76119
- Removed third-party theming systems from the project. [`#272`](https://github.com/cision/rover-ui/pull/272)
77120
- Bump ini from 1.3.5 to 1.3.8 in /example [`#287`](https://github.com/cision/rover-ui/pull/287)
78121
- Bump dot-prop from 4.2.0 to 4.2.1 in /example [`#286`](https://github.com/cision/rover-ui/pull/286)
122+
123+
#### [v2.4.8](https://github.com/cision/rover-ui/compare/v2.4.7...v2.4.8)
124+
125+
> 14 December 2020
126+
79127
- v2.4.8 [`#285`](https://github.com/cision/rover-ui/pull/285)
80128
- fix: #279 Button passed as prop overrides default. [`#282`](https://github.com/cision/rover-ui/pull/282)
81129
- docs: Update CONTRIBUTING.md, move publishing info to PUBLISHING.md [`#278`](https://github.com/cision/rover-ui/pull/278)
@@ -114,17 +162,27 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
114162
115163
- TypeScript and CSS custom prop fixes [`#269`](https://github.com/cision/rover-ui/pull/269)
116164

117-
#### [v2.4.2](https://github.com/cision/rover-ui/compare/v2.3.0...v2.4.2)
165+
#### [v2.4.2](https://github.com/cision/rover-ui/compare/v2.4.1...v2.4.2)
118166

119167
> 26 August 2020
120168
121169
- fix: Input gets explicit box-sizing [`#266`](https://github.com/cision/rover-ui/pull/266)
122170
- TabMenu => TypeScript [`#213`](https://github.com/cision/rover-ui/pull/213)
171+
172+
#### [v2.4.1](https://github.com/cision/rover-ui/compare/v2.4.0...v2.4.1)
173+
174+
> 20 August 2020
175+
123176
- v2.4.1 [`#261`](https://github.com/cision/rover-ui/pull/261)
124177
- test: Add `InputTime/utils` tests and prepare for `timeZoneOffset` prop [`#255`](https://github.com/cision/rover-ui/pull/255)
125178
- refactor: move sidetray to typescript [`#244`](https://github.com/cision/rover-ui/pull/244)
126179
- refactor: Convert EasyPill component to typescript [`#250`](https://github.com/cision/rover-ui/pull/250)
127180
- v2.4.0 [`#256`](https://github.com/cision/rover-ui/pull/256)
181+
182+
#### [v2.4.0](https://github.com/cision/rover-ui/compare/v2.3.0...v2.4.0)
183+
184+
> 4 August 2020
185+
128186
- fix: Alignment and style fixes for InputTime [`#253`](https://github.com/cision/rover-ui/pull/253)
129187
- feat: InputTime dropdown menu has default max height of 10.5 rows [`#252`](https://github.com/cision/rover-ui/pull/252)
130188
- seemed like the idea was incomplete -- left ho components v. left off/out ho [`#242`](https://github.com/cision/rover-ui/pull/242)
@@ -295,11 +353,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
295353
- v1.4.0 [`#156`](https://github.com/cision/rover-ui/pull/156)
296354
- Component: Tooltip [`#155`](https://github.com/cision/rover-ui/pull/155)
297355

298-
#### [v1.3.0](https://github.com/cision/rover-ui/compare/v1.2.3...v1.3.0)
356+
#### [v1.3.0](https://github.com/cision/rover-ui/compare/v1.2.4...v1.3.0)
299357

300358
> 2 April 2020
301359
302360
- Consolidate shared colors.css into one palette and one set of semantic colors that matches Figma [`#154`](https://github.com/cision/rover-ui/pull/154)
361+
362+
#### [v1.2.4](https://github.com/cision/rover-ui/compare/v1.2.3...v1.2.4)
363+
364+
> 18 February 2020
365+
303366
- Correct pill font [`#148`](https://github.com/cision/rover-ui/pull/148)
304367
- renamed old icon names in components [`#143`](https://github.com/cision/rover-ui/pull/143)
305368
- Add publishConfig.tag instructions to README, tweaks notes on yalc and casing of GitHub [`#149`](https://github.com/cision/rover-ui/pull/149)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cision/rover-ui",
3-
"version": "4.0.0-alpha.2",
3+
"version": "4.0.0",
44
"description": "UI Component Library",
55
"author": "Matthew Wells (https://github.com/mdespuits)",
66
"contributors": [

0 commit comments

Comments
 (0)