Skip to content

Releases: bsi-software/bsi-cx-design-standard-library-web

1.4.7

11 Oct 08:27
Compare
Choose a tag to compare

What's Changed

  • #386885: prevent spacer from shrinking to 0px if no other element is present by @innerjoin in #127
  • bump to 1.4.7 by @LukasBSI in #133

Full Changelog: 1.4.6...1.4.7

1.4.6

21 May 08:42
2d15444
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.5...1.4.6

1.4.5

08 May 11:23
7825904
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.4...1.4.5

1.4.4

26 Mar 14:08
62e21ec
Compare
Choose a tag to compare

What's Changed

  • fix table and news-snippet by @innerjoin in #82
  • correct boolean fallback values (#376041) by @marleenjattke in #84
  • configurable social share colors by @innerjoin in #85
  • extend webcam image upload with additional properties (#375618) by @Sophiaw-hub in #87
  • refactor form field validation (#377590) by @LukasBSI in #88
    • For 'text' and 'password' the maximum length is now validated
    • For 'number' the minimum and maximum are checked
    • For 'date', 'datetime' and 'time', the minimum, maximum and length are now checked
    • Note: for 'email', a plausibility check (@ and . as well as only certain characters) was already present before

New Contributors

Full Changelog: 1.4.3...1.4.4

1.4.3

15 Feb 08:30
Compare
Choose a tag to compare

Changes

  • Update dependencies to resolve an issue where a devloper library used to permanently try to open a web socket (#344515)

1.4.2

06 Feb 13:45
Compare
Choose a tag to compare

Changes

  • Inside the HTML content element, ensure that non-decendent iframes are considered with proper height
  • Fix checkbox and radio formatting issues
  • Replace Twitter with X (@#371665)

CHANGELOG 1.4.2

1.4.1

31 Jan 16:15
Compare
Choose a tag to compare

Changes

  • Prevent endless loop in the phone number element, which used to cause landingpages/websites to crash in the previous release (#372595)
  • Proper translation of date picker (#371869)
  • Make slot finder texts configurable and translatable (#371869)
  • Make webcam image element translatable on configuration level (#368259)
  • Upgrade dependencies

CHANGELOG 1.4.1

1.4.0

17 Jan 13:32
Compare
Choose a tag to compare

This Release has a known issue with the telefone number element. Please update to version 1.4.1 as soon as possible to prevent an endless loop of your web pages.

Important Change

We are now using the CSP Distribution of Alpine.js. Thus, developers my no longer use any inline JavaScript in HTML/TWIG files associated with Alpine. Instead, there must always be a reference pointing to an associated alpine data object. We changed the implementation of a couple of components to comply with this new rule. The advantage of it is that content elements using Alpine.js are now shown properly in the 'Preview' mode of the content editor and in live mode without having to change the CSP settings. By using de CSP distribution of Alpine.js, it is no longer required to add usafe-eval to the CSP, which helps to increase security (#355743).

Additional changes

  • New style to display a button as a link (#357481)
  • Remove unused caption for logo element (#364438)
  • New style to use a fixed width for the header image element (#365087)
  • Additonal spacer options (#365087)
  • Better description for banner and header image (#365087)
  • Replace Twitter with X, fix typo in YouTube (@#371665)
  • Prevent from chosing the wrong input type for poll element (#355743)
  • Upgrade dependencies

CHANGELOG 1.4.0

1.3.0

04 Dec 17:14
b9a6769
Compare
Choose a tag to compare

Added

  • Slot finder element
  • Tooltips for info text in forms

Changed

  • Improved accessibility
  • Format placeholder for form fields of type date and time

1.2.3

22 Sep 15:23
342dd5f
Compare
Choose a tag to compare

Changed

  • Fixed bug due to circle dependency
  • Updated dependencies