Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.53 KB

File metadata and controls

78 lines (53 loc) · 2.53 KB

CHANGELOG

English | Chinese

feat

  • add FTag component
  • add FDivider component

fix

  • change attribute link to href in FButton component
  • rewrite FButton component
  • dispatch info type of FButton component
  • dispatch border attribute of FButton
  • dispatch long attribute of FButton
  • dispatch info type of FLink
  • dispatch opacity attribute of FIcon

0.0.7 alpha.7 (2022-06-04)

feat

  • add FCard component
  • add FButton component click ripple effect

fix

  • Fix the fillet degree of FButton component
  • Fix FButtonGroup type

0.0.6 alpha.6 (2022-05-31)

fix

  • Fix the problem of consistent rotation direction of FImage components
  • Fix the click failure problem of FIcon component preview window operation, and handle the click focus position
  • Fix the type problem of FIcon and FButton components
  • The select attribute of the FImage component is changed to no select to prohibit selection

feat

  • New image preloading function of FImage component preview window
  • New FImage component preview window fade in animation effect
  • Add the mask layer hiding function in the preview window of the FImage component, which can be configured through the modal-close configuration item
  • New FImage component preview window icon style optimizes some details
  • Add the left and right buttons of the preview image of the FImage component to switch and add the image length recognition. Whether to display the effect
  • Add the show-close-btn configuration item of the FImage component to configure whether to display the close button of the preview window
  • The new FImage component can zoom in and out the picture through the mouse wheel
  • Add the preview-round configuration item of the FImage component to configure the fillet of the preview image

0.0.5 alpha.5 (2022-05-27)

  • Add FImage component
  • Add new icon

0.0.4 alpha.4 (2022-05-23)

  • Add FLink component
  • Cancel FButton fixed height
  • Abolish the icon and iconPosition attributes of the FButton component
  • Add the leftIcon and rightIcon attributes of the FButton component

0.0.3 alpha.3 (2022-05-18)

  • Fix some display styles of button components
  • Deleted an icon that is not displayed
  • Cancel component default export
  • Compression component code

0.0.2 alpha.2 (2022-05-17)

  • Update profile
  • Add package file

0.0.1 alpha.1 (2022-05-17)

  • Newly added FButtonFButtonGroupFIcon components