Skip to content

Releases: trivago/melody

Melody 1.7.5

29 May 05:59
Compare
Choose a tag to compare

This release fixes a small bug which removed the right whitespace trimming information (-}}) when used with a ternary expression.

Example:

{{- ratingValue == 10 ? ratingValue : ratingValue -}}
                                                  ^ this was dropped

v1.7.2

13 May 09:56
Compare
Choose a tag to compare

Bug fixes

  • [melody-idom]: Allow consecutive updates in test environment.

Melody 1.7.0

01 Mar 06:13
Compare
Choose a tag to compare
v1.7.0

v1.7.0

v1.3.0

06 Nov 12:17
Compare
Choose a tag to compare

1.3.0

Features

  • [melody-types], [melody-parser] Add option to preserve Twig comments in the AST (ignoreTwigComments)
  • [melody-types], [melody-parser] Add option to preserve HTML comments in the AST (ignoreHtmlComments)
  • [melody-parser] Add option to decode character entities (decodeEntities, defaults to true)

v1.2.1

22 Jul 14:35
Compare
Choose a tag to compare

Bug fixes

  • Do not log warning for component first emission in melody-streams in production #128
  • Removes webpack prefetch for asynchronously mounted components #129

v1.2.0

11 Jul 09:21
Compare
Choose a tag to compare

Bug fixes

  • Fix melody-stream not rerendering in some cases #112
  • Warn about usage of non-breaking space #107
  • Fixed bindings of dispatchCustomEvent in melody-streams #117
  • Fixed combineRefs unsubscription in melody-streams #120
  • Melody sometimes removes classes from an element / element recycling without attributes #118

Chore & Maintenance

  • Removes Chai and Sinon support, Migrates tests to use Jest's matchers. #103
  • Drop bundledDependencies option in package.json's to avoid issues with yarn #113
  • Add Github Actions for automation #109
  • Update various dependencies (lerna, babel-generate, etc.) #95

v1.2.0-4

07 Mar 07:46
Compare
Choose a tag to compare
v1.2.0-4 Pre-release
Pre-release
v1.2.0-4

v1.0.0

23 Oct 12:21
Compare
Choose a tag to compare
v1.0.0