Skip to content

Releases: bsi-software/bsi-cx-design-build

1.13.5

28 Mar 10:16
32b7a00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.4...1.13.5

1.13.4

26 Mar 08:40
19ff20b
Compare
Choose a tag to compare

What's Changed

  • 362242 support pagination in websites by @marleenjattke in #14

Full Changelog: 1.13.3...1.13.4

1.13.3

28 Feb 12:21
e3c8fc8
Compare
Choose a tag to compare

Changed

  • Updated default assetResourceRuleFilename to use pathhash instead of contenthash.

1.13.2

06 Feb 13:24
b6c4cd6
Compare
Choose a tag to compare

Changed

  • Fix broken withAssetResourceRuleFilename()
  • Add support to switch between [contenthash] and [pathhash] by setting it via .withAssetResourceRuleFilename('static/[name]-[contenthash][ext]')

1.13.1

04 Dec 16:51
eb8e9c4
Compare
Choose a tag to compare

Added

  • Support of new Styles definition including DOM manipulation
  • Support of withArchived() function
  • Added calender-clock icon

1.13.0

21 Sep 10:26
29bfda0
Compare
Choose a tag to compare

Added

  • NLS support for labels and descriptions
  • Support of CX versions 23.1 and 23.2
  • Landingpage design for testing purpose
  • Debug run config

Changed

  • Updated autoport logic to avoid common port conflicts, new starting port is 9001
  • Updated hashes from content-hash to path-hash, so files keep their names when updated

1.12.2-rc.1

11 May 15:07
Compare
Choose a tag to compare
1.12.2-rc.1 Pre-release
Pre-release

Fixed

  • Simple fix to load Twig templates from the node_modules folder (#7)

1.12.1

12 Apr 09:46
97179ba
Compare
Choose a tag to compare

Fixed

  • Updated design json property enterMode of HTML editor config.
  • Updated dependencies to the latest versions.

1.12.0

05 Jan 08:57
Compare
Choose a tag to compare

Fixed

  • Updated dependencies to the latest versions.

Added

  • Own builder class for raw parts (can be used for custom element parts).

1.11.0

30 Dec 10:45
Compare
Choose a tag to compare

Fixed

  • Type checks in Webpack build config validation.
  • Updated dependencies to the latest versions.

Added

  • Config option for custom resource asset rule filenames using the withAssetResourceRuleFilename() method.
  • Config option for additional static assets file extensions using the withAdditionalStaticAssetFileExtensions() method.