Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

0.7.2

Latest
Compare
Choose a tag to compare
@ramfox ramfox released this 19 Jun 23:58
· 9 commits to master since this release
fcddfd1

This release is packaged with the qri backend v0.8.1

This release contains two major updates. First, we have fixed pagination throughout the app! Not only do our dataset lists paginate correctly, but we have added preliminary pagination to the dataset body. Second, we have added storybook to our app for help with development and design. So far there is a short list of components that you can view on storybook, but we plan on continuing to add components as we work on them. We used storybook to iterate on the new DownloadBar component, which features in the readonly version of the webapp, and it allowed for quicker iteration. We are pumped to continue to use it in the future.

Bug Fixes

  • Button: fix logic in download button! (27594d4)
  • pagination: fixes pagination on datasets, registry datasets, profiles, search results, and history (2633d76)
  • scss: Use valid monospace font name (#494) (f5b2d6c)
  • StructureForm: make json-schema link an ExternalLink (#496) (7ba8a42), closes #495
  • storybook: add custom webpack file to storybook config to load scss (5edae8d)

Features

  • add pagination to the body (33c0412)
  • DatasetButtonGroup: add dummy update button (8fc1d73)
  • DownloadBar: add DownloadBar component (20c8fec)
  • storybook: add isolated Button.js (6d0673d)
  • storybook: add plugin to deal with APP_TARGET (decd87c)