# Change Log
All notable changes to this project will be documented in this file. See Conventional Commits (opens new window) for commit guidelines.
# 1.0.0-alpha.50 (opens new window) (2024-01-24)
# Bug Fixes
- listexample: fixed field declaration (0baa347 (opens new window))
- listexample: removed duplicated field. Fixed typo (22858ba (opens new window))
# Features
- added MapField (3ba3b26 (opens new window))
- Detail: added PagePreview component (9ed8975 (opens new window))
- fields: added geo point field (ba0dd0c (opens new window))
- Time and DateTime: added Ok button to close menu (11f1d1e (opens new window))
# 1.0.0-alpha.49 (opens new window) (2023-07-27)
# Bug Fixes
- component TimeField resolve browser loop (504a629 (opens new window))
# Features
- added max-depth prop to menu manager to give the possibility of set a limit in depth for nesting (e4ab7a1 (opens new window))
# 1.0.0-alpha.48 (opens new window) (2023-07-14)
# Bug Fixes
- fix repeater not emitting internal values to form field (c118eb3 (opens new window))
# 1.0.0-alpha.47 (opens new window) (2023-06-24)
# Bug Fixes
- fix media gallery keys (f9fb666 (opens new window))
# Features
- improve media uloader progress (bbc9628 (opens new window))
- update translations (a51ae6d (opens new window))
# 1.0.0-alpha.46 (opens new window) (2023-06-24)
# Features
- media manager enhancements (994a8f0 (opens new window))
# 1.0.0-alpha.45 (opens new window) (2023-06-10)
# Bug Fixes
- fix setPointed (f43685d (opens new window))
# 1.0.0-alpha.44 (opens new window) (2023-06-10)
# Bug Fixes
- added better reactivity to setPointed function (78a4a88 (opens new window))
- added bottom padding to menu treeview draggable (6c10dcb (opens new window))
- added missing tranlations to detail component (c099319 (opens new window))
- better double clik node edit catcher (78ec053 (opens new window))
- fix media edit folder typo (aba1d15 (opens new window))
- fix search value update in media manager (c38b530 (opens new window))
- media-folders: fix media folder create, update and delete callbacks (1e8e1b0 (opens new window))
# Features
- add click callback to menuNode breadcrums to help navigation (0b73718 (opens new window))
- added css classes and translations to menu-manager (e1f46c0 (opens new window))
- added del keyboard input to delete menu nodes (6d376a0 (opens new window))
- added delete selected to media manager (060eaed (opens new window))
- added empty placeholder for menu treeview (f40dfc3 (opens new window))
- added keyboard inputs for confirm dialog (e9e4058 (opens new window))
- added media editor translation fields (87ed691 (opens new window))
- added MenuManager component (25107a9 (opens new window))
- added old value to onChange in formField (b53c86e (opens new window))
- added readonly props to detail component (4c8c79f (opens new window))
- added slots to menu editor component to sobstitute the entire form (239727c (opens new window))
- added title field in menu node editor (bd62662 (opens new window))
- added type folders to media manager (63cd551 (opens new window))
# Performance Improvements
- EXPERIMENTAL: use Vue.set in setpointed and directly manipulate js object in FormField (1c384e9 (opens new window))
# 1.0.0-alpha.43 (opens new window) (2023-02-02)
# Bug Fixes
- allow overflow on media dialog container (705a3be (opens new window))
- put version on @mapomodule/utils (9182283 (opens new window))
# 1.0.0-alpha.42 (opens new window) (2023-02-01)
# Bug Fixes
- detailguard: fix router hook in builds (9b8304f (opens new window))
- detailguard: unset guard after deletion (d857ce4 (opens new window))
# Features
- added time and datetime fields (30ad418 (opens new window))
# 1.0.0-alpha.41 (opens new window) (2022-12-20)
# Bug Fixes
- hide language select if empty (c2b6d9e (opens new window))
- media-editor: clone media object from store (5f0d39a (opens new window))
# Features
- handle all_permissions prop in user (14d4252 (opens new window))
- hide parent sidebar item when there aren't any accessible items (2358b1d (opens new window))
- media editor: disable save and delete button on medias without permissions (e15bc71 (opens new window))
# 1.0.0-alpha.40 (opens new window) (2022-12-20)
# Bug Fixes
- fix formfield hideDetails on errors (4d97992 (opens new window))
- fix repeater mount value (aacaf20 (opens new window))
- fixed detail forceLanguage default (2ab928a (opens new window))
- reduce debounce output with nested repeater to prevent field deletions (b6a252e (opens new window))
- reset confirm dialog options after transition to prevent graphic glitch (d2e5138 (opens new window))
- rewritten and more precise diffObjs function (3e79775 (opens new window))
# Features
- add some slots to drop area component (73d79df (opens new window))
- added botdy.top and body.bottom slots for forma groups (3e48d43 (opens new window))
- added draggable capability to media manager selection (f6311cd (opens new window))
- added global and single field configuration for initial expanded value in form groups (69249c1 (opens new window))
- added global and single field configuration for initial expanded value in form tabs (e4f01d0 (opens new window))
- added route gruard to prevent leaving a detail page with unsaved data (7d51cd2 (opens new window))
- added spridermenu option to nuxt.config (1808d43 (opens new window))
- added tab.slug.before and tab.slug.after slots for forms tabs (42a2497 (opens new window))
- added the possibility to set default langs in nuxt.config (81b0fe4 (opens new window))
- added usePatch option to partially save data with PATCH http method (1dfa3b2 (opens new window))
- added warning on media manager upload for big files (09743b9 (opens new window))
- style scrollbars (48e4c7b (opens new window))
# 1.0.0-alpha.39 (opens new window) (2022-12-03)
# Bug Fixes
- fix class inheritance for field border radius (33f1fd9 (opens new window))
- fix list table to fallback to unknown string if navigable but no column value (dcf400f (opens new window))
# Features
- give the option to rewrite form fields components defaults in nuxt.config.js (c4e76b1 (opens new window))
- pass classes also to groups and tabs in formfields (e975aab (opens new window))
- restyle media m2m field (a79e976 (opens new window))
- specific class names for detail component parts and configurable sidenav col (e6a5887 (opens new window))
# Performance Improvements
- dynamically import components in FormField to reduce bundle size (85986c6 (opens new window))
- treeshake vuetify to reduce vendor bundle (42b31b3 (opens new window))
# 1.0.0-alpha.38 (opens new window) (2022-11-22)
# Bug Fixes
- append color icon in color field (7d17806 (opens new window))
- clear tinymce content on startup (e8e3599 (opens new window))
- fix layout shift of media field after media selection (b59e0f2 (opens new window))
- fix static resources base path (ed8351d (opens new window))
- fix tinymce skin mapo-light menu hover color (c176df8 (opens new window))
- remove settings link (d4be262 (opens new window))
# Features
- added error state for wyg editor based on mapo field error state (c1f2dbd (opens new window))
- added error state to mapofield and reduced div nesting (751ffeb (opens new window))
- added slots for sidebar and topbar (7ac86e7 (opens new window))
- auto hideDetails on fields without error messages (7654bf3 (opens new window))
- tinymce better theming (c1c5c88 (opens new window))
- tinymce enhancements and theming (5bb1168 (opens new window))
- update style of form groups (a4d9238 (opens new window))
- update vuetify color scheme (18aff8d (opens new window))
# Performance Improvements
- decrease div nesting in forms (537a59c (opens new window))
# 1.0.0-alpha.37 (opens new window) (2022-11-14)
# Bug Fixes
- better icon sizing for media m2m (2c241f8 (opens new window))
- fix gallery ui interface (6570535 (opens new window))
- fix index layout (7b15fcc (opens new window))
- fixed fields init values (23f1658 (opens new window))
- fixed media m2m readonly (5fa3f80 (opens new window))
# Features
- better handle videow preview in mobile mode (e3120f3 (opens new window))
# 1.0.0-alpha.36 (opens new window) (2022-11-12)
# Bug Fixes
- fix media preview type checks (580515f (opens new window))
# 1.0.0-alpha.35 (opens new window) (2022-11-11)
# Bug Fixes
- fix mime type filtering for new media manager (bbd1a9b (opens new window))
# 1.0.0-alpha.34 (opens new window) (2022-11-11)
# Bug Fixes
- fix draggable dialogues (aeaa009 (opens new window))
- fix media dialog reset and selected visualization (d04e6f2 (opens new window))
- fix media store i18n (ec5d8a3 (opens new window))
- fix repeater width (f210aff (opens new window))
- fix some graphic issues in new media dialogue (6895dab (opens new window))
- fixed some interface glitch in media manager (317f550 (opens new window))
- little media manager graphic fixs (9f9df7e (opens new window))
# Features
- added media store (e515f34 (opens new window))
- completely rewritten mediaField (4b17d18 (opens new window))
- default upload in multipart autodiscover (b153307 (opens new window))
- new m2m media field and moved media selection logic to store (8094375 (opens new window))
- rewreitten media grids (3818ca1 (opens new window))
- rewritten media manager (de18547 (opens new window))
# 1.0.0-alpha.33 (opens new window) (2022-10-14)
# Bug Fixes
- repeater: keep cloned array in repeater (2d9254c (opens new window))
# 1.0.0-alpha.32 (opens new window) (2022-09-28)
# Bug Fixes
- fix emits of form inputs in heavly nested conditions (2b143fd (opens new window))
# 1.0.0-alpha.31 (opens new window) (2022-09-14)
# Bug Fixes
- interceptor: remove token injection for axios requests (59b2f5c (opens new window))
- middleware: fix auth middleware to correclty redirect based on router base (1d49cd7 (opens new window))
# 1.0.0-alpha.30 (opens new window) (2022-09-13)
# Bug Fixes
- auth: removed js set cookie helpers since mapo login is http-only cookie based now (6328c13 (opens new window))
- repeater: added v-container to form repeater to prevent field size expansion (82af78e (opens new window))
- repeater: handle null values (6cea5c4 (opens new window))
- wygEditor: handle null values (18477da (opens new window))
# Features
- added memoized debounce (3c9a025 (opens new window))
# 1.0.0-alpha.29 (opens new window) (2022-09-03)
# Bug Fixes
- form-field: debounce the entire setter not only emitter to preserve the most fresh data from parents components (31449e2 (opens new window))
# Performance Improvements
- detail: remove unused console logs (3bef461 (opens new window))
- form: move translations logic to from field to prevent field config manipulations and reduce rendering cycles (06038ef (opens new window))
- form: prevent inputs if value has no changes and defer inputs if not immediate flag on form (e3da2d8 (opens new window))
# 1.0.0-alpha.28 (opens new window) (2022-09-01)
# Bug Fixes
- form debounce: fix form debounce not correctly updating model (04b392d (opens new window))
- fixed repeater remaining close on model fetch (3a30136 (opens new window))
- repeater: fix row expansion in nested repeater (4ed22cd (opens new window))
- tabs: show correct label in nested tabs (30f50b2 (opens new window))
# Features
- detail: give feedback for all http actions in detail components and prevent interaction during the request (ceec206 (opens new window))
# Performance Improvements
- repeater: prevent collapsed repeater from rendering hidden forms (1ae7d18 (opens new window))
- increase form performances debouncing the emit events (5e0bb30 (opens new window))
# 1.0.0-alpha.27 (opens new window) (2022-08-25)
# Bug Fixes
- remove unused options plugin (45004bb (opens new window))
- colorfield: return string in colorfield (3acbd5c (opens new window))
- detail: added force option to languages (8ed4b69 (opens new window))
# Features
- fields: added color field (ead7448 (opens new window))
- mediapreview: added title tag to medias (d063162 (opens new window))
- implemented enhanced media compomentent (fe336e1 (opens new window))
- implemented media preview through MediaPreview component (575c285 (opens new window))
# 1.0.0-alpha.26 (opens new window) (2022-08-11)
# Bug Fixes
- correct langDir path on i18n defaults (100239f (opens new window))
# 1.0.0-alpha.25 (opens new window) (2022-08-02)
# Bug Fixes
- fix detail field language list (1d290e6 (opens new window))
- fix mediauploader typo (67e7e4e (opens new window))
- fixed bug on preview image (f2878ee (opens new window))
- removed some accidental trash from previous commit (4a85da4 (opens new window))
# Features
- i18n: move i18n config to mapo defaults to enable mixed merges of user and mapo options. (2190aa9 (opens new window))
# 1.0.0-alpha.24 (opens new window) (2022-07-22)
# Bug Fixes
- i18n: use iso code for vuetify language code (0683c78 (opens new window))
- fixed login screen (f925672 (opens new window))
- list: pass selectionQuery to list actions (7385daa (opens new window))
- listfilters: added watch on list filters (753f40e (opens new window))
# Features
- i18: handle i18n on images' alt title tags (3fb3f62 (opens new window))
- i18n: handle translations on meta router (2e20afe (opens new window))
- added language switcher (6995542 (opens new window))
- refactored translations, added vuetify translations (bd37682 (opens new window))
- form: added vShow on tabs and groups (631e43f (opens new window))
- i18n: i18n for detail and form fields (74760b1 (opens new window))
- i18n: i18n on sidebar and list components (64fb9a1 (opens new window))
- i18n: setup on generic and media components (f38588f (opens new window))
# 1.0.0-alpha.23 (opens new window) (2022-05-04)
# Bug Fixes
- detail: prevent rendering of fields until the model is fully loaded (0421d79 (opens new window))
- repeater: better borders and padding for repeater lines (07faf36 (opens new window))
- seoPreview: fix permalink preview to integrate the domain (8bdd6a3 (opens new window))
- utils: better File recognition for deepClone util (72a1002 (opens new window))
- fix detail component not redirecting on save and continue action (3ba4bb6 (opens new window))
- fix readonly fields in forms (564a853 (opens new window))
# Features
- forms: update style of group and tabs (a8d902b (opens new window))
- added maxHeight prop to repeater (5adc02e (opens new window))
# Performance Improvements
- forms: Decrease rendering time of form component, and all Components based on form (22a191a (opens new window))
# 1.0.0-alpha.22 (opens new window) (2022-05-01)
# Bug Fixes
- fix detail component slot bindings (c4367a3 (opens new window))
- fix form fields components discovery (3f4fb0b (opens new window))
- fix language switch in repeater (76d4b80 (opens new window))
- fix missing funtions in confs. this is a bit hacky. better to find a better solution (e3117cf (opens new window))
- fix repeater commands showing only on sidebar hover (82de95d (opens new window))
# Features
- added a collapsed Label prop to define it in the repeater (ec26fcb (opens new window))
- added a vShow callback prop to conditionally display a field (c94a280 (opens new window))
- added collapsed mode to repeaters (e99e2cd (opens new window))
- added onChange callback to fields (f19a994 (opens new window))
- big code refactor and improovements to fields management (a818d8b (opens new window))
- Form component has now many more slots (5db0da8 (opens new window))
- move vShow check in form component and add vVisible check (c219cec (opens new window))
- form: added tabs configuration to forms (387e521 (opens new window))
- repeater: now repeater with templates has more precise slots (67eb56f (opens new window))
# 1.0.0-alpha.21 (opens new window) (2022-04-25)
Note: Version bump only for package mapo-monorepo
# 1.0.0-alpha.20 (opens new window) (2022-04-25)
# Features
- repeater: added multilanguage capabilities to Repeater Field (4736d52 (opens new window))
- repeater: added templates to repeater to compose rows block by block (c2546b1 (opens new window))
# 1.0.0-alpha.19 (opens new window) (2022-04-06)
# Bug Fixes
- fix logout loop (3177cca (opens new window))
- fix logout redirects (113dd6b (opens new window))
- fix repeater field in production build (7c10bcb (opens new window))
# 1.0.0-alpha.18 (opens new window) (2022-04-04)
# Bug Fixes
- fix core interceptor syntax (c546a48 (opens new window))
# Features
- Filefield opens files in popup window (96be24a (opens new window))
# 1.0.0-alpha.17 (opens new window) (2022-04-03)
# Bug Fixes
- fix default dialogProps in quick edit component (dd45bbd (opens new window))
- various fixes to auth loops (58cdb58 (opens new window))
# 1.0.0-alpha.16 (opens new window) (2022-04-03)
# Bug Fixes
- detail: fix reference errors in detail component (f5c3fb2 (opens new window))
- list: fix offlineMode data table reordering (55eb55f (opens new window))
- mediamanager: fix dialog style (732d748 (opens new window))
- mediamanager: fix media folder style (0ac29c8 (opens new window))
- prevent filefield bad mount (cc84540 (opens new window))
- repeater: fix reordering animation (fe192fe (opens new window))
# Features
- Added mapo integrations module! 🎉 (76d2c80 (opens new window))
- quick-edit: added possibility to customize dialog props of ListQuickEdit (f3028c0 (opens new window))
- added mapo options to mapo helper (38dcbf2 (opens new window))
- repeater: added readonly state to repeater field (d2aa979 (opens new window))
- theme: added dark/light mode switcher (1c45cb1 (opens new window))
# BREAKING CHANGES
- This change removes all the camomilla cms references moving the compatibility layer in a detached package mapo-integrations-camomilla (opens new window). The guidelines to make mapo work with camomilla will be provided in the package readme.
# 1.0.0-alpha.15 (opens new window) (2022-03-11)
# Bug Fixes
- fix detail component for single translatable languages (cab50e5 (opens new window))
- fix detail-field bad mounting if v-model is too quick (6198a7d (opens new window))
- fix media-field bad mounting if v-model is too quick (335a7c2 (opens new window))
- removed permanent scrollbar on page body (2cb3f13 (opens new window))
# Features
- add sortable capabilities to repeater field (c962f62 (opens new window))
- add sortCallback also to add and remove items in Repeater field (1ae82c3 (opens new window))
- added Repeater field 🌶 (f388094 (opens new window))
- added loading status to fksfield while fetching options (07137ee (opens new window))
- enhance findPropPaths to deal also with arrays indexes (158a9aa (opens new window))
- list: added filtersChange event (3d2a560 (opens new window))
- manage backend errors on reordering (1df55c2 (opens new window))
- ordering: added sortablejs to drag and reorder list (eb8bf21 (opens new window))
# 1.0.0-alpha.14 (opens new window) (2022-03-01)
# Features
- added default choice to filtering (75d4cb6 (opens new window))
# 1.0.0-alpha.13 (opens new window) (2022-03-01)
# Bug Fixes
- added missing error messages to media field (1489001 (opens new window))
- clean default layout (b32e5db (opens new window))
- fix back button in detail page when you came from login or when you have no window history (7881004 (opens new window))
- fix clipped state cookie parsing (a07251c (opens new window))
- fix detail language load (92a2718 (opens new window))
- fix error page style (d8753a1 (opens new window))
- fix menu route building for nested folders (1d15b17 (opens new window))
- fix sidebar menu styling for nested long menus (ba87f59 (opens new window))
- handle media manager requests errors. (809704b (opens new window))
- detail: set current lang at mount time (46c98a7 (opens new window))
- remove logout from sidebar if no user logged in (e9d562b (opens new window))
- remove remaining toc plugin configuration from tinymce (9defb47 (opens new window))
- remove toc and imagetools plugin from tinymce (e1d12cf (opens new window))
# Features
- accept axios configuration in endpoint prop of FksField (9dfca0b (opens new window))
- added loading page before content retrieve in detail page (4f26c03 (opens new window))
- added login button to profile component if no user logged in (354a25a (opens new window))
- added minivariant to app store and save state on cookie (dbcd60b (opens new window))
- added snack message in the requst interceptor (acf9cd1 (opens new window))
- detached SidebarProfile from sidebar component (92c2894 (opens new window))
- make all modals draggable 🛸 (57da10d (opens new window))
- pass errors to slot bindings inDetail component (9303b39 (opens new window))
# 1.0.0-alpha.12 (opens new window) (2022-02-16)
# Bug Fixes
- detail: load v-model at mount time (ad37268 (opens new window))
# Features
- added mapomedia to context menu and menubar replacing default image tool (bb899d8 (opens new window))
- changed default primary color (37c3599 (opens new window))
# 1.0.0-alpha.11 (opens new window) (2022-02-12)
# Bug Fixes
- add lower lever errors for nested fields (beea774 (opens new window))
- fix filefield clear button (297b8de (opens new window))
- replace model with response in detail composnent (77d9565 (opens new window))
# Features
- added brand new FileField (6928b86 (opens new window))
# 1.0.0-alpha.10 (opens new window) (2022-02-11)
# Bug Fixes
- fix crud requests without multipart policy (5875833 (opens new window))
- fix list table first entry key path (issue #14 (opens new window)) (f29f25a (opens new window))
- fix objectHelper getPointed returning a keyerror when some point in path are missing (6f1c2aa (opens new window))
# Features
- core: Completely rewritten multipart capabilities, now the crud helper autodiscovers whet to use a multipart request. (0a6546c (opens new window))
# 1.0.0-alpha.9 (opens new window) (2022-02-08)
# Bug Fixes
- core: fix object setPointed to create missing nesting (7a26510 (opens new window))
- datefield: graphic fix for datefield (2cf2a8f (opens new window))
- fksfield: added fks alias to field (d5b5ecf (opens new window))
# Features
- detail: added possibility to remove group icon in detail field configuration (a8f63e0 (opens new window))
- detailfield: added hidden label to simplify external graphic personalization of fields (4e1de0d (opens new window))
# 1.0.0-alpha.8 (opens new window) (2022-01-23)
# Bug Fixes
- auth: logout user only on 401 (818f3d5 (opens new window))
- detail: fix lang switch crop in small devices (fc05f1e (opens new window))
- detailfield: fix default prop handling (b3297f1 (opens new window))
- langs: fixed lang detection from model api (1653740 (opens new window))
- list: remove quickadd if user cannot add (aef919e (opens new window))
- login: fix bad handling of login call (2d73570 (opens new window))
- m2m: let v-model be an object to let field manage fk (5500870 (opens new window))
- mediamanager: fix linked models (35611ed (opens new window))
- permission: fix bad store initialization on ssr (f075824 (opens new window))
- permissions: add route permissions with routename instead on path (16ff6ee (opens new window))
- permissions: collect route middleware info directly from (e1937cc (opens new window))
- quickedit: fix close button position (8e15d47 (opens new window))
- quickedit: temporary disable patch diff to fix translation problems (1ec4b04 (opens new window))
- sidebar: fix footer menu auth (6a986ba (opens new window))
- snackbar: fix snack color (9fcc053 (opens new window))
- fix m2mfield for null values (fbdf045 (opens new window))
- uikit: fix color mismatch in some components (06cc23c (opens new window))
# Features
- detail: added permission logics to detail component (475d063 (opens new window))
- detail: added permission logics to list actions component (eebe25a (opens new window))
- detail: added permission logics to list component (83343ca (opens new window))
- detail: added permission logics to list head component (95a37a2 (opens new window))
- detail: show backend error messages on model update (a456a81 (opens new window))
- fields: added readonly prop to date custom field (682bab5 (opens new window))
- fields: added readonly prop to various custom fields (ed45190 (opens new window))
- m2m: added autocomplete by default (1956427 (opens new window))
- m2m: autodisable chips if multiple = false (5dcc88d (opens new window))
- m2m: restyle m2m field (bb49f3d (opens new window))
- M2m: added max height (d32a383 (opens new window))
- quickedit: add close button on hover (c365f51 (opens new window))
- quickedit: added non field errors (4b63e73 (opens new window))
- quickedit: merge detail component logics in to quickedit (691f610 (opens new window))
- routeMeta: added middleware to routemeta (80bb2cd (opens new window))
- sidebar: hide not navigable entries depending on user permissions (349dd6c (opens new window))
- uikit: more consistent ui style (54c464f (opens new window))
- add error stack trace to node when the ssr session breaks (8c835d7 (opens new window))
# 1.0.0-alpha.7 (opens new window) (2022-01-13)
# Bug Fixes
- detail: fix v-card content margin on detail component (f07d5c1 (opens new window))
- detail: remove lang swtch if only one lang is selected (35cf58a (opens new window))
- detail: remove v-container from detail component to fix sizing (2947652 (opens new window))
- list: fix search box for very small displays (edf7287 (opens new window))
- media: fix reset on media dialog (3727502 (opens new window))
- media: reset media dialog after close (5aded79 (opens new window))
- mediamanager: better display of folder path in media manager (bdc5692 (opens new window))
- mediamanager: better ui for selection (2307d38 (opens new window))
- mediamanager: fix backbutton background in media editor (315d9df (opens new window))
- mediamanager: fix corb errors loading image preview in mediamanager (7f34e34 (opens new window))
- mediamanager: fix DOMException: The play() request was interrupted (89a2a3e (opens new window))
- mediamanager: fix editor opening (3888652 (opens new window))
- mediamanager: make editing animation smooth (81bd34b (opens new window))
- mediamanager: minor fixes to mediamanager ui (a7b6089 (opens new window))
- mediamanager: prevent media type check fail if no media type present (2ee88fe (opens new window))
- mediamanagerdialog: better positioning on small device of media manager dialog content (9da147c (opens new window))
- sidebar: fix nested SidebarListItems not triggering active class when the list-item is not a link (9e92971 (opens new window))
- tinymce: added missing al text to image tag (55a3926 (opens new window))
- uikit: fix some content disposition in main layout (1e9c79b (opens new window))
# Features
- media: added mime type filtering (da01658 (opens new window))
- media: added search input (a1ac6ae (opens new window))
- media: selection prop 2-way binded (e87f21c (opens new window))
- mediafield: update media field to handle files (5158108 (opens new window))
- mediamanager: added audio playback for audio files (6aec9f7 (opens new window))
- mediamanager: added icon for media that are not images (d77f17b (opens new window))
- mediamanager: added link to img shortcut button in editor (1dd446f (opens new window))
- mediamanager: added the possibility to change the media file using same url of the old file (f21f383 (opens new window))
- mediamanager: added video preview for video mime types (55fc423 (opens new window))
- mediamanager: many ui enhancements for mediamanager (30ab3ff (opens new window))
- mediamanager: media folders manager graphic enhancements (0e8e7ec (opens new window))
- sidebar: added spidermenu for nested routes (084029d (opens new window))
- tinymce: added callback to manage video and documents insertions with mapomedia plugin (b4e6f63 (opens new window))
# 1.0.0-alpha.6 (opens new window) (2021-12-26)
# Bug Fixes
- uikit: fix sidebar footer items not collapsing on mini variant (04c510e (opens new window))
- uikit: fix sidebar items not collapsing on mini variant (67a9524 (opens new window))
- various css fixes (658c363 (opens new window))
- list: fix v-menu position on large screens (41bd08d (opens new window))
- list: fixed v-menu filter positioning (e99848e (opens new window))
- list: fixed v-menu position for filters (cb95260 (opens new window))
- list: load page from query params (88dea98 (opens new window))
- list: refactoring for injected elements and FE pagination (f9c968e (opens new window))
- list: removed lock to BE pagination if items in list are less than itemsPerPage (3fe34e0 (opens new window))
- uikit: better handle detail component lang switches (5297e49 (opens new window))
- uikit: fix detailfield not reading conf value changes (5628268 (opens new window))
- uikit: fix lang changhe in detail component (32494f7 (opens new window))
- uikit: fix positioning of element in list component and subcomponents (887c3b6 (opens new window))
- uikit: set endpoint to default null in detail field (5c9296c (opens new window))
- fixed v-model with datepicker filter (ef4634e (opens new window))
- load saved date range into datepicker (eb94dd5 (opens new window))
# Features
- core: reject promise for crud methods if no endpoint was passed during configuration (bb8d447 (opens new window))
- list: added support to offline items (495fd1f (opens new window))
- list: handle multisort (41feb88 (opens new window))
- uikit: add possibility to remove icon from sidebar (106d85f (opens new window))
- uikit: added langChange event to detail component (70d3430 (opens new window))
- uikit: added possibility to change detail component current lang fromprop (1993aa7 (opens new window))
- uikit: added possibility to override field container class in detail component with key class in field configuration (afe1e52 (opens new window))
- uikit: added seopreview field (03e52fe (opens new window))
- uikit: added v-model to Detail Component, now you can bind the payload externally from detail field. (a50b082 (opens new window))
- uikit: display errors on tinymce component also with red label shake animation (2c9e158 (opens new window))
- uikit: newsidebar built with vuetify components to better support theming (9cc237f (opens new window))
# 1.0.0-alpha.5 (opens new window) (2021-12-20)
# Bug Fixes
- uikit: fix list component http call with no pagination at all (ebe4b61 (opens new window))
# Features
- added search field on list component (0c845e2 (opens new window))
- select all option on list component (588d2c5 (opens new window))
- slot for selected items' counter (0551b5e (opens new window))
# 1.0.0-alpha.4 (opens new window) (2021-10-25)
# Bug Fixes
- Display corret version of mapo in index page (22ae4cf (opens new window))
# 1.0.0-alpha.3 (opens new window) (2021-10-25)
# Bug Fixes
- Corrected load order of modules to prevent missing mapo components in some circumstances (4fa16fb (opens new window))