2.1.1
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