# @pdfsvex/pdfsvex

## 0.1.7

### Patch Changes

- [`27ce686`](https://github.com/manuel3108/pdfsvex/commit/27ce686fd4b24036ad666e010eea84bd73e260d2) Thanks [@manuel3108](https://github.com/manuel3108)! - fix presentation mode

## 0.1.6

### Patch Changes

- [`535002f`](https://github.com/manuel3108/pdfsvex/commit/535002fd4d77944e04a57b29e6506c814634b77e) Thanks [@manuel3108](https://github.com/manuel3108)! - Add presentation mode

## 0.1.5

### Patch Changes

- [`b1a071f`](https://github.com/manuel3108/pdfsvex/commit/b1a071f11232a5f82c35f58956b7ceee70ec0f17) Thanks [@Manuel-Innovapps](https://github.com/Manuel-Innovapps)! - Correctly create svg elements to render them during element creation

## 0.1.4

### Patch Changes

- [`0191d90`](https://github.com/manuel3108/pdfsvex/commit/0191d905522655a195bfaaf4c568aa0f5f43a246) Thanks [@manuel3108](https://github.com/manuel3108)! - Fix bug with lowercasing svg attributes

## 0.1.3

### Patch Changes

- [`54f1d65`](https://github.com/manuel3108/pdfsvex/commit/54f1d65291471e351e7858641e14c296004ed530) Thanks [@manuel3108](https://github.com/manuel3108)! - fix null undefined reference error

## 0.1.2

### Patch Changes

- [`11316dd`](https://github.com/manuel3108/pdfsvex/commit/11316ddbbf8c15d6d3043d7856e7a14ea02a2c8c) Thanks [@manuel3108](https://github.com/manuel3108)! - Remove paper-css dependency

## 0.1.1

### Patch Changes

- [`ab1bd75`](https://github.com/manuel3108/pdfsvex/commit/ab1bd75ce46b4d55b814af69bcbef71812879924) Thanks [@manuel3108](https://github.com/manuel3108)! - Remove and restore ids of elements instead of deleting content to support hmr

## 0.1.0

### Minor Changes

- bb5d514: Add ability to identify elements where the text node was split across two pages

### Patch Changes

- 0a0b7b7: Fix bug where additional undefined nodes were added
- 938ce74: fix bug where parent is not correctly detected
- 06d7a26: Fix bug where page breaks were performed incorrectly because linebreaks in sourcecode
- 85029ec: fix page break inside bug

## 0.0.6

### Patch Changes

- 76beab4: Allow the caller to decide when paging should happen

## 0.0.5

### Patch Changes

- 841e3b8: fix another page-break bug

## 0.0.4

### Patch Changes

- a85e992: fix bug for page breaks

## 0.0.3

### Patch Changes

- 6ae05e5: Move Dynamic component out of pager

## 0.0.2

### Patch Changes

- aeb8771: Add package for dynamically getting the page number of an element based on an id
- 3739ef5: Refactor and improve code

## 1.0.5

### Patch Changes

- 99be8c5: fix a bug where a textnode with childnodes was not correctly appended to the dom

## 1.0.4

### Patch Changes

- e2a1918: #5: comment nodes were causing undefined tags in html

## 1.0.3

### Patch Changes

- 7423b82: Add dynamic components and initial table of contents components

## 1.0.2

### Patch Changes

- 6c2e815: fix pipeline
