untangled-ui 1.0.0-alpha2-SNAPSHOT is on clojars. Note: only the forms support in the library is likely to move forward.
tony.kay: Cool, did you decide to keep maintaining untangled-ui then?
no, but I’m merging the parts that I can manage into the combo lib soon.
I was hoping NAVIS will give me the rights to the website for Untangled, since they technically own the accounts.
It includes a fix for form-diff on subforms.
Work in progress:
I’m combining the following things into a single project and cleaning up some naming: - Client - Server - Cookbook (now called demos) - Devguide - Form support - Websockets - Possibly other bits…
There is a snapshot version on clojars (see the README). Info on what has changed is in the CHANGELOG
At the moment I’m planning on removing load-data
. I’d be open to discussion on keeping it around, but I think it largely complicates the story, and I think it is relatively easy to port to load
.
If someone wants to contribute a shell script that uses sed or something to apply a bunch of the renames, that would be appreciated. All of the changes I’ve done have been combining and fixing long-standing naming issues (e.g. having protocols you need access to in namespaces that imply private)
I’m also moving the built-in mutations to defmutation
for better IDE support, but this means the mutation namespaces changed.
Version 1.1.0 released to clojars
includes new method of co-locating CSS that is simpler to use.
There is a bootstrap3 namespace in the new untangled lib that has wrappers for Bootstrap elements. It isn’t done, but I’ve done a decent, usable amount. The embedded devguide has sections on using it, but most of it is pretty obvious.
If anyone is interested in helping, let me know.