Good stuff!
Behavior 1.3.0 > 1.4.0
- Minor bug fixes.
- Delegator: Adding ability to skip checking the event object for type match. This allows you to progromatically invoke a trigger without a valid event for that trigger.
api.getElement/getElementsnow work with'window'and'self'selectors- Delegator: Adding new included triggers:
'multi','any', and'first', as well as support for filter conditionals. Delegator.addEventTypesnow works even if the named trigger is not found (this allows the custom filters like multi and the switches work for things like blur and focus).- Behavior now fires a new event –
apply– when it finishes applying all the filters. This allows you to do things likeapi.addEvent('apply:once', function...)in a filter to invoke something after all the other filters are applied. - Updating specs to work with the latest mootools test runner.
- Behavior: Adding new cloneFilter method. Great for making “canned” defaults for often reused configurations.
- Delegator: Adding setTriggerDefaults and cloneTrigger method to Delegator.
- Preventing values that are objects set as defaults from being linked to each other for each instance of the API.
- Merging declared options with the defaults to allow for options that are objects having partially set defaults.
Bootstrap 3.0.1 > 3.1.0
- Minor bug fixes.
- Tooltip behavior now supports Object offsets
- Making it an option to specify where bootstrap tooltips get injected.
- Bootstrap.Affix can now monitor elements other than the window.
- Adding new static version of the tooltip behavior that just shows up in the right spot without requiring user interaction.
- using
.hideclass instead of.hiddenper Bootstrap 3.0.1 which deprecated it - Popups now hide when you click outside the model-content, which allows you to click the mask above the popup to hide it.
- Adding new features to Bootstrap.Affix – persistence and the ability to specify an element for the top/bottom boundaries.
- Bootstrap 3.1
Clientcide 3.1.0 > 3.2.0
- Minor bug fixes.
More Behaviors 1.0.8 > 1.1.0
- Minor bug fixes.
- Adding checkToggleAll to CheckAllOrNone.js
- Fixing throttling in Delegator.Ajax
Get it: