Skip to content

Commit f37d6bd

Browse files
author
Cédric Delpoux
committed
v2.3.0
1 parent ed02f26 commit f37d6bd

File tree

3 files changed

+250
-77
lines changed

3 files changed

+250
-77
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.3.0 - 2018-01-04
2+
3+
* Updated: FadeDuration to be in ms,
4+
* Added: Offset prop to allow spacing between arrow and trigger
5+
16
# 2.2.0 - 2018-01-03
27

38
* Added: Fade animation props (by @BenLorantfy)
@@ -9,7 +14,7 @@
914
# 2.0.0 - 2017-10-18
1015

1116
* Added: Nwb build
12-
* Update: Nwb build
17+
* Updated: Nwb build
1318
* Added: Tests
1419
* Added: styled-components dependency
1520
* Removed: classnames dependency

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"name": "react-simple-tooltip",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"author": {
55
"name": "Cédric Delpoux",
66
"email": "[email protected]"
77
},
88
"description": "A lightweight and simple tooltip component for React",
9-
"files": ["css", "es", "lib", "umd"],
9+
"files": [
10+
"css",
11+
"es",
12+
"lib",
13+
"umd"
14+
],
1015
"homepage": "https://github.com/xuopled/react-simple-tooltip#readme",
11-
"keywords": ["react", "tooltip", "bubble"],
16+
"keywords": [
17+
"react",
18+
"tooltip",
19+
"bubble"
20+
],
1221
"license": "MIT",
1322
"main": "lib/index.js",
1423
"module": "es/index.js",

0 commit comments

Comments
 (0)