# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.5](https://github.com/omnicajs/vue-remote/compare/v0.2.4...v0.2.5) (2024-12-28)


### Features

* Added print method to RemoteComment, RemoteComponent and RemoteText ([ec75471](https://github.com/omnicajs/vue-remote/commit/ec75471b0d015d49cc8362dc16393c98f7155ac9))
* Event target serialization basics ([57a312b](https://github.com/omnicajs/vue-remote/commit/57a312bf87a061f67d2f45926c36d7db325c6354))


### Fixes

* Fixed child node insertion ([0ad0d2e](https://github.com/omnicajs/vue-remote/commit/0ad0d2e0e7e16b52c9556164c52b7b66a16e0d0e))

### [0.2.4](https://github.com/omnicajs/vue-remote/compare/v0.2.3...v0.2.4) (2024-12-13)


### Features

* Added protection from JavaScript schema values in properties ([32d564f](https://github.com/omnicajs/vue-remote/commit/32d564f6c1fb5733290fcd05a47ba503b92c1b57))

### [0.2.3](https://github.com/omnicajs/vue-remote/compare/v0.2.2...v0.2.3) (2024-11-29)

### [0.2.2](https://github.com/omnicajs/vue-remote/compare/v0.2.0...v0.2.2) (2024-11-28)


### Fixes

* Checking that TouchEvent exists ([5802444](https://github.com/omnicajs/vue-remote/commit/5802444cb8854cd7df8046e27734dee0586c6756))
* Types generation ([a2997e3](https://github.com/omnicajs/vue-remote/commit/a2997e3d7fb6b8e3c45d4844eefe9b11d05464c0))

### [0.2.1](https://github.com/omnicajs/vue-remote/compare/v0.2.0...v0.2.1) (2024-11-15)


### Fixes

* Types generation ([6fbc0b9](https://github.com/omnicajs/vue-remote/commit/6fbc0b9c63d461933cd4db15b511c308d7aafcab))

## [0.2.0](https://github.com/omnicajs/vue-remote/compare/v0.1.3...v0.2.0) (2024-05-23)


### ⚠ BREAKING CHANGES

* Reworked state management inside HostedTree

### Features

* Added forceUpdate method for HostedTree ([f76029f](https://github.com/omnicajs/vue-remote/commit/f76029ff92bca23c7fecb728b4edab3c2f7423fc))
* Reworked state management inside HostedTree ([47de07a](https://github.com/omnicajs/vue-remote/commit/47de07aacd3bc54314b7c546cd11e08403b6eb0b))

### [0.1.3](https://github.com/omnicajs/vue-remote/compare/v0.1.2...v0.1.3) (2024-04-27)


### Fixes

* Eslint configuration & index.d.ts extra blank rows removed ([00c3ff8](https://github.com/omnicajs/vue-remote/commit/00c3ff81672f5d658315cc03daf6c762e8970875))

### [0.1.2](https://github.com/omnicajs/vue-remote/compare/v0.1.1...v0.1.2) (2024-04-27)


### Fixes

* Exports section in package.json ([e742b12](https://github.com/omnicajs/vue-remote/commit/e742b129002a5b44e6b6d7defa34908f3ce3ed95))

### [0.1.1](https://github.com/omnicajs/vue-remote/compare/v0.1.0...v0.1.1) (2024-04-27)


### Fixes

* typeVersions in package.json ([2647353](https://github.com/omnicajs/vue-remote/commit/264735338e94bea90527b1014b510bb5ebba2276))

## [0.1.0](https://github.com/omnicajs/vue-remote/compare/v0.0.7...v0.1.0) (2024-04-27)


### ⚠ BREAKING CHANGES

* Replaced remote-ui/core with in-project logic, added methods support

### Features

* Replaced remote-ui/core with in-project logic, added methods support ([5b8fe7b](https://github.com/omnicajs/vue-remote/commit/5b8fe7bb0fc72683d167e9a77a8fa591dbfef4ca))


### Fixes

* Receiver reactive update in HostedTree ([238594b](https://github.com/omnicajs/vue-remote/commit/238594b9e86ecd49bf24740b4de5296e3d298789))
* RemoteComponent type extractions from RemoteRootOptions ([8e90c8e](https://github.com/omnicajs/vue-remote/commit/8e90c8ea968d2ae10cdf1408ca7ecec661708e29))

### [0.0.7](https://github.com/omnicajs/vue-remote/compare/v0.0.6...v0.0.7) (2024-02-01)


### Fixes

* Fixed props retaining ([ab31265](https://github.com/omnicajs/vue-remote/commit/ab3126586a2cd5fc2e6eec132c565dbec35dcbcd))

### [0.0.6](https://github.com/omnicajs/vue-remote/compare/v0.0.5...v0.0.6) (2024-01-31)


### Fixes

* Missing license field in package.json ([8fd5b76](https://github.com/omnicajs/vue-remote/commit/8fd5b76a4459ace5a25dabf6d6ad54405663d253))

### [0.0.5](https://github.com/omnicajs/vue-remote/compare/v0.0.4...v0.0.5) (2024-01-31)

### [0.0.4](https://github.com/omnicajs/vue-remote/compare/v0.0.3...v0.0.4) (2024-01-31)


### Fixes

* Added missing main/module fields in package.json ([542c2d3](https://github.com/omnicajs/vue-remote/commit/542c2d30ce02f997902f102fa7fb5d1bf5ef8511))

### [0.0.3](https://github.com/omnicajs/vue-remote/compare/v0.0.2...v0.0.3) (2024-01-30)


### Fixes

* Removed redundant catalogues and files from publishing ([8c22386](https://github.com/omnicajs/vue-remote/commit/8c223866ad14a7f7b683764621dd2dd841fcceac))

### [0.0.2](https://github.com/omnicajs/vue-remote/compare/v0.0.1...v0.0.2) (2024-01-30)


### Fixes

* Added npmignore to add dist to published code ([1cf9910](https://github.com/omnicajs/vue-remote/commit/1cf991028a2c9b25010fbaa7b75896f25d79b425))

### 0.0.1 (2024-01-30)


### Fixes

* Empty text nodes rendering on host ([827d76a](https://github.com/omnicajs/vue-remote/commit/827d76a4d5d6cc69d99d05435e98835b9a8a0faf))
* Text nodes updating ([ccdc259](https://github.com/omnicajs/vue-remote/commit/ccdc259a8462ae260db6f710349d9e8bff3e316b))
