title | description |
---|---|
December 2019 |
sensenet frontend updates of December 2019 |
In this release our sensenet logo has borrowed 🎅 Santa's hat to makes people happy.😊
We also would like to make you blissful so here are the changes we made 👇🏻
-
We have upgrage our code to Typescript 3.7 🎉
-
Our example apps have been moved to sn-client monorepo 🏁:
sn-react-imageupload
sn-react-imagegallery
sn-react-memoapp
sn-react-calendar
sn-react-browser
sn-react-tasklist
sn-react-usersearchThank you for the contributors:
blaskodaniel, Khegyi, VargaJoe
- New dialogs have been created for Contextmenu (Approve/Reject, Versions, Check In/Out, Delete)🆕 #379
- The bug of upload the same file right after cancellation has been solved 🃏 #491
- Versioninfo item has removed from the drawer ✂️ #425
- Schema is now automatically updated on Save 🔄 #489
@sensenet/[email protected]
- Content name is 'undefined' in the notification after modification bug has been fixed 🎫 #450
- The deafult text color for rich text editor has been changed to black in dark mode cause it was not visible on white background ⚫️⚪️ #490
- Default user avatar from displayname has been created 👀 #497
- Password field's value is now saved when a new user is created 🔒
- Tagsinput query has been set with multiple allowed types
♦️ - Creating a new content with a ContentTemplate is available from now 🏆
@sensenet/[email protected]
- Error handling for Upload has been fixed ⏫ #449
@sensenet/[email protected]
- Error handling for navigation in pickers has been fixed 🔖 #496
@sensenet/[email protected]
- Checkbox functions have been fixed 🔳 #500
@sensenet/[email protected]
- useWopi hook is refactored to return two functions instead of values.🏄
Example usage:
const { isWriteAvailable } = useWopi()
isWriteAvailable(content) && someFunction()
You can find the release here