You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language Switcher no longer takes care of the change of the language on the Redux Store. This responsibility has been unified in the API Redux middleware @sneridagh
Markup change in LinkView component.
Rename core-sandbox to coresandbox for sake of consistency @sneridagh
Update Docker compose to latest images and best practices @sneridagh
Improve flaky test in coresandbox search Cypress tests @sneridagh
Better implementation of the add-on load coming from the environment variable ADDONS@sneridagh
Turn lazyLibraries action into a thunk. Added a conditional if the library is loaded or in process to be loaded, do not try to load it again. This fixes the lag on load draftjs when having a lot of draftjs blocks. @sneridagh
Use @root alias instead of ~ in several module references. Most of the Volto project code no longer needs the root alias, so it makes sense to phase it out at some point @tiberiuichim
Alias lodash to lodash-es, as this will include only one copy of lodash in the bundle @tiberiuichim