Releases: optimista/futo
Releases · optimista/futo
1.5
1.4.1
1.4.0
Major Story Refactorizations
.babelrc
->.babelrc.js
repair to work with NextJS 11- Image Optimization implememented - with placeholders and dimensions
app/story
folder refactoredapp/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 usingimage/*
inImageInput
& related components - ... probably a few others
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
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 inapp/core/Feed.js
- alignment of
Loading
spinner & inFocusLayout
(affects bothapp/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
inapp/models/story
- repaired
firestore.rules
storage configuration (now generates proper path) - added
sx
future support forNodeContainer
- using
storyPath
&storyEditPath
in e.g.pages/new.js
orpages/s/[id]/edit.js
1.1.0
Stories + Minor reasonable changes
- Added Stories (Edit/View Interfaces,
pages/stories.js
,pages/new.js
for generating new &app/models/story
) text-align: center;
inapp/layouts/FocusLayout.js
- Added
app/core/Loading.js
component - Added
app/auth/Authorize.js
component - Added support for image domains in
next.config.json
app/models/post/PostFeed.js
,app/models/profile/Profile.js &
pages/[username].js` corrections on loading the profile- ... and a few more