Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Releases: liferay/generator-liferay-fragments

v2.1.1

16 May 07:30
Compare
Choose a tag to compare

Bug Fixes

  • Send code as file instead of encoding it (LPS-172103) (c57e156)
  • Use require.resolve to get binary paths (463d35b)

v2.1.0

13 Dec 14:10
1693471
Compare
Choose a tag to compare

2.1.0 (2022-12-13)

Bug Fixes

  • Base64 encode css, html and js for fragment preview (LPS-170383) (95290be)
  • Rename main.js to index.js (LPS-156462) (2194527)
  • Rename styles.css to index.css (LPS-156462) (5e757c0)
  • Use fragment directoryPath instead of slug (0be89bb)

Features

  • Add placeholder to configuration template (LPS-155442) (f3847cf)
  • Replace use React with type selector (LPS-155442) (40e8fc1)
  • Update fragment templates for input type (LPS-155442) (f676226)

v2.0.2

04 May 14:41
Compare
Choose a tag to compare

Bug Fixes

  • Simplify preview command (LPS-152388) (0d8ff2e)

v2.0.1

19 Apr 09:45
Compare
Choose a tag to compare

Bug Fixes

  • Avoid manipulating Compositions’ Definitions’ JSON content (5f53e02)
  • Correctly identify fragment composition files (3fe6687)

v2.0.0

30 Mar 06:22
Compare
Choose a tag to compare

Bug Fixes

  • Update test environment (LPS-146880) (5db3253)

Build System

  • Drop support for Node 10 (LPS-146880) (7fc6b6f)

Features

BREAKING CHANGES

  • Since we need at least Node 12 to compile SASS,
    and Node 10 is no longer being maintained, we stop supporting it.

v2.0.0-rc3

07 Mar 16:38
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release

Features

v2.0.0-rc2

16 Feb 14:46
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

Bug Fixes

  • Update test environment (LPS-146880) (5db3253)

Build System

  • Drop support for Node 10 (LPS-146880) (7fc6b6f)

Features

  • Add SASS build step (check more info about this feature in the original PR #221) (LPS-146880) (ae5fb6f)
    • Better resolve of relative loadPaths (89fc963)
    • Delete sass config after build (LPS-146880) (55514be)
    • Include sass config (LPS-146880) (1bb406a)
    • Use sass binary (LPS-146880) (1ff084a)
    • Do not generate SCSS sourcemaps (fe1125c)

BREAKING CHANGES

  • Since we need at least Node 12 to compile SASS,
    and Node 10 is no longer being maintained, we stop supporting it.

v1.10.0

24 Jun 13:45
Compare
Choose a tag to compare

Bug Fixes

  • Send zip file as stream (32987ad)

Features

  • Add resources to ICollection (LPS-134525) (b0a223e)
  • Allow deep nesting fragments (LPS-134525) (ec16eef)
  • Export complete zip file (LPS-134525) (5174fd6)
  • Write resources when updating a collection (LPS-134525) (03289b8)

v1.9.1

26 May 06:27
Compare
Choose a tag to compare

Bug fixes

  • fix: Avoid unneeded clone() (LPS-132875) (c8dfbb1d)

v1.9.0

27 Apr 14:01
Compare
Choose a tag to compare

Bug Fixes & Features