domina
domina copied to clipboard
A DOM manipulation library for ClojureScript
Update the dependencies to [org.clojure/clojure "1.11.1"], [org.clojure/clojurescript "1.11.54"], [lein-cljsbuild "1.1.8"] and fix compile errors and warnings. Merged also the changes made in #84.
This pull request upgrades versions of dependencies, and fixes some bugs introduced by differences of behavior in newer browsers
When compiling a ClojureScript project I get this warning ``` WARNING: domina is a single segment namespace at line 1 file:/Users/user/.m2/repository/domina/domina/1.0.3/domina-1.0.3.jar!/domina.cljs ``` It would probably be better to move to...
I am getting this when I try to load the ns: ``` WARNING: domina is a single segment namespace at line 1 file:/home/master/.m2/repository/domina/domina/1.0.3/domina-1.0.3.jar!/domina.cljs WARNING: domina is a single segment namespace...
Move to multiple namespace to prevent following warning > WARNING: domina is a single segment namespace at line 1 file:/Users/user/.m2/repository/domina/domina/1.0.3/domina-1.0.3.jar!/domina.cljs Fixes #77 Signed-off-by: Yen-Chin Lee [email protected]
I just started testing Domina, and as soon as I compile it using `lein cljsbuild once` I am getting the following warnings: ``` Compiling "resources/public/test.js" from ["src/cljs"]... WARNING: clone already...
Austin
I Creighton, I had the chance to add austin to domina, so I did it. I started from the previous "restart" branch and then progressively added all the needed things...
@levand, I've corrected a typographical error in the documentation of the [domina](https://github.com/levand/domina) project. You should be able to merge this pull request automatically. However, if this was intentional or if...
This fixes issue: https://github.com/levand/domina/issues/80
There is an issue selecting styles when the value has a `:` in it. The regex match only returns the initial match before the first `:`. So something like `background-image:...