Skip to content

Tags: day8/re-frame-10x

Tags

1.9.10

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
Update changelog

1.9.9

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
Use initial-config from devtools, not default-config

Users can configure cljs-devtools via compiler options. For instance:

{...
 :builds
 {:app
  {...
   :dev
   {:compiler-options
    {...
     :external-config
     {:devtools/config
      {:min-expandable-sequable-count-for-well-known-types 1
       :features-to-install [:formatters :hints]}}}}}}}

Now, when users configure cljs-devtools, our jsonml
views (aka. "pods") will pick up on that.

For:
#416

1.9.9-SNAPSHOT

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
[experiment] Fix duplicate keys

we passed a seq of two seqs as :children to a v-table.
Reagent unpacks the seqs when it renders.
Between the two seqs, there are sometimes duplicate keys.

@hipitihop caught a warning for this, but I can't repro.

Wrapped each inner seq in its own v-table.
Ostensibly, this should prevent duplicate keys on child elements.

For #412

1.9.8

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
Call shadow-root with the correct args

Fixes #411

1.9.7

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
Render main styesheet with reagent, not dom interop

Fixes #410

1.9.6

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
Fix custom properties & bugs in stylesheet

1.9.5

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
Properly load the stylesheet in the react-17 preload

1.9.4

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
update changelog

1.9.3

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
Control when to trace with a new setting

Fixes #264

1.9.2

Verified

This commit was signed with the committer’s verified signature.
kimo-k Kimo K.
Correctly restore falsy local-storage keys