Skip to content

Releases: williamtroup/Rattribute.js

Rattribute.js v1.3.1 - Fixes and minor code improvements!

Choose a tag to compare

@william-troup william-troup released this 06 Jul 15:58
Immutable release. Only release title and notes can be modified.
8dc9198
  • 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!

Choose a tag to compare

@william-troup william-troup released this 04 Jul 15:21
a7a570b
  • 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!

Choose a tag to compare

@william-troup william-troup released this 29 Jun 09:01
420edfc
  • 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!

Choose a tag to compare

@william-troup william-troup released this 27 Jun 23:01
  • Everything :)