This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-13
Channels
- # aleph (6)
- # architecture (29)
- # beginners (175)
- # cider (22)
- # clara (5)
- # cljdoc (5)
- # cljs-dev (28)
- # cljsrn (6)
- # clojure (62)
- # clojure-finland (7)
- # clojure-italy (7)
- # clojure-nl (2)
- # clojure-spec (23)
- # clojure-uk (194)
- # clojurescript (90)
- # core-async (2)
- # cursive (23)
- # datomic (41)
- # defnpodcast (2)
- # editors (4)
- # emacs (1)
- # figwheel-main (41)
- # fulcro (53)
- # hoplon (15)
- # hyperfiddle (4)
- # immutant (1)
- # jobs (7)
- # jobs-discuss (103)
- # lein-figwheel (9)
- # off-topic (34)
- # onyx (3)
- # parinfer (1)
- # portkey (1)
- # re-frame (7)
- # reagent (2)
- # remote-jobs (2)
- # rum (1)
- # shadow-cljs (148)
- # sql (54)
- # tools-deps (3)
- # vim (7)
Beta users: Tomorrow morning's deploy requires a migration of userland fiddle/renderers and fiddle/links. I will be in ur dbs, hot migrating ur fiddles. I will post here when I start and post again when all clear.
Migrations are done
Release notes:
• use link/class to name your links, not link/rel ("class" is symmetrical with CSS class, and we deliberately do not offer a way to select by "#id" – use a class)
• Select options currently require an explicit field renderer e.g. !field[hyperfiddle.ui/select+](0 :reg/gender){options="genders"}
– the options wiring is explicit as well
• Data mode draws all your links (notably the ones that aren't wired up in the view, since that is explicit now)
* middle click is removed, there is just alt-click now for inspect-source. If you want to inspect data, use data mode, it is recursive now (for example, view data on the homepage index: http://www.hyperfiddle.net/)