From a30d8535637cb2b49abf3a43a594b0d3f0eff440 Mon Sep 17 00:00:00 2001 From: Damian Cyntler Date: Fri, 15 Apr 2022 17:03:05 +0200 Subject: [PATCH] Remove changelog --- CHANGELOG.md | 293 --------------------------------------------------- 1 file changed, 293 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index d8a9acb8..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,293 +0,0 @@ -#### 0.1.5 (2020-10-29) - -##### Bug Fixes - -* **TIFFRenderer file Corrupt:** Don't crash if parseTIFF fails because of corrupted file. ([30755e57](https://github.com/Alcumus/react-doc-viewer/commit/30755e57ec0bef8a665ce1c6f9e8f93c4ada55dc)) - -#### 0.1.4 (2020-10-29) - -##### Bug Fixes - -* **TIFFRenderer crash:** If parseTiff is supplied with an undefined tiffArrayBuffer. Return out. ([eedeac1e](https://github.com/Alcumus/react-doc-viewer/commit/eedeac1e0deada4126e77058d5c52b1ed92f200f)) - -#### 0.1.3 (2020-10-29) - -##### New Features - -* **TIF:** Added .tif as an option to render within TIFFRenderer. ([a32f9b0f](https://github.com/Alcumus/react-doc-viewer/commit/a32f9b0ffff1a0a37d14a6dd948e1d0f52ffe6c6)) - -##### Other Changes - -* fix/pptx ([60c27812](https://github.com/Alcumus/react-doc-viewer/commit/60c27812f658d4edf4a7cc1673c26a95b838eca1)) - -#### 0.1.2 (2020-10-26) - -##### Bug Fixes - -* Added github url to npm package ([b713957f](https://github.com/Alcumus/react-doc-viewer/commit/b713957fef42e896ab45d99a3127a59e98a11e60)) - -#### 0.1.1 (2020-10-26) - -##### New Features - -* **FileName Header:** - * decodeURI when rendering fileName in header title (79c0da83) - * When rendering fileName in header, remove url params unless requested to keep (109da8d7) - -#### 0.0.43 (2020-09-30) - -##### New Features - -* **Combine File Loaders:** File Loaders duplicate code combined, also base64 and arrayBuffer combined into fileData (#47) (f3fd9952) - -#### 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) - -##### Documentation Changes - -* README - styled component example is missing a closing bracket after DocViewer Fixes #31 (7964c0b9) - -##### New Features - -* BMP Image renderer added (2cb03e4c) -* Internal ImageProxyRenderer created, that can be used by all other Image renderers, and styled by them (90e575da) - -#### 0.0.39 (2020-09-23) - -##### Documentation Changes - -* README updated (819acb5b) - -#### 0.0.38 (2020-09-23) - -##### New Features - -* Added renderer for .msg file extension (b4cf7bf4) -* useDocumentLoader hook now allows use of custom fileLoaders. e.g. bse64, ArrayBuffer (ebc9a454) - -#### 0.0.37 (2020-09-18) - -##### Other Changes - -* mattmogford-alcumus/issue29 (35ea44eb) - -#### 0.0.36 (2020-09-17) - -#### 0.0.35 (2020-09-17) - -#### 0.0.34 (2020-09-16) - -##### Bug Fixes - -* Document fetches header even if file type is supplied (b5296d0f) - -#### 0.0.33 (2020-09-16) - -##### Other Changes - -* develop (66cd5676) -* mattmogford-alcumus/issue19 (f8f16bc1) - -#### 0.0.32 (2020-09-03) - -##### Chores - -* Added default height to loading container (e5570741) - -##### New Features - -* pluginRenderers are now passed directly to the main state context, and the correct renderer is retrieved from there depending on it's fileType associations (4c7abfd3) - -##### Bug Fixes - -* Changed Button to actual