Skip to content

Latest commit

 

History

History
750 lines (409 loc) · 42.4 KB

CHANGELOG.md

File metadata and controls

750 lines (409 loc) · 42.4 KB

Changelog

6.4.4

Patch Changes

6.4.3

Patch Changes

6.4.2

Patch Changes

6.4.1

Patch Changes

6.4.0

Minor Changes

Patch Changes

6.3.5

Patch Changes

6.3.4

Patch Changes

6.3.3

Patch Changes

6.3.2

Patch Changes

6.3.1

Patch Changes

6.3.0

Minor Changes

6.2.2

Patch Changes

6.2.1

Patch Changes

6.2.0

Minor Changes

  • #259 6212b5f Thanks @fengtianze! - [BREAKING CHANGE] refactor: rename sass function name get-size -> use-var get-color -> use-rgb get-rgba -> use-rgba get-text-color -> use-text-color

    feat: support dark theme feat: support export custom theme

6.1.5

Patch Changes

6.1.4

Patch Changes

6.1.3

Patch Changes

6.1.2

Patch Changes

6.1.1

Patch Changes

6.1.0

Minor Changes

6.0.3

Patch Changes

  • #221 7f72eb4 Thanks @2eron! - feat: add selectable input param, deprecate linear param and editable property of StepItem

6.0.2

Patch Changes

6.0.1

Patch Changes

6.0.0

Major Changes

5.7.6

Patch Changes

5.7.5

Patch Changes

5.7.4

Patch Changes

5.7.3

Patch Changes

5.7.2 (2021-06-29)

Features

Bug Fixes

  • detect textarea value changes for autosize (#134) (8453e51)
  • only get first value from observable for beforeAction (#131) (e1c92c6)

5.6.8 (2021-05-13)

Features

5.6.7 (2021-05-07)

5.6.6 (2021-04-06)

Features

Bug Fixes

5.6.5 (2021-03-18)

Bug Fixes

  • status bar error/info color (2d77ea2)

5.6.4 (2021-03-18)

Bug Fixes

5.6.3 (2021-03-15)

Features

5.6.2 (2021-03-08)

Bug Fixes

  • multi select label template display error (8ac18f5)

5.6.1 (2021-03-02)

Features

Bug Fixes

  • multi select tags should have border (0bb064a)
  • number input min value set 0 error (#107) (8f368a4)

5.6.0 (2021-02-25)

Features

5.5.2 (2021-02-23)

Bug Fixes

  • support undefined filter string which is common initial value (#103) (0ee4c0d)

5.5.1 (2021-02-23)

Bug Fixes

  • autocomplete change detection (1f5fed3)
  • multi select dont display selected labels (86a5c74)
  • support dynamic hints and errors rendering (aca336a)
  • tooltip active directive is not working (6ecd764)

5.5.0 (2021-02-18)

Features

  • add labelFn Input for select, better select related types (#98) (570cc55)
  • breadcrumb item context max width (5306e4c)
  • optimize number input invalid style (374d648)

Bug Fixes

  • dialog dont hide multi line title (29d79a2)
  • number input displays initial value (958c682)

5.4.1 (2021-01-12)

Bug Fixes

  • aui-platform-nav title not display fix (37accb8)

5.4.0 (2021-01-11)

Features

  • optimizing common form control useage (d68cc36)
  • readonly tags, forbid delete (#86) (f4a1f73)
  • support return Promise/Observable directly for ConfirmDialog (#91) (2034ffe), closes #83

Bug Fixes

  • avoid ngTemplateOutletContext to modify object reference (55f28f8)
  • number input format value error (476b435)

5.3.6 (2020-12-24)

Bug Fixes

  • select background color (3d5ec1b)

5.3.5 (2020-12-24)

Features

  • base tooltip support override TooltipComponent (b4f383f)

Bug Fixes

  • emitValueChange method of CommonFormControl should be public (7baac16)
  • resolved input and select components hover style bug (35dad00)
  • word not aligin middle in vertical (c3e91db)

5.3.4 (2020-12-21)

Features

Bug Fixes

  • aui option labelContext AIT-4714 (a4009b1)
  • aui-sort cursor style (3738796)
  • background color of default tooltip (c46d621)
  • height of custom scroll bar (e5413c4)
  • host aui-tooltip-copy class for ng 11 (9c6cb40)
  • input-group hover css bug (#60) (c62a77b)

5.3.3 (2020-11-09)

Features

  • form control components support readonly state (bd8742d)

Bug Fixes

  • form item may won't show error hint (6fc6ebe)
  • readme online demo address (b760715)
  • number input: check button state when write value (b2fa11a)
  • form container should never overflow due to width 100% (#54) (bd269db), closes #ACP-3614
  • input min-width error and tags input value may null (4ac1a9e)

5.3.2 (2020-09-25)

Features

  • bump deps, support typescript 4.0+ (#51) (7291f95)

Bug Fixes

  • changeValue should trigger before blur (#52) (a4980e9)
  • compatible with cdk 10.2+, support sticky header (#50) (d900f45)
  • firefox aui-number-input css bug (#48) (ebe3249)

5.3.1 (2020-09-14)

Bug Fixes

  • auiTocLink support array input (a647e80)
  • common form control typing (c80e5a4)

5.3.0 (2020-08-13)

Bug Fixes

  • select: auto scroll to focused option (1bec1e5)
  • compatibility with cdk 10.1+ (#41) (de02bc7)
  • input should hide when unfocus (#38) (605491d)
  • resize card section margin (83182f0)

5.2.0 (2020-07-14)

⚠ BREAKING CHANGES

  • upgrade to Angular 10 (#33)

Features

Bug Fixes

  • empty line when one row filled by tag and optimize #ACP-2796 (#31) (7b8b9b1), closes #ACP-2796
  • tag input not hide placeholder when update (#35) (5289daa)

5.1.10 (2020-06-09)

Features

  • checkbox: add indeterminate state (732d489)
  • add switch,autocomplete,backtop docs (6e0b8b2)

Bug Fixes

  • card header hasDivider apply only chind header (1741a73)

5.1.9 (2020-05-15)

Bug Fixes

  • toc container had multi instance (43115e4)

5.1.8 (2020-05-12)

Bug Fixes

  • select: remove line through error style (8a86be5)

5.1.7 (2020-04-26)

Bug Fixes

  • initial value snapshot of tags input (d9c12a7)

5.1.6 (2020-04-24)

Features

  • common form control set snapshot by default (a5782a5)
  • accordion: add lazy load to accordion item (0370784)

5.1.5 (2020-04-22)

Features

  • page sider static false (0ed3881)

Bug Fixes

  • radio button can't inject radio group (c0f8e07)

5.1.4 (2020-04-09)

Bug Fixes

5.1.3 (2020-04-08)

Bug Fixes

  • placeholder rely on value of hasSelected changes (d448ba1)
  • style for class names includes aui- (217fdc4)

5.1.2 (2020-03-26)

Features

Bug Fixes

5.1.1 (2020-03-16)

Bug Fixes

  • using unique spinner mask id (b7b58ac)

5.1.0 (2020-03-09)

⚠ BREAKING CHANGES

  • basic icons are removed, and some aui icons are renamed

Features

  • change the color of info type notification/message to blue (b99f941)
  • include cdk scrolling module (bdabaa3)
  • remove basic icons (697ee60)
  • replace spinner icon (579a3fb)

5.0.2 (2020-02-18)

Bug Fixes

  • add debounce to toc container scroll event handler (00b3f6a)

5.0.1 (2020-02-14)

5.0.0 (2020-02-07)

⚠ BREAKING CHANGES

  • upgrade angular to 9.0, remove deprecated modules

Features

  • upgrade angular to 9.0, remove deprecated modules (9f5c81c)

4.3.3 (2020-02-03)

Bug Fixes

  • can't resolve 'clipboard-polyfill' (940221f)
  • num-aui-input min max ui bug #PT-263 (3d0a06b), closes #PT-263
  • storybook build error (eb605be)

4.3.2 (2019-12-11)

Features

  • use union @1stG configs, bump all (dev)Dependencies (355a814)

4.3.1 (2019-12-10)

Features

  • support to disable table row (6108ab4)

4.3.0 (2019-12-05)

Features

  • support muilt select options label use template (a6d895d)

Bug Fixes

  • form item content should align to the center of container (b4757d3)

1.5.0 (2019-12-05)

Features

  • support muilt select options label use template (a6d895d)

Bug Fixes

  • form item content should align to the center of container (b4757d3)

4.2.12 (2019-12-03)

Bug Fixes

  • form-item-addon should align to the top of the container (0907081)

4.2.11 (2019-11-28)

Bug Fixes

  • add fill color for tree select icon (f062006)
  • optimize the postion of the close button in dialog header (f1d1129)

4.2.10 (2019-11-14)

Icon

  • update basic icon v0.75 (026dd69)

4.2.9 (2019-10-21)

Bug Fixes

  • number input add type attribute (c60dae1)

4.2.8 (2019-10-17)

Bug Fixes

  • multi select custom create value bug (db908ce)

4.2.7 (2019-10-16)

Bug Fixes

Icon

  • update basic icon v0.73 (be43888)

4.2.6 (2019-10-15)

Bug Fixes

  • select allow create bug (e816a2f)

4.2.5 (2019-09-18)

Bug Fixes

  • confirm dialog type error (e376a1b)

4.2.4 (2019-09-18)

Bug Fixes

  • dialog confirm method return type (113a4ea)

Icon

  • update v0.72, fix viewBox (c06729a)

4.2.3 (2019-09-18)

4.2.2 (2019-09-16)

Bug Fixes

Icon

  • update basic icon v0.71 (87794c0)

4.2.1 (2019-08-27)

Bug Fixes

4.2.0 (2019-08-18)

Features

  • confirm dialog return result (839e0b0)

4.1.2 (2019-08-15)

Bug Fixes

4.1.1 (2019-08-05)

Bug Fixes

Icon

4.1.0 (2019-07-26)

Bug Fixes

  • call _changeActivatedTabs on selectedIndex changes (c73a46e)
  • change tab component static metadata (8f3b7a6)
  • input group addon support dynamic render (8556bf1)
  • story should declare used component (0572490)

Refactor

  • remove unused layout component (578c016)

BREAKING CHANGES

  • aui-layout has been removed

4.0.5 (2019-07-10)

Bug Fixes

  • aui header addon not show error (d96a1b9)
  • ContentChild static false for form-item (a85139a)