Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/ui": "0.0.1"
"packages/ui": "0.0.2"
}
30 changes: 30 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## [0.0.2](https://github.com/IT4Change/Ocelot-Social/compare/ui-v0.0.1...ui-v0.0.2) (2026-07-03)


### Features

* **maintenance:** new maintenance page ([#9445](https://github.com/IT4Change/Ocelot-Social/issues/9445)) ([01a951e](https://github.com/IT4Change/Ocelot-Social/commit/01a951e77b8e2b7a74f47e6fbb69f2028cf90f22))
* **package/ui:** actionButton + labledButton ([#9470](https://github.com/IT4Change/Ocelot-Social/issues/9470)) ([e144170](https://github.com/IT4Change/Ocelot-Social/commit/e144170cf065a761ac9c95efab3088b586cb96a7))
* **package/ui:** os-badge ([#9250](https://github.com/IT4Change/Ocelot-Social/issues/9250)) ([951a24f](https://github.com/IT4Change/Ocelot-Social/commit/951a24f100cf735751ea43750186fa36fada9171))
* **package/ui:** os-button suffix slot ([#9242](https://github.com/IT4Change/Ocelot-Social/issues/9242)) ([282d4a3](https://github.com/IT4Change/Ocelot-Social/commit/282d4a33eb8ab8932e4500ee5065e07985a3c19b))
* **package/ui:** os-counter-icon ([#9471](https://github.com/IT4Change/Ocelot-Social/issues/9471)) ([202c869](https://github.com/IT4Change/Ocelot-Social/commit/202c869515e493eba10daaa33b8c6fefe8d242ee))
* **package/ui:** os-icon ([#9234](https://github.com/IT4Change/Ocelot-Social/issues/9234)) ([fc714a5](https://github.com/IT4Change/Ocelot-Social/commit/fc714a5f303cb443b52799090db0cdffa7a1e7bb))
* **package/ui:** os-menu ([#9431](https://github.com/IT4Change/Ocelot-Social/issues/9431)) ([75c1232](https://github.com/IT4Change/Ocelot-Social/commit/75c12328606b5a5aec19ba7a46d3e3c353bc59ac))
* **package/ui:** os-modal & webapp integration ([#9375](https://github.com/IT4Change/Ocelot-Social/issues/9375)) ([237798b](https://github.com/IT4Change/Ocelot-Social/commit/237798b0f0b9002d524c3f24486f0e00d81d4af9))
* **package/ui:** os-number ([#9254](https://github.com/IT4Change/Ocelot-Social/issues/9254)) ([bbad57b](https://github.com/IT4Change/Ocelot-Social/commit/bbad57bbc7cefe6aaeb1446c742bc36ec65faacd))
* **webapp:** more button icons, more loading states ([#9243](https://github.com/IT4Change/Ocelot-Social/issues/9243)) ([c0a7965](https://github.com/IT4Change/Ocelot-Social/commit/c0a7965d24280675f6ca33ecb58c02cd2fc02748))
* **webapp:** push to top indicator ([#9237](https://github.com/IT4Change/Ocelot-Social/issues/9237)) ([0cbdfea](https://github.com/IT4Change/Ocelot-Social/commit/0cbdfea5a1169eaa31f7e04dd128db1bda7fb56a))
* **webapp:** replace language switch logo ([#9475](https://github.com/IT4Change/Ocelot-Social/issues/9475)) ([b078307](https://github.com/IT4Change/Ocelot-Social/commit/b07830769d44de29acabb52fa0614ff6b5b745df))


### Bug Fixes

* **package/ui:** fix package ui regression target on icons ([#9479](https://github.com/IT4Change/Ocelot-Social/issues/9479)) ([9cba88c](https://github.com/IT4Change/Ocelot-Social/commit/9cba88cb68bdf5258216279dcf0301574d5e4b6a))
* **package/ui:** os-button class to ensure branding compatibility ([#9211](https://github.com/IT4Change/Ocelot-Social/issues/9211)) ([f4fe855](https://github.com/IT4Change/Ocelot-Social/commit/f4fe8553de78d02d627c10df59d66d7a06c285b7))
* **package/ui:** override active hover effect of disabled button to not create visual glitches when button state changes ([#9408](https://github.com/IT4Change/Ocelot-Social/issues/9408)) ([194fc53](https://github.com/IT4Change/Ocelot-Social/commit/194fc53ade76355063473ba097f5f474e6102211))
* **package/ui:** update eslint-config-it4c & fix lint errors ([#9368](https://github.com/IT4Change/Ocelot-Social/issues/9368)) ([5ad0689](https://github.com/IT4Change/Ocelot-Social/commit/5ad0689ddae5497273f549a0df74cdb1ecf8afe5))
* **webapp:** add responsive mobile menu with locale switching and filter support ([#9281](https://github.com/IT4Change/Ocelot-Social/issues/9281)) ([9548ad6](https://github.com/IT4Change/Ocelot-Social/commit/9548ad6e313f547e93778bf78e880d2527ec1f49))
* **webapp:** fix group chat room floating window change ([#9753](https://github.com/IT4Change/Ocelot-Social/issues/9753)) ([cc086aa](https://github.com/IT4Change/Ocelot-Social/commit/cc086aad35ee7313d958e0b83b19dacd3e2c5110))
* **webapp:** fix map & user-teaser ([#9484](https://github.com/IT4Change/Ocelot-Social/issues/9484)) ([4245d2c](https://github.com/IT4Change/Ocelot-Social/commit/4245d2cbd4d6964ef5ad62cffd16507899f3950a))
4 changes: 2 additions & 2 deletions packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocelot-social/ui",
"version": "0.0.1",
"version": "0.0.2",
"description": "Vue component library for ocelot.social - works with Vue 2.7+ and Vue 3",
"license": "Apache-2.0",
"type": "module",
Expand Down