Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.12 KB

File metadata and controls

55 lines (34 loc) · 1.12 KB

0.0.1

  • Initial release & public demo.

0.0.2

  • Fixed typo in the doc
  • Fixed typo in the readme
  • Added Repository (Github) url
  • Added Issue Tracker (Github) url

0.0.3

  • Creator can now edit their requests.
  • Creator nickname is now shown in the request tile.
  • Comment id is now returned in the callback.
  • Request id is now provided by its callback.

Thanks to @sarahzayat2019

0.0.4

  • Fixed overflow issue on the title
  • Fixed padding for the description input.
  • Cleanup & Formatting
  • Thanks to @sarahzayat2019

0.0.5

  • Cleanup & Formatting
  • Added async operation when adding a request

Thanks to @sarahzayat2019

0.0.6

  • file formatting for static analysis

0.0.7

  • Request Store callbacks are now defined as FutureOr to prevent passed async operations to throw a warning.

0.0.8

  • Fixed description field shrinking in request form on mobile

0.0.9

  • Fixed theme data not being loaded from widget params.
  • Added some spacing to the form widget between the labels and text fields

0.0.10

  • Fix equality in lists with listEquals on request_item model.
  • Fix creator overwrite when updating a request.