Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2.4.0 * fix(heroku): build with NODE_ENV=production * Add CSS utilities listing (#88) * 2.2.0 * Add CodePen edit links to examples (#50) * add CodePen links to all live examples * simplify * reposition CodePen link w/pencil icon * nix .relative from example container * rewrap codepen link in template conditional * add margin to prevent overlap of kbd elements when stacked (#48) * add margin to prevent overlap of kbd elements when stacked * additional example to illustrate wrap behavior * remove old kbd component, move into the markdown file * move data stories text out of code example * use spacing between kbd elements and update implementation suggestions Co-authored-by: Shawn Allen <[email protected]> * fix additional instances of kbd margins * update docs to use mix of space and margin utilities * apply spacing Co-authored-by: Shawn Allen <[email protected]> * docs: add subtitle and see_also links to title template * chore(docs): make css usage docs a directory * fix(docs): make color swatches inline-flex * fix(docs): add bg-white to TOC * feat(docs): add global "utilites" data * feat(docs): add get_path template filter * feat(docs): add CSS utilities page * docs(utilities): add more utility listings * docs(utilities): update intro para Co-authored-by: Jackson Flint-Gonzales <[email protected]> * Lint CSS; add expiring-todo-comments rules for JS + CSS (#55) * chore(deps): install eslint-plugin-unicorn * chore(lint): update deprecation comments to unicorn style * chore(lint): enable unicorn/expiring-todo-comments * chore(css): add todo comments for focus tweaks * chore(lint): install and set up stylelint * chore(lint): fix up stylelint errors * chore(deps): install semver * lint(css): tweak expiring todo comment version ranges (">=" instead of "^") * lint(css): add local/expiring-todo-comments rule * lint(js): fix up todo version comments * chore(deps): upgrade to [email protected] * chore(lint): stylelint --fix * feat(tokens): add colors.grey.focus * chore(lint): set allowWarningComments: true * chore(lint): whitespace * fix(lint): only shellcheck scripts/*.sh * Lint markdown (#56) * lint(markdown): install markdownlilnt-cli * lint(markdown): add "lint-docs" npm script, et al * lint(markdown): add markdownlint config, custom frontmatter rule * lint(docs): lint whitespace, headings * lint(ci): add markdownlint problem matcher * chore(lint): test markdownlint problem matcher * chore(lint): add some lines to bad markdown * lint(markdown): tweak frontmatter error output * lint(markdown): add no-empty rule, tag our rules as "local" * lint(markdown): fix up resources landing page (placeholder) * chore(lint): npm run lint-docs -- --fix * fix: nix lint-css script (not yet implemented) * fix(scripts): remove lint-css from run-p list (not yet implemented) * Extract Tailwind preset (#87) * chore(build): nix purge option from tailwind config * chore(deps): move tailwind-interaction-variants to dependencies * chore(browserslist): run browserslist --update-db * feat(tailwind): add tailwind preset * feat(tailwind): use tailwind preset in our config * chore: delete redundant comment * chore(tailwind): move corePlugins + variants to tailwind.theme * fix(deps): move tailwindcss to dependencies * fix(npm): add lib/tailwind to package files * fix(npm): include tailwind.preset.js * Editing buttons docs (#79) * Testing editing buttons docs * Added text from google doc * Added images + small tweaks * Trying a real button * removing image * update content to match google doc * chore(docs): reduce noise in github API errors * feat(docs): add docs/static/images * fix(docs): rebuild package-lock.json * fix(docs): safelist table[class=w-full] for styling * chore(docs): add get/setAttribute() remark helpers * chore(docs): reduce noise when version status fails * feat(docs): update button docs Co-authored-by: laurenajong <[email protected]> * feat(docs): add basic yes/no table styling * feat(tokens): add 12 + "full" to spacing * feat(theme): add full (100%) to borderRadius * chore(docs): add more spacing around button examples * fix(docs): add icons to yes/no examples * chore(docs): more consistent line breaks * fix(heroku): create a review app on pr label * fix(docs): add alt="" to decorative img Co-authored-by: Jackson Flint-Gonzales <[email protected]> * chore(lint): nuke hanging spaces * chore(docs): delete icon-example.png reference design * fix(docs): add empty link listener to prevent scrolling * fix(docs): fix bad merge Co-authored-by: Shawn Allen <[email protected]> Co-authored-by: laurenajong <[email protected]> Co-authored-by: Jackson Flint-Gonzales <[email protected]> * Update color values from Figma (#97) * fix(tokens): update color values from Figma Saved as v2.4.1 in https://www.figma.com/file/PztEA9PIX00czGHf68Gsr5/?node-id=0%3A1 * chore(lint): fix spaces * Release 2.4.0 fixes (#93) * Editing buttons docs (#79) * Testing editing buttons docs * Added text from google doc * Added images + small tweaks * Trying a real button * removing image * update content to match google doc * chore(docs): reduce noise in github API errors * feat(docs): add docs/static/images * fix(docs): rebuild package-lock.json * fix(docs): safelist table[class=w-full] for styling * chore(docs): add get/setAttribute() remark helpers * chore(docs): reduce noise when version status fails * feat(docs): update button docs Co-authored-by: laurenajong <[email protected]> * feat(docs): add basic yes/no table styling * feat(tokens): add 12 + "full" to spacing * feat(theme): add full (100%) to borderRadius * chore(docs): add more spacing around button examples * fix(docs): add icons to yes/no examples * chore(docs): more consistent line breaks * fix(heroku): create a review app on pr label * fix(docs): add alt="" to decorative img Co-authored-by: Jackson Flint-Gonzales <[email protected]> * chore(lint): nuke hanging spaces * chore(docs): delete icon-example.png reference design * fix(docs): add empty link listener to prevent scrolling * fix(docs): fix bad merge Co-authored-by: Shawn Allen <[email protected]> Co-authored-by: laurenajong <[email protected]> Co-authored-by: Jackson Flint-Gonzales <[email protected]> * fix(develop): move watching logic out of .eleventy.js * chore(lint): line breaks * docs(tailwind): cross-reference css pages * docs(tailwind): add tailwind usage docs * chore(lint): fix heading levels in Tailwind docs Co-authored-by: laurenajong <[email protected]> Co-authored-by: laurenajong <[email protected]> Co-authored-by: Jackson Flint-Gonzales <[email protected]> Co-authored-by: Jackson Flint-Gonzales <[email protected]> Co-authored-by: laurenajong <[email protected]> Co-authored-by: laurenajong <[email protected]>
- Loading branch information