Skip to content

Commit

Permalink
v2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbandito committed Oct 26, 2020
1 parent 018d1a6 commit 2e2136c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v2.4.7](https://github.com/cision/rover-ui/compare/v2.4.6...v2.4.7)

> 26 October 2020
- fix: validation works with 0 value, min, and/or max [`#276`](https://github.com/cision/rover-ui/pull/276)

#### [v2.4.6](https://github.com/cision/rover-ui/compare/v2.4.5...v2.4.6)

> 19 October 2020
- v2.4.6 [`#274`](https://github.com/cision/rover-ui/pull/274)
- fix: min max validation without native input[type=time] support [`#273`](https://github.com/cision/rover-ui/pull/273)
- EasyDropdown => TypeScript [`#225`](https://github.com/cision/rover-ui/pull/225)
- Grid => TypeScript [`#262`](https://github.com/cision/rover-ui/pull/262)
Expand Down Expand Up @@ -37,7 +44,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: Input gets explicit box-sizing [`#266`](https://github.com/cision/rover-ui/pull/266)
- TabMenu => TypeScript [`#213`](https://github.com/cision/rover-ui/pull/213)

#### [v2.4.1](https://github.com/cision/rover-ui/compare/v2.3.0...v2.4.1)
#### [v2.4.1](https://github.com/cision/rover-ui/compare/v2.4.0...v2.4.1)

> 20 August 2020
Expand All @@ -46,6 +53,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- refactor: move sidetray to typescript [`#244`](https://github.com/cision/rover-ui/pull/244)
- refactor: Convert EasyPill component to typescript [`#250`](https://github.com/cision/rover-ui/pull/250)
- v2.4.0 [`#256`](https://github.com/cision/rover-ui/pull/256)

#### [v2.4.0](https://github.com/cision/rover-ui/compare/v2.3.0...v2.4.0)

> 4 August 2020
- fix: Alignment and style fixes for InputTime [`#253`](https://github.com/cision/rover-ui/pull/253)
- feat: InputTime dropdown menu has default max height of 10.5 rows [`#252`](https://github.com/cision/rover-ui/pull/252)
- seemed like the idea was incomplete -- left ho components v. left off/out ho [`#242`](https://github.com/cision/rover-ui/pull/242)
Expand Down Expand Up @@ -172,8 +184,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 1 June 2020
- Add basic Input component wrapper. [`#204`](https://github.com/cision/rover-ui/pull/204)
- Add basic Input component wrapper. (#204) [`#202`](https://github.com/cision/rover-ui/issues/202)
- Add basic Input component wrapper. [`#204`](https://github.com/cision/rover-ui/pull/204)
- Add basic Input component wrapper. (#204) [`#202`](https://github.com/cision/rover-ui/issues/202)

#### [v1.4.5](https://github.com/cision/rover-ui/compare/v1.4.4...v1.4.5)

Expand Down Expand Up @@ -284,7 +296,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- B and C named icons [`#132`](https://github.com/cision/rover-ui/pull/132)
- Add social icons to Icon component [`#124`](https://github.com/cision/rover-ui/pull/124)
- Callout (#135) [`#131`](https://github.com/cision/rover-ui/issues/131)
- replaced svgs w smaller files [`73adcd4`](https://github.com/cision/rover-ui/commit/73adcd4902947bee1b28ffec2e2e7b6af38c6801)
- replaced svgs w smaller files [`73adcd4`](https://github.com/cision/rover-ui/commit/73adcd4902947bee1b28ffec2e2e7b6af38c6801)
- added social icons to icon component [`b3ea266`](https://github.com/cision/rover-ui/commit/b3ea2669656e11c6ab7fa11ddf0fccbefca2873c)
- replaced Icon in test file with new icon. original was deleted as it was redundant [`1003223`](https://github.com/cision/rover-ui/commit/1003223f54aceafd68c067074d962358a3585f06)
- big fixes and added more icons [`d790664`](https://github.com/cision/rover-ui/commit/d790664854f1603a7bfb67713d66b40850668a37)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cision/rover-ui",
"version": "2.4.6",
"version": "2.4.7",
"description": "UI Component Library",
"author": "Matthew Wells (https://github.com/mdespuits)",
"contributors": [
Expand Down

0 comments on commit 2e2136c

Please sign in to comment.