Skip to content

v0.4.1

Compare
Choose a tag to compare
@Jeremy-Walton Jeremy-Walton released this 07 Jun 20:03
· 58 commits to main since this release
5b58ada

What's Changed

Breaking Changes

  • Addon change by @Jeremy-Walton in #173
    • Only applicable if you are using the Tom Select Addon and your application does not pull in Tom Select CSS already.
    • You will need to do that now since the addon does not do that for you. Following the normal Tom Select instructions or following the Addon instructions should be straightforward.

New Components!

  • [TR#93] Tooltips by @Jeremy-Walton in #170
    • A simple tooltip implementation using data attribute has been added. This doesn't solve clipping or edge detection. See the documentation for JS package recommendations if that is needed.
  • [TR#9] Avatar by @Jeremy-Walton in #171
    • Simple visual or navigable avatar element
  • [TR#120] Divider by @Jeremy-Walton in #172
    • An easy-to-use class for dividing content in your application. An example use-case is between button sections in a sidebar.
  • [TR#20] Pagination by @Jeremy-Walton in #175
    • Pagination styles build on the existing button classes for creating consistent navigation controls for paginated data. Also includes instruction for use within a table.

Component Changes

  • Alerts fix by @Jeremy-Walton in #177
    • .alert-alert is now an alias of .alert-danger. This allows Rails + Devise to work out of the box with the recommended flash layout.

Documentation Changes

  • Fix Documentation Deployment by @Jeremy-Walton in #167
    • The documentation site was not deploying correctly
  • [TR#119] Import Instructions by @Jeremy-Walton in #168
    • A graph of which components depend on others has been added to the Selective Imports documentation.
    • Each component now specifies what other components it requires and includes instructions for importing by itself if you are using selective imports.
  • Fix Sidebar Recipe Documentation by @Jeremy-Walton in #174
    • The examples for how to customize the sidebar were not working correctly. They are now fixed and using the latest sidebar version.

Full Changelog: v0.4.0...v0.4.1