Releases: NCIOCPL/ncids
v3.4.0 release
What's Changed
- (#2008) Update workflow to use ubuntu 22.04 by @blairlearn in #2032
- (#2003) Feature card spacing update by @dlescarbeau in #2007
- (#2004) Updates guide card title line height by @dlescarbeau in #2009
- (#1957) Update Links Page by @blilianyu in #2050
- (#1950) Add external links to prose by @olitharp-nci in #2051
- (#2053) Update prose component documentation by @olitharp-nci in #2061
- (#2054) Modal Component by @karlikpj in #2060
- (#2067) Modal Component Fixes by @karlikpj in #2068
- (#2072) Fix to Modal Focus Elements by @karlikpj in #2073
- (#2074) Modal Focus Footer Elements by @karlikpj in #2075
- (#2076) Modal Tab Focus Error by @karlikpj in #2078
New Contributors
- @blairlearn made their first contribution in #2032
Full Changelog: v3.3.0...v3.4.0
v3.3.0 release
What's Changed
- (#1898) Adds External Link Icon to Feature Cards by @dlescarbeau in #1933
- (#1926) Update list variations table by @olitharp-nci in #1941
- (#1925) Update guide card variations table by @olitharp-nci in #1940
- (#1902) Adds automatic external link check to usa-link by @dlescarbeau in #1951
- (#1958) NCIDS: Color Page - Update HEX Values for info color by @monika-jaeger in #1959
- (#1954) Updates site-alert to properly import usa-link in storybook by @dlescarbeau in #1962
- (#1900) Updates collections to have external link icons by @dlescarbeau in #1960
- (#1901) Footer External Links by @karlikpj in #1961
- (#1932) External Links CTA Strip by @karlikpj in #1956
- (#1947) Update Pagination Theme Color by @karlikpj in #1968
- (#1935) External Link Guide Cards by @karlikpj in #1952
- (#1657) Updates combo box selected event details to be array by @dlescarbeau in #1896
- (#1946) Adds automatic external icons to promo blocks by @dlescarbeau in #1963
- (#1880) Fix Pagination Icons in Storybook by @karlikpj in #1967
- (#1945) Hero Primary CTA External Link by @karlikpj in #1997
- (#1899) Adds external links to buttons by @dlescarbeau in #1985
- (#1849) Updates doc sites with phase2 edits by @olitharp-nci in #2006
- (#1948) Updates postcss to be a peer dependency by @dlescarbeau in #2002
Full Changelog: v3.2.0...v3.3.0
v3.2.0 Release
Notable Non-Breaking Changes
| Feature | Description |
|---|---|
| Guide Cards | Aria-labels and alt-text updated to meet accessibility standards. |
| Header | Aria-label and alt-text updated in logo link to meet accessibility standards. |
| Storybook | Update to the latest version. |
| Footer | Updated overview image and guidance. |
What's Changed
- (#1701) Cleanup Footer HTML by @karlikpj in #1877
- (#1335) Update Footer Overview Image and Guidance by @blilianyu in #1889
- (#1850) Bump Github Action Versions by @bryanpizzillo in #1897
- (#1656) ComboBox Selected Event on Click Outside by @karlikpj in #1881
- (#1112) Updates guide cards accessibility by @dlescarbeau in #1927
- (#1421) Update to latest storybook by @olitharp-nci in #1867
- (#423) Updates nci logo in header by @dlescarbeau in #1922
- (#1942) Add missing util classes by @olitharp-nci in #1944
Full Changelog: v3.1.0...v3.2.0
v3.1.0 release
Notable Non-Breaking Changes
| Feature | Description |
|---|---|
| Browser Titles | Browser titles were made to be consistent with the page titles across the NCIDS Documentation Site. |
| Gatsby 5 | Gatsby has been updated to Gatsby 5. |
| NCIDS Doc Site Sitewide Search | Sitewide search has been added to the NCIDS Documentation Site so that users can search through the pages on this site. |
| Collections Title | The font-size of the titles of Collections has been updated for consistency across the Design System. |
| Cards | The font-size for the description, title, and group/row heading for cards has been updated for consistency across the Design System. |
| Section | A page has been added to the Components section of the Documentation Site to explain the use of Section. |
What's Changed
- (#1663) Update pnpm@9 by @olitharp-nci in #1791
- (#1665) Shadow Utility Page by @karlikpj in #1790
- (#1615) Outline Utility Page by @karlikpj in #1792
- (#1209) Layout Float Utility Page by @karlikpj in #1797
- (#1569) Update to lts/iron by @olitharp-nci in #1800
- (#1789) Reorders links on Layout and Positioning Page to Match Sidenav by @dlescarbeau in #1801
- (#1761) Update 'Applying other utilities' paragraph on Figma Guide by @monika-jaeger in #1799
- (#1795) Button Docsite Typo by @karlikpj in #1805
- (#1206) Updates list reset page to match USWDS by @dlescarbeau in #1804
- (#1326) Updates page titles to be consistent across site by @dlescarbeau in #1802
- (#1697) Docsite Show more Less Icon by @karlikpj in #1807
- (#1213) Display Utility Page by @karlikpj in #1803
- (#1216) Flex Layout Utility Page by @karlikpj in #1794
- (#1809) Float Util Code Examples by @karlikpj in #1811
- (#1655) Update ComboBox Twig by @karlikpj in #1812
- (#1815) SummaryBox Header Font Size by @karlikpj in #1817
- (#361) Upgrade to Gatsby 5 by @bryanpizzillo in #1820
- (#1813) Remove USWDS Pointer Links by @karlikpj in #1819
- (#1837) Changes "|" to "-" in Browser Titles by @dlescarbeau in #1838
- (#1338) Update Getting Started for Developers Page by @blilianyu in #1848
- (#1830) adds missing meta descriptions to pages by @dlescarbeau in #1831
- (#1780) add sitewide search to docs site (gatsby 5) by @dlescarbeau in #1829
- (#1806) Reorder Foundation Sidenav by @karlikpj in #1856
- (#1822) Update Collections Title Patch by @karlikpj in #1846
- (#1863) Alt Tag on Card Storybook by @karlikpj in #1866
- (#1839) Card font size change by @karlikpj in #1857
- (#1691) adds usa section page to docs site by @dlescarbeau in #1862
- (#1841) Adds robots txt file by @dlescarbeau in #1858
- (#1823) Remove Spaces from Collection by @karlikpj in #1871
- (#1868) Update GuideCard to use typeset for description by @karlikpj in #1875
Full Changelog: v3.0.0...v3.1.0
v3.0.0 Release
Breaking Changes
- All module imports paths should be updated to point directly to the component and not the ncids module.
Useimport { NCIBigFooter } from '@nciocpl/ncids-js/usa-footer'instead of
import { NCIBigFooter } from '@nciocpl/ncids-js' - Removed module exports
NCISubscribeNCISubscribeOptions
- Banner
.usa-banner .usa-buttonhas been replaced by.usa-banner__language-toggle
- Header mega menu
AutocompleteAdaptormodule has been replaced byAutocompleteAdapterMegaMenuAdaptormodule has been replaced byMegaMenuAdapteruseUrlForNaviationIdhas been removeddata-megamnu-disabledhas been removed. Adddata-menu-idattribute to a primary navigation item if it truly has a mega menu..nci-header--extendedhas been replaced by.nci-header--megamenu
- Site Alert
NCISiteAlertmodule has been replaced byUSASiteAlertNCISiteAlertOptionshas been replaced byUSASiteAlertOptions.usa-site-alert--nci-standardhas been replaced by.usa-site-alert(Default variant).usa-site-alert--nci-slimhas been replaced by.usa-site-alert--slim.usa-site-alert--nci-infohas been replaced by.usa-site-alert--info.usa-site-alert--nci-emergencyhas been replaced by.usa-site-alert--emergency.usa-site-alert .usa-alert__nci-listhas been replaced by.usa-list.usa-list--two-column
- Removed unused theme variables
$theme-section-padding-height-firstand$theme-section-padding-height-first-mobile
Notable Non-Breaking Changes
| Feature | Description |
|---|---|
| NCIDS Feature Card Row |
|
| NCIDS Feature Card |
|
| NCIDS Collections |
|
| NCIDS Summary Box |
|
What's Changed
- (#1590) Adds nci-promo-block twig and updates storybook by @dlescarbeau in #1662
- (#1582) Update Collections Storybook by @karlikpj in #1612
- (#1641) Update Guide Card Row Pattern Images by @blilianyu in #1668
- (#1579) Breadcrumb storybook reorganization by @arcepaul in #1621
- (#1581) Card Storybook Update by @karlikpj in #1622
- (#1588) Hero Storybook Update by @karlikpj in #1630
- (#1672) Updated Promo Block Code Snippets by @blilianyu in #1679
- (#1580) Update Storybook Buttons by @karlikpj in #1614
- (#1671) Updated CTA When to Use by @blilianyu in #1687
- (#1670) Update Banner Intro Text by @blilianyu in #1686
- (#1595) Skipnav Storybook Update by @karlikpj in #1688
- (#1682) increase docs page comment contrast ratio by @arcepaul in #1689
- (#1591) Updates usa-sidenav storybook content by @dlescarbeau in #1664
- (#1592) Summary Box Storybook Update by @karlikpj in #1692
- (#1586) Guide Card Storybook Update by @karlikpj in #1628
- (#1405) Add content to collections documentation by @olitharp-nci in #1651
- (#1650) Updated 1% error issues In Page Navigation Backstop tests by @karlikpj in #1694
- (#1695) Fixes active button class and adds disabled to anchors by @olitharp-nci in #1696
- (#1702) Fix mega menu documentation page by @olitharp-nci in #1703
- (#1627) conditionally add usa-prose to usa-accordion by @arcepaul in #1693
- (#1577) Autocomplete Storybook Update by @karlikpj in #1645
- (#1584, #1673) Change back to top to init on scroll; add js and organizes footer stories by @dlescarbeau in #1675
- (#1705) Stop autocomplete from breaking occasionally by @bryanpizzillo in #1706
- (#1587) Updates nci-header storybook with twig by @dlescarbeau in #1685
- (#1411) Update Button Page on DocSite by @karlikpj in #1704
- (#1538) Maturity Model Docsite Page by @karlikpj in #1707
- (#1715) About Page Content Update (adds mailto link for email address) by @dlescarbeau in #1716
- (#1572) Refactor site alert component by @olitharp-nci in #1708
- (#1593, #1506, #1649) Utility documentation page template by @arcepaul in #1648
- (#1730) Update the About NCIDS Documentation Site page by @monika-jaeger in #1737
- (#1729) Updated Components Page Doc Site Content by @monika-jaeger in #1735
- (#1732) Update Maturity Model Documentation Site Content by @monika-jaeger in #1739
- (#1736) Update Homepage of Documentation Site content by @monika-jaeger in #1740
- (#1744) Update broken link on Side Nav by @blilianyu in #1746
- (#1667) Update Text Styles Utility Page by @karlikpj in #1741
- (#1755) Updated Opacity Page by @blilianyu in #1757
- (#1505) Border Utility Page by @dlescarbeau in #1751
- (#1747) Use gatsby-link by @olitharp-nci in #1748
- (#1666) Font Family Utility Page by @karlikpj in #1752
- (#1503) Update Height and Width Utility Page by @dlescarbeau in #1758
- (#1507) Updates Opacity page to use utility template by @dlescarbeau in #1764
- Multiple Content Tickets for Documentation Site by @bryanpizzillo in #1770
- (#1504) Margin and Padding Utility Page by @karlikpj in #1767
- (#1427) update uswds v3.7.1 by @olitharp-nci in #1760
- (#1726) Display version banner by @bryanpizzillo in #1762
- (#1563) Adds Utilities Overview Page by @dlescarbeau in #1769
- (#1508) Sizing Tokens Utility Page by @karlikpj in #1771
- (#1194) Adds Layout Grid Docs Page by @dlescarbeau in #1776
- (#1575, #1102, #1101) Add USWDS passthoughs to ncids.scss by @karlikpj in #1709
- (#1774) Remove NCIDS deprecated css/js by @olitharp-nci in #1779
- (#1775) Update Docsite Side Navigation by @karlikpj in #1787
- (#1781) Add Launch Script for Analytics by @bryanpizzillo in #1782
New Contributors
- @monika-jaeger made their first contribution in #1737
Full Changelog: v2.7.0...v3.0.0
v2.7.0 Release
What's Changed
- (#1633) Updated Card Overview Image on Doc Site by @blilianyu in #1637
- (#1583) CTA Strip Storybook Update by @karlikpj in #1623
- (#1634) Update Guide Card Overview Image by @blilianyu in #1653
- (#1589) Updates usa-list twig and styles, storybook structure by @dlescarbeau in #1620
- (#1658) Fixes clearing text when input clicked by @olitharp-nci in #1659
Full Changelog: v2.6.0...v2.7.0
v2.6.0 Release
What's Changed
- (#1475) Update "Headings" Page on NCIDS Documentation Site by @laurelthrash in #1476
- (#1232) Patch Sidenav to Default by @karlikpj in #1459
- (#1310) Default Back to Top by @karlikpj in #1470
- (#1479) Updates link color of card heading by @dlescarbeau in #1482
- (#1430) Fix font-family Typo by @karlikpj in #1489
- (#1443) Docsite MegaMenu Update by @karlikpj in #1481
- (#1423) Updates autoprefixing documentation by @dlescarbeau in #1493
- (#1388) Update overview image on Footer Page by @karlikpj in #1490
- (#1146) Docs Site Mobile Navigation Update by @dlescarbeau in #1446
- (#1425) Fix Link Color on Docsite by @karlikpj in #1492
- (#1462, #1463) Update Collection Headings by @dev-rana-publicis in #1466
- (#1396) Fix Code Block Line Wrap by @karlikpj in #1495
- (#1497) Adds gatsby-ssr file for mdx file JS by @dlescarbeau in #1502
- (#1484) updates collections calendar color to accent-cool-dark by @dlescarbeau in #1513
- (#740) Line Height Button Token by @karlikpj in #1408
- (#1375) Update spacing on Documentation Site About Page by @driscollmd in #1514
- (#475) Make Header Mobile First by @karlikpj in #1438
- (#1398) NCIDS Summary Box by @dev-rana-publicis in #1491
- (#1478) Error State Color by @karlikpj in #1510
- (#1422) Remove Background Color from Small Button by @karlikpj in #1516
- (#360, #1461, #1441) Replace Yarn with PNPM by @bryanpizzillo in #1515
- (#1156) Update Lerna by @bryanpizzillo in #1528
- (#1337) Add Figma Resource Link to the About the NCIDS Page by @blilianyu in #1540
- (#1525) Update Figma Guide Page H1 by @blilianyu in #1542
- (#1531) Updating color token hex codes on the Foundations Color page by @blilianyu in #1533
- (#1532) Updating color changes on NCIDS Token Changes from USWDS by @blilianyu in #1536
- (#1402) Fix Sass Imports on Docsite Content by @karlikpj in #1530
- (#1497) Re-wire how we do NCIDS Js init by @bryanpizzillo in #1541
- (#910) Remove IE Icon Logic from USWDS by @bryanpizzillo in #1547
- (#1527) Update Font Size and Family Page on Doc Site by @blilianyu in #1552
- (#1526) Add Font Download link to Developers Page on Doc Site by @blilianyu in #1551
- (#1309) Update Anchor Link Headings by @karlikpj in #1544
- (#1555) Updates link on components page by @dlescarbeau in #1556
- (#1558) Fix post-install hook for pnpm by @dev-rana-publicis in #1561
- (#1557) Remove ncids-react by @bryanpizzillo in #1559
- (#474) update header test coverage by @dlescarbeau in #1543
- (#1560) Remove React Code Preview by @bryanpizzillo in #1568
- (#664) Clean Up Mobile Menu CSS by @karlikpj in #1553
- (#1529) Adds javascript to footer snippet by @dlescarbeau in #1554
- (#1302) Update Figma Links in DocSite by @karlikpj in #1550
- (#1458) Update icon css for very small widths by @dlescarbeau in #1519
- (#1332) updates heading sizes for h3 h4 h5 by @dlescarbeau in #1573
- (#1599) Update About NCIDS Page on Doc Site by @blilianyu in #1601
- (#1428) Docsite AutoInit Info by @karlikpj in #1600
- (#1597) Remove update tables from component docs by @arcepaul in #1605
- (#1606) Increase spacing for Summary Box Heading by @dev-rana-publicis in #1607
- (#1518) Update Alt Text in DocSite by @karlikpj in #1609
- (#1498) Update Header for NCI Variants by @karlikpj in #1576
- (#1468) JS for accordion functionality by @arcepaul in #1549
- (#1598) Remove Design Principles page from docs by @arcepaul in #1610
- (#1566) Documentation Page for Accordion by @dlescarbeau in #1616
- (#1578) Update Banner Storybook by @karlikpj in #1611
- (#1397) Create combo box by @olitharp-nci in #1521
- (#1642) Update combo box text clear/unselected event by @olitharp-nci in #1643
New Contributors
- @laurelthrash made their first contribution in #1476
- @driscollmd made their first contribution in #1514
- @blilianyu made their first contribution in #1540
Full Changelog: v2.5.0...v2.6.0
v2.5.0 Release
What's Changed
- (#1358) Fix peer dependencies by @olitharp-nci in #1361
- (#1448) Updates reference images in develop by @dlescarbeau in #1449
- (#1227,#1432) Document and reorg ncids-js by @bryanpizzillo in #1451
- (#1325) Fixes typo in guide card row example by @dlescarbeau in #1465
- (#1442) Removed useUrlForNavigationId from Mega Menu adapter by @bryanpizzillo in #1474
Full Changelog: v2.4.0...v2.5.0
v2.4.0 Release
What's Changed
-
(#1237) Upgrade to typescript v5.2.2 by @olitharp-nci in #1238
-
(#1261) Remove trailing slash from links by @dlescarbeau in #1262
-
(#1207) Updates markdown of height and width page by @dlescarbeau in #1256
-
(#1196) Updates for designers markdown by @dlescarbeau in #1271
-
(#1193) Updates Spacing Units page markdown by @dlescarbeau in #1266
-
(#1217) Removes home landing page and nav level by @dlescarbeau in #1258
-
(#1208) Updates markdown for margin and padding by @dlescarbeau in #1257
-
(#1164) Setting up gatsby component templates by @arcepaul in #1234
-
(#1270) Disable USWDS Basic Color Tokens by @karlikpj in #1274
-
(#1135) Updates home page markdown by @dlescarbeau in #1273
-
(#1280) Change Foundations / path label for doc site by @karlikpj in #1282
-
(#1221) Components landing page markdown by @dlescarbeau in #1275
-
(#1205) Updates paragraph styles markdown by @dlescarbeau in #1272
-
(#1165, #1285) Component page: Autocomplete by @arcepaul in #1286
-
(#1220) Adds About page markdown by @dlescarbeau in #1277
-
(#935) updates design principles markdown, adds icons by @dlescarbeau in #1284
-
(#993, #1268) figma guide markdown by @dlescarbeau in #1281
-
(#1197) Getting Started for Developers by @karlikpj in #1269
-
(#1183) Updates Skipnav Component Page by @dlescarbeau in #1297
-
(#943) Adds markdown for templates page by @dlescarbeau in #1276
-
(#1192) Adds Typography Page content to Docs Site by @dlescarbeau in #1259
-
(#1199) Border page markdown added by @dlescarbeau in #1260
-
(#1179) Adds Promo Block Markdown by @dlescarbeau in #1316
-
(#1180) Add markdown for side navigation by @dlescarbeau in #1321
-
(#1319) Docs Site Change Request 2 by @dlescarbeau in #1336
-
(#1233) Addresses general docs site feedback by @dlescarbeau in #1330
-
(#1322) bugfix: error blocking js from running on component pages by @arcepaul in #1323
-
(#1324) Fix link path on Template Page by @karlikpj in #1341
-
(#1359) Sidenav Get Started Developers by @karlikpj in #1360
-
(#1349, #1352, #1363) Bugfix: resolve various console and content issues by @arcepaul in #1350
-
(#1367) Fix sidenav for Get Started-Developers by @karlikpj in #1368
-
(#1369, #1357) Doc site header linkage by @arcepaul in #1383
-
(#1392) Update dev instructions by @bryanpizzillo in #1395
-
(#1150) Adds custom nci-heading classes by @dlescarbeau in #1356
-
(#653) extends usa-banner by @dlescarbeau in #1394
- Backwards compatible change to markdown: Remove the class
.usa-banner--nci-bannerfrom the html.
<section - class="usa-banner usa-banner--nci-banner" + class="usa-banner" aria-label="Official government website">
- Backwards compatible change to markdown: Remove the class
-
(#563) Site Alert Auto ID by @karlikpj in #1399
- Backwards compatible change to markdown: Remove IDs from the html. These are now generated automatically.
<section aria-label="Standard information site alert example with close" class="usa-site-alert usa-site-alert--nci-standard usa-site-alert--nci-info" - id="site-alert-example6" data-site-alert-closable="true" > <div class="usa-alert"> <div class="usa-alert__body"> <div class="usa-alert__nci-header"> <h3 class="usa-alert__heading">COVID-19 resources.</h3> </div> - <div class="usa-alert__nci-content" id="site-alert-content"> + <div class="usa-alert__nci-content"> <ul class="usa-alert__nci-list"> <li> -
(#1149) NCIDS Collections by @dev-rana-publicis in #1384
-
(#580) Adds styles for buttons with icons by @dlescarbeau in #1404
Full Changelog: v2.3.0...v2.4.0
v2.3.0 Release
What's Changed
- (#864) Adds usa-modal passthrough by @dlescarbeau in #1129
- (#839) Time Picker Pass Though by @karlikpj in #1027
- (#937) NCIDS for All setup by @olitharp-nci in #1084
- (#848) Add date ranger picker to NCIDS by @olitharp-nci in #992
- (#1143) Mock date range picker scenario by @olitharp-nci in #1144
- (#849) File Input Pass Through by @karlikpj in #951
- (#1154) Fix broken actions by @bryanpizzillo in #1155
- (#832) Doc Site Examples Update by @karlikpj in #1141
- Ticket/938 code component show more by @arcepaul in #1138
- (#954) USWDS Passthrough Cleanup by @dlescarbeau in #1187
- (#809) Docsite Navigation by @karlikpj in #893
- (#1026) Update example page content by @karlikpj in #1065
- (#1107) Create nci header default source by @olitharp-nci in #1145
- (#1229) Remove Junk Packages by @bryanpizzillo in #1230
- (#1159) Create footer auto init by @olitharp-nci in #1222
- (#1161) Create site alert auto init by @olitharp-nci in #1225
Full Changelog: v2.2.0...v2.3.0