react-show-more-text 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [1.5.2] - 2021-11-24
|
|
5
|
+
- Maintenance
|
|
6
|
+
|
|
4
7
|
## [1.5.1] - 2021-11-24
|
|
5
8
|
- [#34](https://github.com/devzonetech/react-show-more-text/issues/34) Added props expandByClick true/false #34
|
|
6
9
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-show-more-text",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "The text surrounded by the component will be truncated. Anything surrounded by the component could be evaluated as text. The component react-show-more-text/ShowMoreText is fork of react-show-more/ShowMore, applied improvements, works with React 16.x.x, added onClick event.",
|
|
5
5
|
"main": "lib/ShowMoreText.js",
|
|
6
6
|
"files": [
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@babel/preset-react": "^7.12.1",
|
|
49
49
|
"babel-eslint": "^10.1.0",
|
|
50
50
|
"babel-preset-minify": "^0.5.1",
|
|
51
|
-
"canvas": "^2.
|
|
51
|
+
"canvas": "^2.8.0",
|
|
52
52
|
"core-js": "^3.6.5",
|
|
53
53
|
"coveralls": "^3.0.7",
|
|
54
54
|
"enzyme": "^3.11.0",
|