Fork me on GitHub
#untangled
<
2017-06-09
>
tony.kay06:06:50

untangled-ui 1.0.0-alpha2-SNAPSHOT is on clojars. Note: only the forms support in the library is likely to move forward.

stephen15:06:05

tony.kay: Cool, did you decide to keep maintaining untangled-ui then?

tony.kay18:06:47

no, but I’m merging the parts that I can manage into the combo lib soon.

tony.kay18:06:10

I was hoping NAVIS will give me the rights to the website for Untangled, since they technically own the accounts.

tony.kay06:06:49

It includes a fix for form-diff on subforms.

tony.kay19:06:32

Work in progress:

tony.kay19:06:33

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…

tony.kay19:06:53

There is a snapshot version on clojars (see the README). Info on what has changed is in the CHANGELOG

tony.kay19:06:49

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.

tony.kay19:06:25

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)

tony.kay19:06:54

I’m also moving the built-in mutations to defmutation for better IDE support, but this means the mutation namespaces changed.

tony.kay19:06:49

Version 1.1.0 released to clojars

tony.kay19:06:03

includes new method of co-locating CSS that is simpler to use.

tony.kay23:06:52

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.

tony.kay23:06:21

If anyone is interested in helping, let me know.