Merge branch 'master' into develop

This commit is contained in:
Matthew Mogford 2020-09-30 16:19:53 +01:00
commit 9ec3de7932
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
#### 0.0.42 (2020-09-30)
##### Documentation Changes
* README - styled component example is missing a closing bracket after DocViewer Fixes #31 (da0a40ee)
##### New Features
* BMP Image renderer added (2e8578b1)
* Internal ImageProxyRenderer created, that can be used by all other Image renderers, and styled by them (dc2afb71)
##### Other Changes
* Alcumus/react-doc-viewer into develop (2184d46c)
* mattmogford-alcumus/40_Create-HTMLRenderer (9eff64e2)
#### 0.0.41 (2020-09-25)
#### 0.0.40 (2020-09-24)

View File

@ -1,6 +1,6 @@
{
"name": "react-doc-viewer",
"version": "0.0.41",
"version": "0.0.42",
"description": "Document viewer for react. Renders online/local documents.",
"author": "Matthew Mogford",
"license": "ISC",