Versions
v2.0.1, released 02.25.2020
- Bundle (zip) - all template files, examples, and resources.
Updated
- Updated path to
svgstore.svgto point to TPT version.
v2.0.0, released 02.07.2020
- Bundle (zip) - all template files, examples, and resources.
Starting with v2.0.0, jQuery is no longer bundled with script.js. jQuery 2.2.4 is required to for script.js to function. Third parties can host their own copy of jQuery 2.2.4 or use a CDN.
UND is using the following CDN for jQuery 2.2.4:
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
Compatibility with newer versions of jQuery has not been tested and cannot be guaranteed.
Breaking Changes
- External jQuery: Previously jQuery was bundled in
script.js. - SVG Icons: Some IDs and class names have been modified, requiring updates to inline and CSS applied SVG icons.
Added
- Alert component examples.
- New SVG Icons: Copy, Edit, Open, Transfer, and User.
Updated
- Form Elements: Selects and Multi-Selects no longer require additional elements and JavaScript to function. Note, the CSS and JS in this version is backwards compatible with the markup from previous version.
- Form Events: Events for checkbox and radio inputs are no longer being suppressed by JS.
- Focus Styles (requires JS): More accessible focus styles. See Implementation Details for more information.
- Misc. CSS and JS refinements.
v1.1.0, released 02.06.2019
- Bundle (zip) - all template files, examples, and resources.
Added
- Accordion Examples
- Tab Examples
- Misc. CSS and JS Updates
v1.0.0, released 10.30.2018
- Bundle (zip) - all template files, examples, and resources.
This is the initial release.
Includes the following examples:
- Full-Page, full-width (no sidebar)
- Full-Page, with sidebar
- Typography
- Form elements
- Tables
- Meta elements
Includes the following resources:
- CSS
- JS
- SVG images