Releases: texastribune/queso-ui
v9.0.1
- 🐛 Fixed modern-normalize import bug (compiling out as a CSS import in some cases)
- 📄 Docs fixes/improvements
v9.0.1-0
- Merge pull request #197 from texastribune/post-v9-fixes 446e525
- Prevent CSS lib from becoming an import when compiled b2f390f
- Give footer a little more default layout/remove legacy classes eb0d915
- Hotfix: fix broken image urls in docs 6ade87d
- Hotfix: fix broken breadcrumbs in docs 513f74d
- Hotfix: fix broken previews in docs 2e8b79f
- Hotfix: add correct pathPrefix for nested gh pages c0a1772
v9.0.0
🗑️ - Removed legacy files
✏️ - Edited reset layer to modern-normalize
🆕 - New Docs template using 11ty
Breaking changes
base-v2.scss
no longer exists - This wasn't the greatest name for a file and the better approach is to be more explicit in what you're importing as opposed to grabbing parts of the the system you may not need.- changed the reset file - This may not actually affect anything, but something to keep in mind when versioning up
Guide to moving to v9
If you reference base-v2.scss anywhere in your project, swap that line out with the imports in this gist.
v8.6.1
🤖 - Dependabot updates
v8.6.0
🆕 New and improved, mobile-friendly topic bar
v8.5.0
🆕 Added new story body variation (.c-story-body--nested) f92f683
v8.4.0-0
✏️ - Simplified font loading
The class of fonts-loaded
is no longer needed
v8.3.10
🆕 Added new button variation (.c-button--skip
)
- Skip button for keyboard users
🐛 Bug fix for link color of .c-link-button
- Link button was not taking its parent text color
📄 - Docs fixes
- Remove legacy styles in the docs, which introduced obsolete styles
Note: This release includes remnants of some reverted global changes because it started as the next major release. We'll improve the release system perhaps with version branches instead of merging everything to master to prevent future confusion.
v9.0.0-0
- Merge pull request #159 from texastribune/skip-link 047afff
- Standardize navbar/form height for skip button 43a340b
- Clean up btn focus states and fix link-button color 5174167
- Add focus states to links and buttons 2d1aa32
- Add a skip link variation of button ad0e856
- Merge pull request #150 from texastribune/dependabot/npm_and_yarn/stylelint-13.2.0 f5481a1
- Merge pull request #149 from texastribune/dependabot/npm_and_yarn/texastribune/queso-tools-2.1.4 9dd0105
- Bump stylelint from 13.1.0 to 13.2.0 b8f0154
- Bump @texastribune/queso-tools from 2.1.3 to 2.1.4 231d5c7