Skip to content

1.4.0

Compare
Choose a tag to compare
@optimista optimista released this 23 Jun 10:35
· 62 commits to master since this release

Major Story Refactorizations

  • .babelrc -> .babelrc.js repair to work with NextJS 11
  • Image Optimization implememented - with placeholders and dimensions
  • app/story folder refactored
  • app/story/state/actionsCreator.js created, whole reducer architecture remade (pulled out from @futo-ui/hooks to local)
  • finally, fb now installs concrete versions of @futo-ui packages, so things do not get messy when these packages get updated
  • storage.rules configuration
  • lot of small messy misbehaviours in story UI repaired (I have it in my journal in case you need details)
  • got rid of IMAGE_TYPES and using image/* in ImageInput & related components
  • ... probably a few others