Skip to content

Version 1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 20:07
· 559 commits to main since this release

Changes

✨ Features

  • Adds semantic colors and base styles for form elements (#43)
  • Adds @fancyapps/ui for modals and lightboxes (#38)

πŸ“˜ Documentation

  • Storybook: Add BlockQuote component (#44)
  • Storybook: Add BlockImage component (#38)
  • Storybook: Add BlockInlineImage component (#35)
  • Storybook: Add BlockImage component (as well as Fancybox) (#38)
  • Storybook: Add BlockKeyPoints component (#39)
  • Storybook: Add BlockText component (#31)
  • Storybook: Add BlockIframeEmbed component (#29)
  • Storybook: Add BasePlaceholder component (#26)
  • Storybook: Add BaseImageCaption component (#25)
  • Storybook: Add ArticleCarouselItem component (#22)

🧰 Maintenance

  • Re-ordering Tailwind imports and adding ignore files for linters (#36)
  • Set up linters and GitHub Actions workflow to run them on PRs (#30)
  • Set up Release Drafter workflow in GitHub Actions (#24)

Migration guide

  • Input fields will now default to having a gray-light-mid border. For input fields that should not have a border, add class border-0 to them.
  • Projects applying a border-color to their inputs should remove those styles in order to inherit those from Explorer-1.
  • Projects importing SCSS partials a la carte will need to import the new _forms.scss partial as one of the first imports in the main SCSS file.
  • Projects that have defined their own semantic colors should remove those color definitions from their TailwindCSS config and use those provided by Explorer-1 instead.