Skip to content

Latest commit

Β 

History

History
210 lines (104 loc) Β· 8.52 KB

CHANGELOG.md

File metadata and controls

210 lines (104 loc) Β· 8.52 KB

4.1.1 (2022-05-23)

Bug Fixes

  • deps: update vue/cli-service to 4.5.17 (a20cc71)

4.1.0 (2021-12-22)

Features

  • image: render data-tpp-context-image-resolution attribute (#85) (bf3ad6a)

4.0.3 (2021-08-16)

Bug Fixes

4.0.2 (2021-05-10)

Bug Fixes

  • headersection: moved padding in title of header section to h1 (3f03391)

4.0.1 (2021-03-12)

Bug Fixes

  • accordionsection: fixed accordionSection (41ff3fe)

4.0.0 (2021-03-11)

  • Release to fix release errors and adjust changelog

3.0.1 (2021-02-26)

Bug Fixes

  • GoogleMapsSection: Removed default value for language prop

3.0.0 (2021-02-25)

Features

  • Import sections: Added new way to import sections directly

Bugfixes

  • Accordion: Property open now works as intended

  • GoogleMapsSection: removed default value for language

  • ImageSlider and Slider: added missing exports

  • LineSeparator: fixed LineSeparator to be working properly

  • NewsDetail: Image in NewsDetail now uses the Image properties and minor styling changes

  • InterestingFactsSection: Counters in InterestingFactsSection is now optional

  • FullWidthImageSlider: fixed FullWidthImageSlider when only one slide is given

  • GoogleMapsSection: fixed issue where undefined values would appear

BREAKING CHANGES

  • ProductDetailSection: The property date has been changed from Date to string. The property socialText does not exist anymore and is transformed into an object.

  • ProductDetailSection: The property foldableContentList was removed and instead a slot additionalContent was added.

  • Component Validation: Invalid strings or numbers in properties now causes an error in the console, and the component will not be rendered anymore.

2.3.9 (2021-01-25)

Bug Fixes

  • package-lock: fixed registry for git-cz (7a9b966)

2.3.8 (2021-01-21)

Bug Fixes

  • πŸ› Remove unused files, extract doc components from bundle (49e9f4c)

2.3.7 (2021-01-20)

Bug Fixes

  • πŸ› Remove unused dependency and bump version (ac615aa)

2.3.6 (2021-01-20)

Bug Fixes

  • accordionsection: change text and title type from string to RenteredType (697a247)

2.3.5 (2021-01-20)

Bug Fixes

  • πŸ› Reenable animate-out animation in FullWidthSliderSection (3c02a77)

2.3.4 (2021-01-20)

Bug Fixes

  • πŸ› Fix FullWidthSliderSection animation (77a5183)

2.3.3 (2021-01-19)

Bug Fixes

  • πŸ› Fix layout errors in ProductListItem and ProductDetail (c74242a)

2.3.2 (2021-01-19)

Bug Fixes

  • πŸ› Pass sizes / resolutions to img comp in ProductListItem (41ce8a3)

2.3.1 (2021-01-19)

Bug Fixes

  • productlistitem: add margin above price (3dbe7d4)

2.3.0 (2021-01-19)

Features

  • Hide controls if only one image is available (1941dc0)
  • Slotify List section (130364d)

2.2.1 (2021-01-19)

Bug Fixes

  • πŸ› Make media in Slide full width and height (982eeb7)

2.2.0 (2021-01-19)

Bug Fixes

  • πŸ› Add hover as variant to opacity (4a91561)
  • πŸ› fix responsive layout of headersection (#42) (2391092)

Features

  • Slotify Googlemaps section (1998a39)

2.1.1 (2021-01-19)

Bug Fixes

  • πŸ› Optimize FullWidthSliderSection animation (113e497)

2.1.0 (2021-01-19)

Features

  • 🎸 Pass slide and slideIndex to click event of FWSSection (b520429)

2.0.4 (2021-01-18)

Bug Fixes

  • πŸ› rename onSlideAnimation to handleSlideAnimation (b48a322)

2.0.3 (2021-01-18)

Bug Fixes

  • πŸ› Remove bottom padding from FullWidthSliderSection (fe39b51)

2.0.2 (2021-01-18)

Bug Fixes

  • πŸ› Add all width classes to tailwind whitelist (d932430)

2.0.1 (2021-01-15)

Bug Fixes

  • πŸ› fix responsive layout of ProductDetailSection (#41) (0f2e7e1)

2.0.0 (2021-01-15)

Features

  • 🎸 Let HeaderSection use slots (#37) (52306e3)

BREAKING CHANGES

  • If an item is clicked a itemClicked event is emitted.

1.0.0 (2020-11-30)

Features

  • semantic-release: we've added semantic-release to automate the release process (2c235cd)