hyperfiddle

http://hyperfiddle.net
2018-08-13T01:38:47.000118Z

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.

2018-08-13T15:15:38.000504Z

Migrations are done

2018-08-13T15:17:04.000416Z

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)

🎉 1
2018-08-13T16:19:05.000302Z

* 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/)