@linagora/linid-im-front-corelib 0.0.72 → 0.0.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,7 +31,7 @@ structures for identity management features such as CRUD operations on persons,
31
31
  ## **Tech Stack 🛠️**
32
32
 
33
33
  | Area | Technology |
34
- | --------------- | ------------------------ |
34
+ |-----------------|--------------------------|
35
35
  | Language | TypeScript |
36
36
  | Framework | Vue.js (Composition API) |
37
37
  | UI Toolkit | Quasar Framework |
@@ -101,6 +101,11 @@ A full technical documentation is available in the `docs/` directory:
101
101
  personalization.
102
102
  → [`docs/ui-design.md`](docs/ui-design.md)
103
103
 
104
+ - 🔗 **URL Filter Sync (`useLinidFilterUrl`)**
105
+ Learn how to use the `useLinidFilterUrl` composable to synchronize `LinidFilter` instances with the URL
106
+ query params.
107
+ → [`docs/use-linid-filter-url.md`](docs/use-linid-filter-url.md)
108
+
104
109
  - 🎨 **I18n Configuration (`i18n`)**
105
110
  Learn how to initialize and use the `i18n` singleton and the `useScopedI18n` composable for internationalization.
106
111
  → [`docs/i18n.md`](docs/i18n.md)