Skip to content

Commit

Permalink
Deployed 3dda495 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 14, 2024
1 parent f1c7d04 commit 249629d
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 18 deletions.
19 changes: 10 additions & 9 deletions contribute/CONTRIBUTING/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -881,15 +881,16 @@ <h2 id="app-structure">App structure<a class="headerlink" href="#app-structure"
with some minor additions.</p>
<pre>
module\
├── core.cljs <--- entry point
├── db.cljs <--- schema, validation
├── views.cljs <--- reagent views
├── events.cljs <--- event handlers
├── subs.cljs <--- subscription handlers
├── handlers.cljs <--- helper functions for db transformations
├── effects.cljs <--- effect handlers
├── styles.css <--- styles
└── README.md <--- documentation
├── core.cljs <--- entry point
├── db.cljs <--- schema, validation
├── views.cljs <--- reagent views
├── events.cljs <--- event handlers
├── subs.cljs <--- subscription handlers
├── handlers.cljs <--- helper functions for db transformations
├── effects.cljs <--- effect handlers
├── hierarchy.cljs <--- multimethods and hierarchies
├── styles.css <--- styles
└── README.md <--- documentation
</pre>

<h2 id="re-frame-recommendations">Re-frame recommendations<a class="headerlink" href="#re-frame-recommendations" title="Permanent link">&para;</a></h2>
Expand Down
43 changes: 43 additions & 0 deletions roadmap/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#044-2024-10-14" class="md-nav__link">
<span class="md-ellipsis">
0.4.4 (2024-10-14)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#043-2024-09-23" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -911,6 +920,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#044-2024-10-14" class="md-nav__link">
<span class="md-ellipsis">
0.4.4 (2024-10-14)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#043-2024-09-23" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -1119,6 +1137,31 @@


<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
<h2 id="044-2024-10-14">0.4.4 (2024-10-14)<a class="headerlink" href="#044-2024-10-14" title="Permanent link">&para;</a></h2>
<p><strong>Added</strong></p>
<ul>
<li>Icons to element tree</li>
<li>Select element range on tree shift click</li>
<li>Default font weights</li>
</ul>
<p><strong>Removed</strong></p>
<ul>
<li>Blocking loader</li>
</ul>
<p><strong>Changed</strong></p>
<ul>
<li>Enhance performance</li>
<li>Enhance readability of attribute info</li>
<li>Enhance scale behavior</li>
</ul>
<p><strong>Fixed</strong></p>
<ul>
<li>Multiselect on tree</li>
<li>Fill/stroke picker offset</li>
<li>Keyboard navigation on element tree</li>
<li>Form input width</li>
<li>Disabled state of font family popover</li>
</ul>
<h2 id="043-2024-09-23">0.4.3 (2024-09-23)<a class="headerlink" href="#043-2024-09-23" title="Permanent link">&para;</a></h2>
<p><strong>Added</strong></p>
<ul>
Expand Down
Loading

0 comments on commit 249629d

Please sign in to comment.