Skip to content

Releases: JasonTheAdams/BBCustomAttributes

Fixed Missing customAttrsProcessed Event

14 Aug 16:57
0a2764a

Choose a tag to compare

Tested: 6.8.2
RequiresPHP: 5.6

|||

What's Changed

Adds the missing customAttrsProcessed event dispatch and window.customAttrsProcessingComplete flag that are documented in the README but not implemented in the JavaScript.

Full Changelog: 1.3...v1.3.1

v1.3

22 Aug 16:43
376bf19

Choose a tag to compare

Tested: 6.6.1
RequiresPHP: 5.6

|||

What's Changed

Full Changelog: v1.2.1...1.3

v1.2.1

22 Jul 19:13
003b82d

Choose a tag to compare

What's Changed

  • Added the ability to add custom attributes to specific inner child elements within a module's, column's, or row's wrapper by @zackpyle in #11
  • Added a custom event and set a flag after the js has processed the custom attributes. Useful to hook into if your js is dependent on those attributes being there by @zackpyle in #12

Full Changelog: v1.1.0...v1.2.1

v1.1.0

25 Jul 23:26
da00ab8

Choose a tag to compare

What's Changed

  • Extend attributes to Rows and Columns by @zackpyle in #7

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - First Release

07 Feb 00:14

Choose a tag to compare

First write and release of the plugin. Does exactly what it's built to do.