From 49a5dc52521e95994000d09b0699ddbacd2cb66b Mon Sep 17 00:00:00 2001 From: THOLOT DECHENE Matthieu Date: Mon, 8 Jun 2026 12:52:38 +0000 Subject: [PATCH 1/2] =?UTF-8?q?release=20:=20develop=20=E2=86=92=20main=20?= =?UTF-8?q?(#63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Passage de `develop` en `main` pour déclencher `semantic-release` et publier une nouvelle version sur le registry Gitea. Contenu principal (85 commits) : - **fix(input)** : lisibilité des blocs de code dans InputRichText (#62) — overrides `[&_pre_code]` - feat(ui) : required cohérent + astérisque label + sanitisation email (#60) - feat(ui) : token `w-m-btn-action` + fix alignement pagination DataTable - feat(inputs) : UX polish + localFilter + focus scrollbar - MalioTimePicker, accordéon, modal, datepicker, autocomplete, email, phone - refonte drawer, refonte playground, éditeur rich text TipTap v3 Le push sur `main` après merge déclenche la publication automatique (version patch/minor selon les commits). --------- Co-authored-by: admin malio Co-authored-by: tristan Reviewed-on: https://gitea.malio.fr/MALIO-DEV/malio-layer-ui/pulls/63 Co-authored-by: THOLOT DECHENE Matthieu Co-committed-by: THOLOT DECHENE Matthieu --- app/components/malio/input/InputRichText.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/malio/input/InputRichText.vue b/app/components/malio/input/InputRichText.vue index 8c3a9af..559efc9 100644 --- a/app/components/malio/input/InputRichText.vue +++ b/app/components/malio/input/InputRichText.vue @@ -316,6 +316,7 @@ const mergedReadonlyClass = computed(() => 'prose-headings:font-semibold prose-a:text-m-primary', 'prose-code:rounded prose-code:bg-m-bg prose-code:px-1.5 prose-code:py-0.5 prose-code:before:content-none prose-code:after:content-none', 'prose-pre:bg-m-text prose-pre:text-white', + '[&_pre_code]:bg-transparent [&_pre_code]:p-0 [&_pre_code]:text-inherit', props.editorClass, ), ) @@ -494,7 +495,7 @@ onMounted(() => { ], editorProps: { attributes: { - class: 'prose prose-sm max-w-none w-full p-3 focus:outline-none prose-headings:font-semibold prose-a:text-m-primary prose-code:rounded prose-code:bg-m-bg prose-code:px-1.5 prose-code:py-0.5 prose-code:before:content-none prose-code:after:content-none prose-pre:bg-m-text prose-pre:text-white', + class: 'prose prose-sm max-w-none w-full p-3 focus:outline-none prose-headings:font-semibold prose-a:text-m-primary prose-code:rounded prose-code:bg-m-bg prose-code:px-1.5 prose-code:py-0.5 prose-code:before:content-none prose-code:after:content-none prose-pre:bg-m-text prose-pre:text-white [&_pre_code]:bg-transparent [&_pre_code]:p-0 [&_pre_code]:text-inherit', }, }, onUpdate: () => {