Skip to content

v9.0.0

Compare
Choose a tag to compare
@arthurxavierx arthurxavierx released this 23 Jun 14:34
· 63 commits to main since this release

Breaking changes

  • Add a readonly :: Boolean field to FileInfo that indicates whether a given file may be removed or not (#162)
  • Add a remove :: FileId -> Aff Boolean field to UploadBackend that allows for running an async action to check whether the file should be removed (e.g. a confirmation modal) (#162)
  • Add the onClick :: FileId -> Maybe (Effect Unit) prop to Upload so that users can interact with the uploaded files — e.g. for downloading them (#162)

New features

  • Add nbsp and noMargin to new Text component module (#161)
  • Add FormDefaults instances for Set and Map (#162)