Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

dec ux update #189

Merged
merged 1 commit into from
Jan 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Blackbaud, Inc.",
"license": "MIT",
"dependencies": {
"@blackbaud/skyux": "2.34.0",
"@blackbaud/skyux": "2.36.0",
"@blackbaud/skyux-design-tokens": "0.0.8",
"@blackbaud/stache": "2.7.2"
},
Expand Down
22 changes: 22 additions & 0 deletions src/app/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
pageTitle="SKY UX Blog"
windowTitle="SKY UX Blog">

<article class="blog-post">
<header>
<h2 class="sky-section-heading">Design update — December 2018</h2>
<p>SKY UX releases 2.32.0 - 2.36.0</p>
</header>
<section>
<h3 class="sky-subsection-heading">Recently completed</h3>
<h4 class="sky-emphasized"><a routerLink="/components/modal">Modal</a></h4>
<p>Added an event that triggers before a modal closes to support opening a confirmation dialog when the modal form has unsaved changes.</p>
<h4 class="sky-emphasized"><a routerLink="/components/tile">Tile</a></h4>
<p>Added an optional help button to the tile header for cases where in-depth tile-level help is needed.</p>
<h4 class="sky-emphasized"><a routerLink="/components/grid">Grid</a></h4>
<p>Added multiselect capability to grid.</p>
</section>
<section>
<h3 class="sky-subsection-heading">In the works</h3>
<h4 class="sky-emphasized"><a href="https://github.com/blackbaud/skyux-layout/pull/5">Summary action bar</a></h4>
<p>We are porting the summary action bar from SKY UX 1.</p>

</section>
</article>

<article class="blog-post">
<header>
<h2 class="sky-section-heading">Design update — November 2018</h2>
Expand Down