2.3.1
This release contains a bugfix, and reduces the size of the slimdom bundles by making a change to the build process:
- The Attr value property can no longer be set to non-string values. Attempting to set a non-string value will now convert that value to a string.
- The slimdom bundles now target only somewhat-modern browsers (ES2017). This reduces the amount of code generated only to support older environments. If you still need to run slimdom on very old browsers / environments, it's probably best to use something like babel (with its preset-env) to convert the library.