- Hello 1.4.4dev
- Added spec coverage.
- Small optimization
- Merged DimitarChristoff's fix.
- Merge pull request #2197 from ibolmo/fix-2164-element-falsey-value
- Fixes #2164.
- Merge pull request #2179 from ibolmo/fix-2155-elements-empty-docs
- Merge pull request #2166 from ibolmo/fix-2127-ie-leaks-Element
- Including arian's fixes/comments.
- Fixing erase('html')
- Aesthetic fixes, as per arian.
- Fix specs and refactoring.
- Fixes 2127.
- Merge branch 'fix-2163-regression-ie7-crash'
- Fixes #2163.
- Merge pull request #2167 from ibolmo/fix-2109-ie-getProperty-expando-methods
- fix for specs for Element.Event.Change to Types/DOMEvent.js
- Updated
!htmltohtml == null - Merge pull request #2187 from arian/fix-2182-erase-html
- Merge pull request #2192 from arian/fix-docs-array-append
- Fixes Array.append docs example, example showed the argument was changed too, but it is not
- Merge pull request #2190 from jacobbednarz/patch-1
- Replaced w3schools event attributes link with MDN DOM reference
- Fixes #2182 - Element.erase('html') should set the innerHTML to an empty string. Element.properties.html.erase was aliased to Element.properties.html.set, but when calling it without any arguments this resulted in .set(undefined).
- Fixes #2155.
- Adds coverage for fade(0, 1) usage.
- Fixes #2125 - re-add undocumented from argument to Element.fade
- Merge pull request #2176 from ibolmo/hot-fix-uid-remnants
- Merge pull request #2177 from ibolmo/fix-2169-array-filter-mutations
- Fixes 2169.
- Doh. Looks like 1.4.2 was not cleaning elements correctly. My bad.
- Small fixes to NativeEvent docs.
- Removed extra alert.
- Fixes #2109.
- Fixes #2146 - document Element.NativeEvents, because it is useful for users when new (html5) event types appear
- Merge pull request #2154 from ibolmo/fix-2110-docs-request-json-onfailure
- Merge pull request #2158 from ibolmo/fix-2121-docs-Fx-frameSkip
- Merge pull request #2157 from ibolmo/fix-2117-docs-Elements-Array-method-conflicts
- Fixes #2121.
- Merge pull request #2156 from thatmarvin/master
- Fixes #2117 and added missing deprecations.
- Document Fx.isRunning()
- Fixes #2110.
- Merge pull request #2148 from oskarkrawczyk/master
- Alteration to the arguments list
- Issue with the example for Element.contains()
- Hello 1.4.3dev