# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/CDEBase/adminIde-stack/compare/v4.2.2...v4.3.1) (2024-11-12)

**Note:** Version bump only for package @files-stack/module-server





## [4.2.2](https://github.com/CDEBase/adminIde-stack/compare/v4.2.1...v4.2.2) (2024-11-12)

**Note:** Version bump only for package @files-stack/module-server





## 4.2.1 (2024-11-12)

**Note:** Version bump only for package @files-stack/module-server





## [2.1.1-alpha.6](https://github.com/cdmbase/files-stack/compare/v2.1.1-alpha.3...v2.1.1-alpha.6) (2022-03-06)

**Note:** Version bump only for package @files-stack/module-server





## [2.1.1-alpha.3](https://github.com/cdmbase/files-stack/compare/v2.1.1-alpha.1...v2.1.1-alpha.3) (2022-01-14)

**Note:** Version bump only for package @files-stack/module-server





## [2.1.1-alpha.2](https://github.com/cdmbase/files-stack/compare/v2.1.1-alpha.1...v2.1.1-alpha.2) (2022-01-14)

**Note:** Version bump only for package @files-stack/module-server





## [2.1.1-alpha.1](https://github.com/cdmbase/files-stack/compare/v2.1.1-alpha.0...v2.1.1-alpha.1) (2021-05-30)

**Note:** Version bump only for package @files-stack/module-server





## [2.0.1-alpha.1](https://github.com/cdmbase/files-stack/compare/v2.0.1-alpha.0...v2.0.1-alpha.1) (2021-05-30)

**Note:** Version bump only for package @files-stack/module-server





## [2.0.1-alpha.0](https://github.com/cdmbase/files-stack/compare/v0.0.20...v2.0.1-alpha.0) (2021-01-17)


### Code Refactoring

* **merged `@files-stack/server-common` to `@files-stack/core`:** reduce the number of packages ([d37ff71](https://github.com/cdmbase/files-stack/commit/d37ff716988cd325cd75711f4d68ae268ab3e770))
* **Move redux action for selectFile to apollo client:** Use of `Context`  cache for file Selection ([51fc314](https://github.com/cdmbase/files-stack/commit/51fc314ddcc53c824e9c8021e4af7dc24d5733e5))


### Features

* **redis cache for caching the read content:** faster editing by caching the read content ([6befd5d](https://github.com/cdmbase/files-stack/commit/6befd5d4ebfe51c89baa91da4d6ce257f66deb8a))


### Performance Improvements

* **Improve File Save and Editor:** Save Edited File data incrementally to the server ([805100b](https://github.com/cdmbase/files-stack/commit/805100bc8447c2f6c348ced88741d2fac4d63679)), closes [#302](https://github.com/cdmbase/files-stack/issues/302) [#295](https://github.com/cdmbase/files-stack/issues/295)


### BREAKING CHANGES

* **Move redux action for selectFile to apollo client:** Redux Actions.SELECT_FILE and DESELECT_FILE are now replaced with `useSelectedResourceQuery` to get updates on `selectedFile` and `useUpdateSelectedResourceMutation` for updating the selectedFile.
* **merged `@files-stack/server-common` to `@files-stack/core`:** replace `@files-stack/server-common` with `@files-stack/core`
