This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Releases: dhis2/ui-core
Releases · dhis2/ui-core
Release list
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2019-03-18)
Bug Fixes
- api: url, endpoint is undefined in dev. environments (8e8178d)
- Button: styles (#71) (3ba5497)
- colors: need to import colors in styles to get it injected (5485f08)
- colors: update colors to spec v2 (938c9b4)
- core: spelling mistake "secundary" fixed to "secondary" (d4e22f6)
- dep: update build-deploy dep (b6e9164)
- exapp: remove dir on the html element from index.html (ebf5064)
- headerbar: add focus-style when tabbing between apps (#145) (a1007b5)
- headerbar: allow the apps menu to resize vertically freely (70a68a6)
- headerbar: display avatar img (#135) (081a857)
- headerbar: increase width slightly for apps list (7326d63)
- headerbar style: fix z-index on apps/profile dropdown (#122) (2eff8fa)
- headerbar-apps: use correct func. componentWillUnmount (d15bc55)
- input: do not allow disabled inputs to focus (#120) (a7e151c)
- inputfield: reset the wrapper for the icon (d492526)
- NotificationIcon: use the & fix linking (#118) (7880f48)
- Radio: add required state (d8b23e4)
- reset: b and strong should be bold and i and em italic (#142) (5117bd7)
- SelectField: prevent disabled field issues (8eccb60)
- add icon to dropdown button (bbc933f)
- add max-height to select fields (#162) (1ea7ea1)
- add states to checkboxes (2e27ac3)
- allow headerbar to be tree-shaken (#144) (5c98df6)
- broken import for setTextDirection in example app (39fb26b)
- default class styles on the outside of bem (acb47d6)
- flatten css (6417fc9)
- IE11 support (5800280)
- import css with file exts (61824be)
- inline the input tag component in the render (80c1dc5)
- let api.js resolve version/url/enpoint without manifest (5c666c3)
- logo classname should be string, icon should be an element (#164) (0cc5b09)
- need to use typeof for undeclared variable checks (31bd0ee)
- proper disabled state for checkbox/radio (7eff1e1)
- readd container for headerbar (#160) (83e6f1a)
- remove tooltip from index.js (63e7404)
- rename iconfield to labelfield, make field and labelfield exclusive (d5f6886)
- repair master branch (d70922b)
- replace the last demo icons, span around if icon (#157) (a5a7464)
- use :global wrapper to prevent postcss-modules mangling styles (3a2866c)
- use .es.js extension over .mjs at this point (#140) (2e9c73c)
- use a for profile links (#158) (3638c3b)
- use BEM function for defaults (40e3585)
- use correct path for roboto css (7f081c6)
- use flex-start (#136) (653d261)
- use NODE_PATH to resolve ui from docs (87cbc6e)
- Tabs: nested to postcss (843e8a3)
- use package fonts and deprecate copy-files (cee72dd)
- use succint classnames syntax (1ec93f8)
- use the set url for the endpoint (87576e7)
- wrap the classnames in a util function (532eb85)
chore
- trigger 1.0 to be released by dropping version to 0.1 (b5ef8b2)
Features
- add classname proptype to all components (#154) (b679dca)
- add classnames dependency which has nifty functionality for css modules (15e5711)
- add RTL switcher to app (2b69783)
- add sourcemaps for the watch mode (7ab789b)
- introduce postcss-modules (8df4153)
- isolated components (4a6e2b7)
- HeaderBar: links for Profile menu (2f64581)
- move to a single-export package pattern for libs (#167) (c098821)
- HeaderBar: fetch/set unread interpretations and messages count (c946658)
- move to cjs builds to ensure compatibility with create-react-app (baf5a82)
- SelectField, fix: LabelField/styles.css (75deacd)
- headerbar: add clear field icon to headerbar app menu (9f975c1)
- HeaderBar: Apps listing, Site Title, basic fetch api (c81dede)
- HeaderBar: fetch/set profile info (d88ea4c)
- InputField: with demo examples (4b7d58f)
- SearchBar: header (bf5a822)
- SearchBar: list apps (8b3d504)
- SelectField: structure per helpers/{Label, Help} + demo (ad15c62)
- svg icons (#156) (8b94fa1)
- update color schema to match design (5ae0af3)
BREAKING CHANGES
- trigger 1.0 release
- All imports must move to named imports from the
entry-point.