Skip to content

v1.1.0

Compare
Choose a tag to compare
@ConfluxBot ConfluxBot released this 07 Sep 06:26
· 67 commits to master since this release
5cc5384

1.1.0 (2020-09-07)

Bug Fixes

  • all: update font-weight config of button/pagination/tabs/messages and related .snap (5891622)
  • auto-complete: change input and dropdown styles at the same time (c7c9ae5)
  • auto-complete: component type signature (774823e)
  • auto-complete: default width (b1563cc)
  • auto-complete: dropdown timer (6b66fc8)
  • auto-complete: item hover color (f49e762)
  • auto-complete: solid item hover style (#49) (7856708)
  • button: update button disabled style (6f77e9e)
  • button: update mini size style (53ea184)
  • button: update type abort button (cb1a076)
  • button-group: update border from 2px to 1px (f263ad6)
  • date-picker: cleanup date-picker tests, add some FIXME (e53cbb4)
  • date-picker: invalid props (5cce385)
  • date-picker: key warning (05610ea)
  • date-picker: modify the parameter of getColor (f9e9341)
  • date-picker: some props TS2322 error (41545c0)
  • date-picker: ts lint with props (e5d1005)
  • date-picker: type compatibility (5a55056)
  • date-picker: update font-weight of date info panel (a8497cf)
  • date-picker: useDatePickerHandle methods (7a1aa27)
  • doc: snippet, tooltip type -> color in other docs (5d6fd4a)
  • fuzzy-match: remove pattern, escape regex (54ab16f)
  • input: alter disabled style and color with alpha (c7f93f0)
  • input: always synchronize external value and ignore changes (#336) (ce5c634)
  • input: disabled input don't have hover border effect (b1931dd)
  • input: firefox line-height bug (336866a)
  • input: input icon default to 14px (35f40f3)
  • input: input textarea status type use InputTypes (a796248)
  • input: missing useMemo dependency (fd0cd70)
  • input: more consistent style impl (e86c6bb)
  • input: new color (089d046)
  • input: no style when hovering disabled inputs (71e9e47)
  • input: primary line input border color CU-45p2yz (43c1bd4)
  • input: remove accents color (435e1df)
  • input: remove error hover (1dd6a7c)
  • input: resolve review (acc001c)
  • input: solid secondary bg color (b5fc8e2)
  • input: solid? -> variant (267282e)
  • input: status -> color (01aecbe)
  • input: try fix input line-height problem (1a120ae)
  • input: typo visibale -> visible (f726898)
  • input: use auto complete context in input instead of className (ebc8489)
  • input: use cGray5 for input placeholder (50640f9)
  • input: useInputHandle test .focus .blur (63ab534)
  • loading: fix aAccent color to cNeutual (cb44ebb)
  • message: fixed import interface issue (aae88fe)
  • message: fixed timer Type issue and Props Type issue (3551259)
  • message: replace cWhite0 with cNeutral8 (341ec3c)
  • message: update for fixed test case issue (14e036f)
  • pagination: modidy the prop of style (b1e662f)
  • pagination: modify some optional params to required (6708b96)
  • pagination: modify styles and add docs (018fad1)
  • pagination: modify the font-weight (04f5b8e)
  • pagination: modify the initialValue to defaultValue on Select component (c34da0b)
  • pagination: remove unused var and replace var with constant (7b86f8f)
  • popover: add min-width, add example with hover bg color (342caf8)
  • popover: popover style (0e4d595)
  • popover: types (0049683)
  • popover: use shadow variable (86f71af)
  • project: update button prop type to color in whole project (66a2064)
  • select: add scope to zh-cn doc of select (558170b)
  • select: fix export type (#76) (fda7afb)
  • select: fix select icon bug (4603360)
  • select: fix sync error (925a35a)
  • snippet: SnippetTypes -> SnippetColors, prop type -> color (153218f)
  • table: fixed column style, th bgcolor, zebra with expandable (b386b5c)
  • table: import from es instead of lib (eded227)
  • table: line variant style, hovered 2px -> 1px (e4cab83)
  • table: no need to import * (6c4107a)
  • table: style use variable (48ba590)
  • tag: dashed style (#88) (a6a447c)
  • tag: update TagTypes to TagColors (37143c7)
  • textarea: brwoser auto fill style (6905174)
  • textarea: counter and place holder style (2004535)
  • textarea: disabled textarea has no hover style (cfdfaa6)
  • textarea: hoverBorder -> hoverBorderColor (66e9792)
  • textarea: imperative api same as input (e92a28b)
  • textarea: maxLength bug (c1ad09a)
  • theme: remove duplicate font-size definition (#19) (1c2aee7)
  • theme: replace theme.layout.radius with theme.expressiveness.R2 (#16) (ee71b58)
  • theme: wrong color name (#15) (5f335b7)
  • theme: wrong letter-spacing (#20) (5890787)
  • tooltip: arrow position (55fab97)
  • tooltip: enable controlled tooltip (7b98140)
  • tooltip: padding (3f10f75)
  • add default export for test icon (232ef3c)
  • remove test icons (e67df0e)
  • theme: brandLight color (#24) (f622bbc)
  • tooltip: remove border on the edge of arrow when placement is left (#87) (f05d73e)
  • use-toast: update button prop type to color (5378fd3)

Features

  • all: change zeit to cfx (#92) (d4529e4)
  • auto-complete: add fuzzy-match (737fc78)
  • auto-complete: lined style (f9593f0)
  • auto-complete: solid style (343b893)
  • button: add Lined Button normal style (f3d5f35)
  • button: merge get button default/hover/active/disabled color functions together (7967337)
  • button: replace prop name type with status (92a0d55)
  • button: update button and button-group border-width and border-… (#57) (e41500b)
  • button: update button border-radius (92456f8)
  • button: update button color value (b5355e8)
  • button: update button source code and mdx page (442a74f)
  • button: update buttonTypes to buttonColors (712205f)
  • button: update lined to line (b64b5c6)
  • button-group: fixed button-group style (4fc830a)
  • card: finish card as design (#50) (36c7f89)
  • card: sync card (3d8699c)
  • color: change errorLight add errorHover (#26) (df6794b)
  • date-picker: add ref props support and setValue method (0991afb)
  • date-picker: add common methods test (21f70b1)
  • date-picker: add date-picker component (60a5b99)
  • date-picker: add showTime prop type define (6610fe8)
  • date-picker: add useDatePickerHandle hook (6891dbc)
  • date-picker: remove onClick prop (8fdf1e2)
  • date-picker: replace moment to dayjs (bb25fef)
  • date-picker: wrap memo (681560a)
  • gloabl: change global theme (#29) (b1f4369)
  • global: change the color variant (#63) (cf0ddde)
  • global-style: add global style: border-width and border-style (#53) (f939411)
  • input: add onHover style (1bd2bc7)
  • input: add primary input (d520bd5)
  • input: add solid input (080352c)
  • input: adjust color (52fc1b8)
  • input: change default colorbloc (bb0687e)
  • input: change input clear icon (b39b25e)
  • input: change size default style (de1f19f)
  • input: change type for compatible with date-picker (bbb6029)
  • input: disabled style (7d0e16d)
  • input: handle hover with js, add hoverColor (70eae25)
  • input: new use-imperative-input (72bf1bf)
  • input: no need to have secondary input style (36fc423)
  • input: put input.id into label.for CU-3zv6jd (616a59f)
  • input: solid input label style (2457f96)
  • input: use line variable (#56) (e013a09)
  • lib: update button prop type to color in lib/components/controls file (e1654cd)
  • link: adjust props and styles according to design (22c1fc0)
  • link: remove color prop in link (0891e04)
  • loading: match Loading component style (3247295)
  • loading: overload color and size props (8000e6f)
  • message: add hover on (1cfd24a)
  • message: add Message component source code (8540cda)
  • message: copy Message component infrastructure from Toast component (217ef2a)
  • message: modify message style (c1023c0)
  • modal: finish modal component (#64) (7d45a44)
  • pagination: add controlled and uncontrolled (480280e)
  • pagination: add some data to context (5d71f15)
  • pagination: add some text props (5e004ce)
  • pagination: completed the pagination component and docs (af9eb9e)
  • pagination: remove unused api (daf8037)
  • pagination: remove useEffect (ea6ff6d)
  • pagination: stage (78c6b9c)
  • pagination: stage (04eca9b)
  • pagination and select: sync dev to pagination and remove minWidth prop from select component (5a4fc61)
  • popover: add title prop, fix style (2a505f4)
  • select: change SelectTypes to SelectVariants and modify shadow (#55) (a663ac6)
  • select: select component (#35) (012f697)
  • select: use line variable (#58) (75e8408)
  • select: use variant instead of transparent and add uncontrolld (#67) (fd50c91)
  • snapshot: update snapshot (df1ad25)
  • snapshot: update snapshot (2152ff6)
  • style: change gap from pt to px (#41) (4e2d17e)
  • table: add rc-table (9c74a05)
  • tabs: Implement a couple of features and fix bugs of tabs (#47) (726bf7f)
  • tag: change line default style (8aa9976)
  • tag: icon and dashed (753eef6)
  • tag: use button for tag (12e2372)
  • textarea: add counter to textarea (cafc6b0)
  • textarea: add opacity to disabled textarea (734e9ed)
  • textarea: separate hover and focus (f61ee2f)
  • textarea: solid style (671dc47)
  • theme: change default style of font (#18) (160720e)
  • tooltip: default color to dark, change colors (dc50252)
  • useImperativeHooks: add useTextareaHandle useAutoCompleteHandle (931d130)
  • utils: add level support to use-warning component (7426f9b)
  • add primary to global setting: normalTypes (41c7f3c)
  • variables: add new variables (#13) (9d7989f)