Skip to content

Create new stable for V12

Joël Cuissinat requested to merge testing into main

1.1.0-testing.1 (2024-01-15)

Features

  • builder: remove useless option on layout component (7e32c35)
  • component: add page breaker component (3dc379d)
  • dnd: add dnd to inputbuilder (c37bbe0)
  • dnd: update style for draggable div (49d05d7)
  • expiration: block active button for expired form (73a82ba)
  • expiration: block answer page for expired form (2bdf513)
  • expiration: separation of expiration and deletion (7e388e7)
  • form: add duplicate form feature (543e594)
  • meteor: update meteor and packages to 2.13.3 (d99e350)
  • npm: update outdated libs to wanted version (78a9320)
  • pagebreak: add color for pagebreak in input map (7175607)
  • pagebreak: add page break to form generation (a3965f9)
  • purge: change field check for data deletion (4e8a7e4)
  • question: highlight question in final form (a058d5e)
  • redirect: add toast when copying url (32388eb)
  • redirect: always display modify link in redirect page (49ca49e)
  • rgpd: edit modal for duplicate form (2d6a750)
  • settings: add default expiration and deletion delay to settings (92eb03d)
  • settings: rename new variables (67460d9)
  • stylee: change style of language switcher (c02a8a4)
  • style: hide instruction if user exist (0c89c66)

Bug Fixes

  • breadcrumb: add condition for invalid expiration date (b129fa4)
  • breadcrumb: block if components are invalid (f1f0f8f)
  • check: add pagebreaker to components to check (8973d60)
  • check: fix and refactor check layout components function (524aafc)
  • date: edit default value for expiration and deletion (80869e1)
  • display: add loader to prevent calculation error (ed408cf)
  • dnd: fix meteor lint and bug DnD (80fa2cc)
  • duplicating: description by default at duplication (b328082)
  • duplication: check new form with id instead of title (d597250)
  • duplication: check new form with id instead of title (ea4a13a)
  • form: data save and load on expiration date (cdd76df)
  • global: change variable name for more comprehension (3131d98)
  • global: remove console log (ea5854d)
  • i18n: add missing keys (aaf1744)
  • i18n: remove hardcoded deletion delay (e68ea3a)
  • initialstate: calculation of expiration and deletion date (b5a6812)
  • lint: adjust space on rgpd modal (315c491)
  • modal: text correction (dc93845)
  • rgpd: add missing space (7cdef60)
  • rgpd: define expiration delay with setting (7263f70)
  • style: center pagination (82dc826)
  • tests: add missing field in fake data (d088797)
  • variable: rename variable (dc0d502)
  • visualizer: auto scroll to top when changing page (ed892e5)
  • visualizer: display form at answer mode (03645f6)
  • visualizer: display of visualizer with pagination (05ae927)

Code Refactoring

Merge request reports