This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
Releases: nordnet/nordnet-ui-kit
Releases · nordnet/nordnet-ui-kit
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.0
3.0.0 (2019-01-30)
Features
BREAKING CHANGES
- The dist folder's structure has changed. Both a CJS and a ESM folder is provided to enable tree shaking. This means that anything like
import Button from 'nordnet-ui-kit/dist/components/button'
is broken. Consumers of this package should not rely on this kind of path'ed imports. TableContentWrapper
,Dropdown
,CostInfoLogo
, and theisOpen
prop inPopupMenu
are removed with this version.InstrumentBadge
,Pane
, andTabs
has been deprecated. See here https://github.com/nordnet/nordnet-ui-kit/tree/v3.0.0/docs/migrations/v3.0.0.md