Skip to content

Latest commit

 

History

History
527 lines (275 loc) · 27.1 KB

CHANGELOG.md

File metadata and controls

527 lines (275 loc) · 27.1 KB

4.1.0 (2023-10-04)

Build

  • Change CircleCI node image to version 18 (8315b27)
  • Change the CircleCI nodejs version (d7fd759)

New

  • Adds Neos 8 compatibility (78f2043)

Upgrade

  • Bump moment from 2.29.1 to 2.29.4 (c090c2a)
  • Bump node-fetch from 2.3.0 to 2.6.7 (55528df)
  • Bump postcss from 8.2.1 to 8.4.13 (f559828)
  • Bump set-getter from 0.1.0 to 0.1.1 (8105ac1)
  • Bump terser from 4.8.0 to 4.8.1 (6dfc8ed)
  • Update node-sass to 8.0 (7bb7445)
  • Upgrade babel libraries (effe29f)
  • Upgrade semantic release (4ba2e69)
  • Upgrade webpack related packages (26d2349)

4.0.3 (2022-01-20)

Upgrade

  • Bump path-parse from 1.0.6 to 1.0.7 (b6d653f)
  • Bump tar from 4.4.13 to 4.4.19 (8cc9a8d)
  • Bump trim-off-newlines from 1.0.1 to 1.0.3 (793dda0)

4.0.2 (2022-01-20)

Upgrade

  • Bump shelljs from 0.8.4 to 0.8.5 (f3fc795)

4.0.1 (2021-04-08)

Upgrade

  • [Security] Bump elliptic from 6.5.3 to 6.5.4 (062e1bc)
  • [Security] Bump handlebars from 4.5.3 to 4.7.7 (401d06e)
  • [Security] Bump npm-user-validate from 1.0.0 to 1.0.1 (a20246d)

4.0.0 (2020-12-12)

Breaking

  • Adds neos version 7 compatibility (165db4d)

Upgrade

  • [Security] Bump ini from 1.3.5 to 1.3.8 (e184dfa)

3.5.2 (2020-12-12)

Fix

  • Remove clean-webpack-plugin again (ae1913f)

3.5.1 (2020-12-12)

Build

Fix

  • Downgrad webpack to version 4 (f5dcdf8)

3.5.0 (2020-12-12)

Update

  • Update semantic-release and commitizen dependencies (f3ff5bb)

Upgrade

  • Update babel packages to latest version (d82f22d)
  • Update main dependencies (aa89381)
  • Updates build tools (5263d93)

3.4.1 (2020-11-19)

Upgrade

  • [Security] Bump semantic-release from 17.0.4 to 17.2.3 (5ef4701)

3.4.0 (2020-10-28)

FEATURE

  • Allow the new version of Carbon.IncludeAssets (04f9ba7)

3.3.2 (2020-07-30)

Upgrade

  • [Security] Bump elliptic from 6.5.1 to 6.5.3 (233f90c)
  • [Security] Bump npm from 6.13.7 to 6.14.7 (b5996be)

3.3.1 (2020-03-23)

Fix

  • Disable scrollbar for content slides (99d9207), closes #142
  • Resolve nodetype configuration position type (f759ba0), closes #146

3.3.0 (2020-02-25)

New

  • Add migration for cleaning empty content collections of slides (53cd56e)
  • Add migration for flat slide content structure (9f1e18d)

TASK

  • adjust slide nodetype definition, to be compatible with old version (8933dba)

Upgrade

  • Bump @babel/core from 7.7.7 to 7.8.4 (ac15915)
  • Bump style-loader from 1.0.0 to 1.1.3 (c7c0a46)

3.2.0 (2020-02-25)

BUGFIX

  • Avoid exception ImageVariant could not be converted to string (4e3a30a)

Build

  • Trigger release not on master branch (cd220bb)

FEATURE

Upgrade

  • Bump @babel/preset-env from 7.7.7 to 7.8.4 (49a3861)
  • Bump css-loader from 3.2.0 to 3.4.2 (7616067)
  • Bump file-loader from 5.0.1 to 5.1.0 (0b3bd49)
  • Bump semantic-release, @semantic-release/changelog, @semantic-release/git and @semantic-release/release-notes-generator (3444158)
  • Bump terser-webpack-plugin from 2.2.1 to 2.3.5 (700ea33)
  • Bump webpack from 4.41.2 to 4.41.6 (56cffbe)

3.1.8 (2019-12-30)

Upgrade

  • Bump @babel/core from 7.6.4 to 7.7.7 (1d533a8)

3.1.7 (2019-12-30)

Upgrade

  • Bump @babel/preset-env from 7.6.3 to 7.7.7 (bfb5552)

3.1.6 (2019-12-30)

Upgrade

  • Bump semantic-release from 15.13.27 to 15.14.0 (38b3225)

3.1.5 (2019-12-30)

Upgrade

  • [Security] Bump npm from 6.4.1 to 6.13.4 (ddfc3c3)
  • Bump @babel/cli from 7.6.4 to 7.7.7 (77b9102)
  • Bump @babel/plugin-proposal-class-properties (3918d01)
  • Bump @semantic-release/changelog from 3.0.4 to 3.0.6 (780eb1f)
  • Bump @semantic-release/release-notes-generator (a36d475)

3.1.4 (2019-12-30)

Upgrade

  • [Security] Bump handlebars from 4.1.2 to 4.5.3 (a9c452a)
  • [Security] Bump https-proxy-agent from 2.2.1 to 2.2.4 (56660b5)
  • Bump @semantic-release/git from 7.0.16 to 7.0.18 (1d0320a)
  • Bump webpack-cli from 3.3.9 to 3.3.10 (99e6d0f)

3.1.3 (2019-11-12)

BUGFIX

Build

  • Add markusguenther as github sponsor (4ef5652)

3.1.2 (2019-10-28)

Fix

  • Reload guest frame via yaml config instead of javascript (70de8ec)
  • Use content collection to prevent out of band rendering sideeffects (510a0ed)

3.1.1 (2019-10-28)

Fix

  • Fix height for notifications (d73b1bb)

3.1.0 (2019-10-28)

Docs

  • Improves docs for 3.1 release (4a059df)

Fix

  • Disable animation speed in backend (8d62341)
  • Fix overlapping of content section by the slide indicators (9f056d8)
  • Prevent that backend overrides adjust slick settings in the frontend (d089ee0)
  • Remove empty slides in neos backend (eb967be)

New

  • Add language labels for slide notification (a649218)
  • Add support for background image layz loading (7f5d422)
  • Adjust the height of the inner slider content (10d3272)
  • Extract backend releated JS to own files (75c808e)
  • Improve backend behaviour for editors (7c72210)
  • Improve styling of slider elements (80fd307)
  • Reload guestframe when a new slide node has been created (92dbe2e)
  • Remove slide from slider when node has beed removed (4c61581)
  • Render content inside a slide (d06fe2a)
  • Render notification when slide has no image (1376328)
  • Select slide by content-tree selection (b140983)
  • Select slide when selecting child node of slide (5f333b7)

Update

  • Set default of infinite sliding to false (45405a5)

Upgrade

  • Bump node-sass from 4.12.0 to 4.13.0 (a4cc9ca)
  • Bump terser-webpack-plugin from 2.1.3 to 2.2.1 (a5240b5)

3.0.1 (2019-10-23)

Fix

  • Fix slick configuration rendering (bbfa718)

3.0.0 (2019-10-22)

Breaking

  • Change prototype inheritance from slider and slide component (8b259a0), closes #2

Bugfix

  • Add neos 4.x and 5.x as dependency (9cdf11f)

Build

FEATURE

  • Make package neos 5 compatible (2aaff6a)

Fix

  • Move circleci branches to filters (a72286d)
  • Replace removed yarn copy command (66c390f)

New

  • configure circleCI branches (131ec8e)
  • Introduce webpack build chain (4c73167)
  • Replace ConvertJson eel helper with core feature (7c826c4)
  • Use webpack js bundle (9b0bd9d)

TASK

  • Fix typos in readme and comments, streamline language, add i18n files for BackgroundImage mixin (692d3ea)

Upgrade

  • Bump conventional-changelog-eslint from 3.0.1 to 3.0.4 (d7cd114)
  • Bump semantic-release from 15.13.24 to 15.13.27 (730bc9a)
  • Update neos/neos requirement from ~4.0 to ~5.0 (3b02e07)

2.0.20 (2019-09-17)

Docs

Upgrade

2.0.19 (2019-08-26)

Upgrade

2.0.18 (2019-08-08)

Upgrade

2.0.17 (2019-08-08)

Upgrade

2.0.16 (2019-07-05)

Upgrade

2.0.15 (2019-07-05)

Upgrade

2.0.14 (2019-06-26)

Upgrade

2.0.13 (2019-06-17)

Upgrade

2.0.12 (2019-06-17)

Upgrade

2.0.11 (2019-06-17)

Upgrade

2.0.10 (2019-06-09)

Upgrade

2.0.9 (2019-06-04)

Upgrade

2.0.8 (2019-06-04)

TASK

Upgrade

2.0.7 (2019-05-09)

Upgrade

2.0.6 (2019-04-23)

Upgrade

2.0.5 (2019-04-20)

Upgrade

2.0.4 (2019-02-22)

Upgrade

2.0.3 (2019-02-06)

Upgrade

2.0.2 (2019-01-16)

Upgrade

2.0.1 (2019-01-07)

Build

Upgrade

2.0.0 (2019-01-02)

Breaking

Build

Docs

Fix

New

Update

Upgrade

1.4.0 (2018-09-19)

1.3.2 (2018-09-19)

1.3.0 (2018-09-18)

1.2.0 (2018-09-15)

1.1.1 (2018-09-14)

1.1.0 (2018-09-14)

1.0.0 (2018-09-14)