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
fallback for missing avatarHash implemented (use member's initials) added
sideEffects option for webpack's treeshaking feature added, .babelrc modified
("modules": false) and prod.config.js (webpack config) updated as well. Read more about
treeshaking here, here and here.
Changed
upgraded all packages to latest version, including major releases (eg. redux
from 3.7.2 to 4.0.0, and react to 16.3.2 and sass-loader to 7.0.1)
refactored and removed not used styled components
fix overflow-x css usage in several components
use mocks more consistently in tests
Deprecated
<TrelloCardIframe /> deprecated, use <TrelloCardUi /> instead now