# v2.1.0
## Features
1. Toolbar custom UI
1. Introduced prop `fileName`
1. Introduced prop `pageScale`
1. Introduced prop `pageNumber`
## Bugs
1. The loading bar (progress bar) is displayed only for the first time - [b87b092](https://github.com/sandanat/vue-pdf-app/commit/b87b092676fa644305266fc5d91d6ef7d8e7b6c1), closes [#48](https://github.com/sandanat/vue-pdf-app/issues/48)
# v2.0.0
## Features
1. ⚠️ **breaking** Added pdf-viewer icons customization. Refer [README.md](./README.md "README.md").
1. Added pdf viewer color customization via custom css properties.
1. Added slots for toolbar and footer.
1. Added events `pages-rendered` and `after-created`.
1. Added light/dark theme with toggle.
1. Added `title` prop.
## Other
1. ⚠️ **breaking** Changed `v-bind:config` prop. Deleted `config.viewerContextMenu` and `config.toolbar.toolbarViewerRight.secondaryToolbarToggle`. Visibility of **secondaryToolbarToggle** depends from `config.secondaryToolbar`. Moved prop `config.findbar` into `config.toolbar.toolbarViewerLeft.findbar`.
1. ⚠️ **breaking** Renamed `v-bind:config` **toolbar.toolbarViewerMiddle.scaleSelectContatiner** prop to `toolbar.toolbarViewerMiddle.scaleSelectContainer`.
1. ⚠️ **breaking** Renamed lib from _pdf-viewer_ to _vue-pdf-app_. Use `window["vue-pdf-app"]` instead of `window["pdf-viewer"]` for script tag.
# v1.0.2
## Bugs
1. #mainContainer min-width hides secondary toolbar button - [a0b09c4](https://github.com/sandanat/vue-pdf-app/pull/20/commits/a0b09c4b86632f0b816856534f3975a2c0817e62), [PR #20](https://github.com/sandanat/vue-pdf-app/pull/20).
# v1.0.1
## Bugs
1. Pdf styles mutate global styles - [dc3c6ba](https://github.com/sandanat/vue-pdf-app/pull/13/commits/dc3c6ba7d9fde22753a9073c117628179e07e63e), closes [#11](https://github.com/sandanat/vue-pdf-app/issues/11).