Releases: pro-vision/fe-tools
Releases · pro-vision/fe-tools
[email protected]
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]
@pro-vision/[email protected]
@pro-vision/[email protected]
0.2.1 (2024-11-26)
Note: Version bump only for package @pro-vision/pv-create-component
@pro-vision/[email protected]
0.2.5 (2024-11-26)
Note: Version bump only for package @pro-vision/custom-elements-data-extractor
@pro-vision/[email protected]
@pro-vision/[email protected]
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]
@pro-vision/[email protected]
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 is18.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 useenforce: "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