Skip to content

Releases: pro-vision/fe-tools

@pro-vision/[email protected]

27 Feb 12:21
3bfe82a
Compare
Choose a tag to compare

4.0.4 (2024-02-27)

Bug Fixes

  • pv-stylemark: fixed html-box overflow issue (0515c15)

@pro-vision/[email protected]

21 Feb 09:30
da92cf3
Compare
Choose a tag to compare

4.0.3 (2024-02-21)

Bug Fixes

  • pv-stylemark: fixed lsg asset loading issue (80c9da0)

@pro-vision/[email protected]

21 Feb 09:30
20a026c
Compare
Choose a tag to compare

4.0.2 (2024-02-21)

Bug Fixes

  • pv-stylemark: fixed windows path issue (f03a00a)

@pro-vision/[email protected]

21 Feb 09:29
30f29ab
Compare
Choose a tag to compare

4.0.1 (2024-02-20)

Note: Version bump only for package @pro-vision/pv-stylemark

@pro-vision/[email protected]

21 Feb 09:29
d7ebf79
Compare
Choose a tag to compare

4.0.0 (2024-02-20)

Code Refactoring

  • pv-stylemark: replaced stylemark with own impl (2ae386d)

BREAKING CHANGES

  • pv-stylemark: With removing stylemark the seperate lsg-assets folder is not needed anymore. If
    you want to use assets in your LSG you have to copy them seperatly, pv-scripts users can just use
    the resources folder in most cases. Also the minimal required node-version has changed to node 18.

[email protected]

12 Jun 10:43
9b65502
Compare
Choose a tag to compare

0.8.0 (2023-06-12)

Features

  • vscode-pv-handlebars-language-server: add autocompl. etc support to page and layout templates (034c8de)
  • vscode-pv-handlebars-language-server: add completation & definition support for layout fields (c0588ed)
  • vscode-pv-handlebars-language-server: add goto definition support for is attribute (100d081)

@pro-vision/[email protected]

12 Jun 10:43
9b65502
Compare
Choose a tag to compare

3.0.11 (2023-06-12)

Note: Version bump only for package @pro-vision/pv-stylemark

@pro-vision/[email protected]

12 Jun 10:42
9b65502
Compare
Choose a tag to compare

4.2.0 (2023-06-12)

Bug Fixes

  • pv-scripts: update stats output of pv-scripts build (ff9285d)

Features

  • pv-scripts: add support for json report (c231ab2)
  • pv-scripts: use custom name for the global function to load webpack chunck (4a6fd8d)

Performance Improvements

  • pv-scripts: rethrow error thrown during devserver start (38093f8)

@pro-vision/[email protected]

12 Jun 10:42
9b65502
Compare
Choose a tag to compare

2.0.9 (2023-06-12)

Bug Fixes

  • assemble-lite: fix order of data loads being dependent on the file read race condition (a3f54dc)

@pro-vision/[email protected]

14 Apr 18:41
cd88d27
Compare
Choose a tag to compare

0.2.0 (2023-04-14)

Features

  • pv-create-component: allow pv-create-component to be configured (395d2c1)

BREAKING CHANGES

  • pv-create-component: the node api has slightly changed, also the "unitType" property from templates
    argument is renamed to "unit"