Skip to content

Releases: mojotech/mojotech-ui

Release version 1.0.1

27 Aug 17:23
Compare
Choose a tag to compare

This release contains a bug fix correctly setting the types location to be the correct path.

v1.0.0

26 Aug 19:49
6817354
Compare
Choose a tag to compare

Release version 1.0.0

This release contains several breaking changes. One is that the way the components are styled has changed. Instead of using the css prop from Emotion; Onno is being used to style. More can be read about Onno here. Leveraging this library allows components to be styled with css props. It also allows for better theme integration across the board. The changes are as follows:

  • The Text component no longer utilizes the dim or display props. These have been replaced with the opacity and fontFamily props.
  • The addition of the Box component which provides a base for all of the layout components.
  • The addition of the Flex component which extends the box, but has the default styles set to allow usage of flexbox styles.
  • The addition of the TextLink component.
  • Addition for Grid component. An extension of the box component, but with css grid layout styles set as a default.
  • Changes to the theme have also been made. Theme changes are:
    • fonts changes to fontFamilies
    • spacing is now spaces
    • scheme is now schemesand is moved outside of the colors object.
    • The addition of breakpoints to the theme
    • The addition of opacities to the theme
    • maxWidths is now an array of strings instead of nested arrays.

v0.2.1

17 Jun 18:20
Compare
Choose a tag to compare
Bump version

v0.2.0

17 Jun 18:19
Compare
Choose a tag to compare
Minor version for first CI build/release

v0.1.2

17 Jun 18:18
Compare
Choose a tag to compare
Version bump to publish as a public package

v0.1.0

17 Jun 18:15
Compare
Choose a tag to compare
Name and version update for NPM release