From 76be147810dac9767722e47cbf72a3bffb97e043 Mon Sep 17 00:00:00 2001 From: ShinyChang Date: Thu, 22 Sep 2016 08:40:11 +0800 Subject: [PATCH] Update version to 0.8.3 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e207f..76902e1 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD ## Changelog +* 0.8.3 IE 11 compatibility * 0.8.2 Fix wrong truncating when a container has long words without spaces * 0.8.1 Fix `textTruncateChild` bug * 0.8.0 Drop `showTitle`, put `textTruncateChild` in same line if `tagName` is `A` or `SPAN` diff --git a/package.json b/package.json index 5820e8f..784c05d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-text-truncate", - "version": "0.8.2", + "version": "0.8.3", "description": "Truncate text for React.js", "main": "lib/index.js", "scripts": {