Releases: williamtroup/Rattribute.js
Releases · williamtroup/Rattribute.js
Release list
Rattribute.js v1.3.1 - Fixes and minor code improvements!
Immutable
release. Only release title and notes can be modified.
- Fixed a fault that prevented the elements from refreshing when removeAttributes is disabled.
- Minor internal renames to variables.
- Massively improved the number fetching for custom sizing attributes.
- Minor documentation changes to reflect more accepted names.
- Renamed config.ts to configuration.ts.
- Fixed a fault that would cause script errors to occur when attributes have not been set up correctly.
Rattribute.js v1.2.0 - Function support! New settings! Minor improvements!
- Added support to set attribute values directly from function call results!
- Improved the ignore check to use actual boolean value.
- Added improved checks around the elements (incase they are removed from the DOM).
- Added a new configuration option called "assignMissingIds" (defaults to false), which will assign Ids to the elments that do not contain them.
- Added a new configuration option called "elementIdPrefix" (defaults to "rattribute"), which states the element Id prefix to used when "assignMissingIds" is enabled.
Rattribute.js v1.1.1 - Fixes to automation for custom size attributes!
- Fixed a fault that caused automation to not start when only custom size attributes had been used.
Rattribute.js v1.0.0 - Create responsive attribute setters for any HTML element!
- Everything :)