Skip to content

Releases: pro-vision/fe-tools

[email protected]

26 Nov 11:21
f950975
Compare
Choose a tag to compare

0.9.0 (2024-11-26)

Bug Fixes

  • vscode-pv-handlebars-language-server: add better support for layout option in the templates (9c5a8fb)
  • vscode-pv-handlebars-language-server: add support for ui and events info (281d93a)

Features

  • assemble-lite, pv-stylemark, vscode-pv-handlebars-language-server: data for templates from js (366ef09), closes #235
  • vscode-pv-handlebars-language-server: add goto definition support for ui prop/selectors in TS (e18d744)
  • vscode-pv-handlebars-language-server: add handlebars diagnostics (88653de)
  • vscode-pv-handlebars-language-server: add support for ui and events info (cbc539c)
  • vscode-pv-handlebars-language-server: add ui auto-complitation capacity for kluntje components (e176ca3)
  • vscode-pv-handlebars-language-server: support assemble layout files being placed in /templates/ instead of /layouts/ (e439f77)

@pro-vision/[email protected]

26 Nov 11:23
f950975
Compare
Choose a tag to compare

4.2.0 (2024-11-26)

Features

  • assemble-lite, pv-stylemark, vscode-pv-handlebars-language-server: data for templates from js (366ef09), closes #235

@pro-vision/[email protected]

26 Nov 11:24
f950975
Compare
Choose a tag to compare

5.1.0 (2024-11-26)

Bug Fixes

  • pv-scripts: update sass-loader version (a69078d)

Features

  • pv-scripts: remove postCss's dir plugin setting (701e1ba)

@pro-vision/[email protected]

26 Nov 11:23
f950975
Compare
Choose a tag to compare

0.2.1 (2024-11-26)

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

@pro-vision/[email protected]

26 Nov 11:22
f950975
Compare
Choose a tag to compare

0.2.5 (2024-11-26)

Note: Version bump only for package @pro-vision/custom-elements-data-extractor

@pro-vision/[email protected]

26 Nov 11:23
f950975
Compare
Choose a tag to compare

2.1.0 (2024-11-26)

Features

  • assemble-lite, pv-stylemark, vscode-pv-handlebars-language-server: data for templates from js (366ef09), closes #235

@pro-vision/[email protected]

29 Apr 07:37
1eb82f7
Compare
Choose a tag to compare

4.1.0 (2024-04-29)

Bug Fixes

  • pv-stylemark: fix regex extracting css code block (fe3bb8d)

Features

  • pv-scripts: add option to use the styleguide's example markup without modification (c5a5e66), closes #227
  • pv-stylemark: add info regarding the source of the components styleguide to the new stlymark (59deaac)
  • pv-stylemark: add styling for table and blockquote from the markdown (f363928)
  • pv-stylemark: add suport for js and html executable code blocks. support the hidden attribute (9afa746)

@pro-vision/[email protected]

29 Apr 12:23
cf0c2bd
Compare
Choose a tag to compare

5.0.1 (2024-04-29)

Bug Fixes

  • pv-scripts: fixed issue where prod-build process was not finished (7af5db2)

@pro-vision/[email protected]

29 Apr 07:38
1eb82f7
Compare
Choose a tag to compare

5.0.0 (2024-04-29)

Build System

  • pv-scripts: update webpack dependencies (9cdae7c)

Code Refactoring

  • pv-scripts: combine all webpack-babel configs for different js file types (js,ts,jsx,tsx) (f350aa4)

Features

  • pv-scripts: add additional support for the new es decorators (584a5a6)
  • pv-scripts: add suport for bundling svg files (1a08e7d)
  • pv-scripts: add support for webpack build caching (92da961)
  • pv-scripts: choose sass implementation automatically (13abc3f)
  • pv-scripts: remove the "legacy" bundle (0a23007)
  • pv-scripts: replace using node-sass with (dart-)sass (dc9642b)

BREAKING CHANGES

  • pv-scripts: Minimum Node.js version supported by the webpack plugins is 18.12.0
  • pv-scripts: (medium-risk) svg files will automatically be boundled. check
    https://github.com/pro-vision/fe-tools/tree/master/packages/pv-scripts#svg-loading to see if you
    need to change your configuration
  • pv-scripts: (low-risk) webpack config is applied to jsx, ts and tsx files even when useTS or
    useReact are false in the pv.config.json. if you prefer to have a custom webpack config for these
    files instead, make sure to use enforce: "pre" in your custom webpack.config file
  • pv-scripts: "legacy" output is removed. only the "modern" bundle is generated, without any
    "module" or "modern" prefix. this also applies to all configurations (e.g. no
    webpack.config.module.js or no [modern] group in browserlist)
  • pv-scripts: see https://sass-lang.com/documentation/breaking-changes for migration from
    node-sass to dart-sass

@pro-vision/[email protected]

04 Mar 13:48
2085297
Compare
Choose a tag to compare

4.0.5 (2024-03-04)

Bug Fixes

  • pv-stylemark: alphabetically sort categories by default (11bf7ee)