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
Migrated from Webpack to Rollup for building component library
Created ES module bundles in /dist/es
Fixed window undefined error when rendering spaces via Next.js
Created server bundle /dist/server for using with Node.js server side apps when utilising SSR, e.g. Next.js and separated styling from server bundle (/dist/server.css). This is currently experimental.