Skip to content

2.1.1

Compare
Choose a tag to compare
@lukaskleinschmidt lukaskleinschmidt released this 09 Sep 16:24
· 2 commits to main since this release
2aec5dd

Fixed Custom Panel Scripts And Styles Regression

Fixed a regressions that impacted panel CSS and JS. The bug was introduced in 2.0.0.

The vite(array|string $entries = null) helper function will now return a copy of the current vite instance if you pass in any entries.
This change prevents entries from being overwritten when you define both panel CSS and JS. This is the intended behavior outside of custom panel assets anyway.

Full Changelog: 2.1.0...2.1.1