kpc v1.2.1 release, the new color picker component, details of the optimization

KPC is the Jinshan Yun development of a front-end component library, which uses the internal frame Intact development, but the support used in the Vue / React / Angular, truly unified product interface and interaction across the technology stack developed. Component library built two themes: default (partial modern style), ksyun (small fresh style). You can switch between different themes as needed

This update mainly new color picker components: the ColorPicker  (Sketch interactive style), and optimized many details

Update Log

v1.2.1

  1. Add SelectSupport positionattribute to define the position of the pop-up menu  # 383
  2. Add SpinnerSupport formatting value, to demonstrate before the suffix, such as: Display Unit  # 385
  3. Add SliderSupport stepis set 0to cancel the stepstep size limit  # 388
  4. Add InputSupport frozenOnInputproperties for freezing during the input valuevalue changes for the need to correct the input when the input is finished before update value # 389
  5. Add New Color Picker Component Colorpicker # 386
  6. Add DatepickerWhen you select a date range, choose to support the same day  # 390
  7. Add TimepickerSelected in the range and set the step size, the maximum value is always (Default: 23: 59: 59) as the last one  # 391
  8. Add SliderNew changeevent, which will not trigger the drag of the process, but the end of the drag trigger  # 387
  9. Add Dropdown/TooltipPop-up component, elastic layer content when the mouse click and drag to play the outside layer, elastic layer does not close, so you can show in the bomb layer Sliderwhen dragging components, etc., when not dragging adjust the value of an unexpected shutdown elastic layer  # 392
  10. Add UploadIn the Errornew object responsefield, the interface used to get the error message  # 393
  11. Change Message ksyunTheme Styling  # 380
  12. Fix Fix Sliderthe problem in the case of an equal start and end values, the slider will be at the center of  # 377
  13. Fix Repair Spinnerthe Inputpresence border-radiusin the style issue  # 384
  14. Fix When there is a transition animation kpc component repair, if the element is hidden, the element can not add the correct / delete issue  # 362

Vue / React / Angular

  1. Fix Repair parent element prevents the clickevent bubbling, kpc component of clickthe problem can not be triggered  # 353

Guess you like

Origin www.oschina.net/news/111591/kpc-1-2-1-released