We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd46590 commit cc04a30Copy full SHA for cc04a30
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.4.1
2
+
3
+* Fix clamped text for `location="start"`.
4
+* Text content is now always be trimmed.
5
6
## 0.4.0
7
8
* Add `location` prop. (#66)
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-clamp",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "Clamping multiline text with ease.",
"scripts": {
"serve": "vue-cli-service serve",
0 commit comments