react-checkbox-tree
react-checkbox-tree copied to clipboard
Bump html-bundler-webpack-plugin from 2.15.2 to 3.4.11
Bumps html-bundler-webpack-plugin from 2.15.2 to 3.4.11.
Release notes
Sourced from html-bundler-webpack-plugin's releases.
v3.4.6
Cumulative Release
v3.2.0-v3.4.6Features
- Added support for
Twigtemplating engine.- Added support for the
template functionon the client-side forEtatemplating engine.- Added support for the
template functionon the client-side forEJStemplating engine.Bug Fixes
- Fixed the
pathData.filenameis undefined after changes when thejs.filenameis a function, #66.- Fixed extraction CSS from complex libs like MUI that leads to an infinity walk by circular dependency, #59
- Fixed an error explaining when used the build-in favicon plugin and the template not included a
linktag, #64.- Fixed watching changes in template function imported in JS, #60.
- Fixed runtime error using template function in JS when external data is not defined, #60.
v3.1.3
Features
- Added support for the
template functionin JS runtime on the client-side in the browser.
For example:import personTmpl from './partials/person.ejs';// render template function with variables in browser document.getElementById('person').innerHTML = personTmpl({ name: 'Walter White', age: 50});
The template function works with preprocessors:
ejs,handlebars,nunjucks.
Note: Theeta(default preprocessor) doesn't support the template function in JS on the client-side, use theejsinstead.
- Added CSS extraction from styles used in
*.vuefiles.
For example, MyComponent.vue:\<template> ... </template> <script setup> ... </script> <!-- CSS will be extracted from the SCSS file into a separate *.css file --> <style src="./style.scss" lang="scss"></style> <!-- CSS will be extracted from the style tag into a separate *.css file --> <style> h1 { color: red; } </style>
... (truncated)
Changelog
Sourced from html-bundler-webpack-plugin's changelog.
3.4.11 (2024-01-22)
- fix: error by resolving url() in the CSS file defined in the entry option
3.4.10 (2024-01-16)
- fix: save the webmanifest files in the directory defined in the
faviconOptions.pathoption3.4.9 (2024-01-15)
- fix: use the favicons default options for the build-in FaviconsBundlerPlugin when no plugin options
3.4.8 (2024-01-15)
- fix: error by resolving
url(date:image...)in CSS3.4.7 (2024-01-09)
- fix: if the same CSS file is imported in many js files, then the CSS is extracted for the first issuer only, #68
3.4.6 (2024-01-02)
- fix: the
pathData.chunk.nameis undefined when thejs.filenameis a function, this bug was introduced in3.4.53.4.5 (2024-01-01)
- fix: the
pathData.filenameis undefined after changes when thejs.filenameis a function3.4.4 (2023-12-28)
- fix: extract css from complex libs like MUI leads to an infinity walk by circular dependency, #59
- test: refactor tests
3.4.3 (2023-12-18)
- fix: favicon plugin causes a crash without an error explaining if no link tag is included
3.4.2 (2023-12-08)
- fix: watching changes in template function imported in JS
3.4.1 (2023-12-08)
- fix: runtime error using template function in JS when external data is not defined
3.4.0 (2023-12-03)
- feat: add support for the template function on the client-side for
ejs- docs: update readme
- test: add tests for compile mode
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)