Skip to content

v0.4.0

Compare
Choose a tag to compare
@bpierre bpierre released this 06 Feb 17:47
Β· 657 commits to master since this release
v0.4.0

Our previous release was made in November, right after the move from Vue.js to React, which is an eternity in Aragon time!

Special thanks to πŸ‘ the πŸŽ‰ awesome πŸ’– people πŸ₯‡ that πŸ¦… contributed πŸ’― to ✨ this πŸ™Œ version:

  • Juwan Wheatley (@fiber-god), for documenting everything! πŸ“šπŸ€“
  • @monokh, for refactoring the Aragon UI internal utilities βš™οΈ
  • Konstantin Dichev (@kdichev), for having implemented a way to resize the demos in the gallery, which make it possible to test how they behave when the screen size changes. Konstantin also contributed to the Field component. πŸ’―/πŸ’―

It is also the first release since Brett (@sohkai) joined Aragon as an EVM Engineer. His involvement these last months has massively improved the quality and pace of development of Aragon UI. Thank you Brett πŸ‘Œ πŸ’• 🎊

New components:

Changes:

  • Button:
    • Hover / active / focused states
    • wide prop
    • Variants: compact / positive / negative
    • Button.Anchor (#65)
    • Add secondary mode (#78)
    • Support for emphasis + strong mode (#91)
  • Text: refactor to always render as (#16)
  • Refactor utils structure (#82)

Other notable changes:

  • Gallery: resizable demos (#95)
  • Gallery Navigation Groups + Homepage illustration (#109)
  • Moved from webpack to rollup