- Added
dommy.core/remove-style!
- Update
dommy.core/set-attr!
to set more appropriate value for boolean attributes
- Updated ClojureScript dependency to 0.0-2356
- BREAKING: Removed
dommy.template
namespace - BREAKING: Merged
dommy.macros
intodommy.core
; macros now required like(:require [dommy.core :as dommy :include-macros true])
- Merged
dommy.attrs
intodommy.core
. - Renamed
dommy.core/ancestor-nodes
todommy.core/ancestors
- Added
dommy.core/create-element
anddommy.core/create-text-node
- Fix add-class! for when element.classList is not supported (#59)
- Improved support for SVG elements (#60)
- Fixed support attributes containing forward slashes (#62)
- Fix set-style! in some versions of Firefox (#64)
- Consolidated all macros into one ns, dommy.macros
- The following functions were made variadic: add-class!, remove-class!, set-style!, set-px!, set-attr!, and remove-attr!