@owdproject/core
Version:
<p align="center"> <img width="160" height="160" src="https://avatars.githubusercontent.com/u/65117737?s=160&v=4" /> </p> <h1 align="center">Open Web Desktop</h1> <h3 align="center"> A modular framework for building web-based desktop experiences. </h3
26 lines (21 loc) • 1.93 kB
Markdown
## 3.1.4 (2025-05-22)
### 🚀 Features
- Allow apps to have a menu ([4bfea74](https://github.com/owdproject/client/commit/4bfea74))
- Add methods to better handle window changes ([54d1346](https://github.com/owdproject/client/commit/54d1346))
- Check if owd.config.ts is available and valid ([4920302](https://github.com/owdproject/client/commit/4920302))
- Add fit-parent to CoreWindow.vue ([59e068c](https://github.com/owdproject/client/commit/59e068c))
- Add focus() to WindowController and set methods as public (deprecate actions) ([710f7be](https://github.com/owdproject/client/commit/710f7be))
- Add owd global command ([f98c74c](https://github.com/owdproject/client/commit/f98c74c))
- Add useClipboardFs.ts composable ([cf934f4](https://github.com/owdproject/client/commit/cf934f4))
- Add window utils in ApplicationController.ts ([ffc97d0](https://github.com/owdproject/client/commit/ffc97d0))
- Export most used functions from core ([6635af7](https://github.com/owdproject/client/commit/6635af7))
- Merge owd.config.ts with nuxt.config.ts in module.ts ([069243c](https://github.com/owdproject/client/commit/069243c))
- Implement basic owd.config.ts ([d052552](https://github.com/owdproject/client/commit/d052552))
- Rewrite project ([cbbd45d](https://github.com/owdproject/client/commit/cbbd45d))
### 🩹 Fixes
- Add key on CoreApplicationWindowsRender v-for ([d2e8e3c](https://github.com/owdproject/client/commit/d2e8e3c))
- Check if entries property is set before normalizing in utilApp.ts ([6092c33](https://github.com/owdproject/client/commit/6092c33))
- Add missing min-width ([aa0c1b5](https://github.com/owdproject/client/commit/aa0c1b5))
- Minor improvements ([7f79208](https://github.com/owdproject/client/commit/7f79208))
- Fix imports ([44740cd](https://github.com/owdproject/client/commit/44740cd))
- Set window starting positionZ to 0 ([b99352e](https://github.com/owdproject/client/commit/b99352e))