Change8

v3.15.1

Breaking Changes
📦 alpine-jsView on GitHub →
1 breaking1 features🔧 2 symbols

Summary

This release improves `x-sort` and changes the default `allowGlobals` setting in CSP builds from true to false, requiring configuration updates for affected projects.

⚠️ Breaking Changes

  • The default value for `CSP build allowGlobals` changed from `true` to `false`, which may cause builds that relied on global variables to fail. Update your CSP configuration to explicitly set `allowGlobals: true` if the previous behavior is required.

Migration Steps

  1. Review CSP build configurations and add `allowGlobals: true` where global variable access is required.

✨ New Features

  • Improved `x-sort` functionality with performance and stability enhancements.

Affected Symbols