Skip to content

1.1.1

Compare
Choose a tag to compare
@optimista optimista released this 04 Jun 15:21
· 69 commits to master since this release

Major

  • repaired uploading of images in Chrome and other browsers - blur of caret does not unmount caret from the DOM now
  • added GIF to allowed types of image upload
  • repaired presenting / focusing / creating of a new node in the beginning of editing in app/models/edit/StoryEditor.js
  • in pages/stories.js we load now only logged user's stories (not all of them)

Minor / Patches

  • default Item prop in app/core/Feed.js
  • alignment of Loading spinner & in FocusLayout (affects both app/core/Loading.js & app/layotus/FocusLayout.js)
  • loading of makeStyles from @material-ui/styles instead of @material-ui/core/styles
  • repair of disabled buttons in app/layouts/FeedLayouts.js
  • introduction of helper functions in app/models/story/StoryCard.js
  • switched order of props in app/models/story/StoryFeed.js
  • got rid of debug.js in app/models/story
  • repaired firestore.rules storage configuration (now generates proper path)
  • added sx future support for NodeContainer
  • using storyPath & storyEditPath in e.g. pages/new.js or pages/s/[id]/edit.js