Releases: aragon/ui
Releases · aragon/ui
AragonUI v1.8.0
The quick update where not only etherscan URL's are created, but also polygonscan urls as well for mumbai and matic.
Feature/dao 195 polygon urls #851 (@novaknole)
1.7.0
aragonUI 1.7.0
A small incremental update. LayoutProvider
is now available which enables use of useLayout
without the need to adopt a fixed width container that would otherwise be added via the typical Layout
component.
New
Expose Layout Provider (#805) @andy-hook
Fixes
TokenAmount: Hold token space during image load (#806) @andy-hook
1.6.0
1.5.0
aragonUI 1.5.0
New
- Modal: Provide onClosed callback (#795) @andy-hook
- EscapeOutside: Provide useCapture option (#796) @andy-hook
Fixes
- Modal: Prevent EscapeOutside from causing problems with internal interactions (#796) @andy-hook
- Dark theme: Increase positive content contrast (#780) @andy-hook
Documentation
- Add a basic CONTRIBUTING.md (#776) @bpierre
- Update 1hive broken link (#782) @PaulRBerg
1.4.2
1.4.1
1.4.0
aragonUI 1.4.0
New
- New component: Markdown (#395) @corydickson
- New component: Details (#729) @Jfelix61
- Hooks: useFocusEnter and useFocusLeave (#744) @rperez89
- Add formatTokenAmount() and formatNumber() (#728, #760) @ECWireless
- Export all the utils (#750) @bpierre
- Tree-shake ready (#709) @bpierre
- Add a babel plugin to handle the gu unit (#500) @bpierre
- Dataview: introduce
emptyState
(#722) @rperez89 - CircleGraph: new style and customization options (#458) @deamme
- Theme: warn when invalid colors are being accessed (#751, #754) @bpierre
- useKeyDown: propagate event's keycode to handler (#752) @sohkai
- Slider: fix an issue where the handle couldn’t be clicked (#745) @rperez89
- Timer: add showIcon prop (#734) @fabriziovigevani
- Icons: add swap icon (#739) @Evalir
- Popover: reject closing (#710) @bpierre
Fixes
- Tabs: improve full width mode (#743) @rperez89
- Accordion: Always display border for expanded content (#741) @rperez89
- Modal: fix an issue where the close button wasn’t clickable (#764) @bpierre
- CircleGraph: fix the default label for <1% (#758) @bpierre
- Fix exports (#748) @bpierre
- TransactionProgress: fix prop type error (#733) @nadalfederer
- EscapeOutside: mark onEscapeOutside prop as required (#724) @dantehemerson
Documentation
- Fix typo on LoadingRing documentation (#765) @Evalir
- devbox: update instructions (#763) @sohkai
- Timer: documentation about maxUnits prop (#746) @rperez89
- Fix Timer documentation format (#749) @bpierre
Other changes
- Dependencies: Add use-inside as a dependency and remove the local utils file (#727) @Evalir
- Add @testing-library/react (#732) @Jfelix61
- JSDOM (Jest) compatibility (#720) @bpierre
- Build and publish workflow (#714) @bpierre
- JSDoc updates (#761, #762) @bpierre
- Update .gitignore (#753, #756) @bpierre
- Update yarn.lock (#766) @bpierre
- Upgrade acorn (#736, #737, #738) @dependabot
- Upgrade Jest to v25 (#759) @bpierre
- Upgrade Prettier (#742) @rperez89
1.3.0
Changes
- DataView: ensure there is only one empty state displayed at a time (#712) @bpierre
- Dark mode support for AutoComplete (#711) @PeterMPhillips
- Update LineChart documentation style (#708) @Evalir
- SyncIndicator: new design (#683) @guidovizoso
- Fix PropTypes._element (#707) @bpierre
- Mark the module to be side-effect free (#706) @bpierre
- LineChart: function component + full width by default (#704) @bpierre
- devbox: update dependencies (#705) @bpierre
- Support for non-DOM environments (Next.js) (#699) @izqui
- Deprecate Countdown, replace all internal Countdown instances with Timer (#701) @Evalir
- Handle auto value through the rowHeight prop on the CardLayout component (#700) @Evalir
- Update the console icon style to match the other svgs (#697) @Evalir
- Gallery: remove PageMain (#695) @bpierre
- Theme: always extend the base theme (#693) @bpierre
- color(): support String wrapper object (#694) @bpierre
1.2.0
1.1.0
Changes
Internal changes
- Devbox: fix TokenBadge demo's token icon url (#681) @sohkai
- Gallery: create the /help directory (#680) @bpierre
- Solve DateRangePicker container bug, improve demo (#672) @Evalir
- Solve RootPortal page bug (#673) @Evalir
- Better output for the icons:build task (#671) @bpierre
- Gallery dropdown content bug fix & demo enhancement (#669) @Evalir