diff --git a/src/components/filters/filters.js b/src/components/filters/filters.js index 7332bd5a0..be95a35c1 100644 --- a/src/components/filters/filters.js +++ b/src/components/filters/filters.js @@ -214,7 +214,8 @@ class Filters { option.value = '' } else if (option.type === 'select-one') { if (this.selectedOption) { - option.selectedIndex = this.selectedOption.index + console.log(Array.from(option.options).indexOf(this.selectedOption)) + option.selectedIndex = Array.from(option.options).indexOf(this.selectedOption) } else { option.selectedIndex = 0 } diff --git a/src/docs/content/about/whats-happening.hbs b/src/docs/content/about/whats-happening.hbs index 4e298a8d2..48119f926 100644 --- a/src/docs/content/about/whats-happening.hbs +++ b/src/docs/content/about/whats-happening.hbs @@ -37,6 +37,61 @@ meta-index: true + + v3.17.4 + 17.07.24 + +

Patch Changes

+ + + Code kit + + + v3.17.3 + 16.07.24 + +

Patch Changes

+ + + Code kit + + + v3.17.2 + 11.07.24 + +

Added

+ +

Patch Changes

+ + + Code kit + + + + v3.17.1 + 24.06.24 + +

Minor Changes

+ + + Code kit + v3.17.0 12.06.24 @@ -45,9 +100,9 @@ meta-index: true -

Fixed

+

Patch Changes

@@ -80,8 +135,8 @@ meta-index: true

Added

Code kit @@ -95,7 +150,7 @@ meta-index: true
  • Implemented support for inverted demo examples for each component.
  • Implemented support for themed demo examples for each component. This feature showcases how components and elements appear when presented with alternative color schemes or themes.
  • SASS theming variables and updated developer documentation for theming to support multiple levels of customisation based on branding requirements, so that developers can easily implement and modify colour themes.
  • -
  • Card carousel: New Card carousel component allowing users to view and interact with multiple cards in a visually appealing and navigable format.
  • +
  • Card carousel: new Card carousel component allowing users to view and interact with multiple cards in a visually appealing and navigable format.
  • Code kit @@ -106,12 +161,12 @@ meta-index: true

    Added

    -

    Fixed

    +

    Patch Changes

    Code kit @@ -122,15 +177,15 @@ meta-index: true

    Added

    -

    Fixed

    +

    Patch Changes

    Code kit