Home  >  Article  >  Web Front-end  >  Ng DevUI 14.1.0 version has been released, let’s see what new features it has!

Ng DevUI 14.1.0 version has been released, let’s see what new features it has!

青灯夜游
青灯夜游Original
2022-12-21 20:34:152304browse

Angular DevUI 14.1.0 version is released~ Now you can happily use the Ng DevUI component library in your Angular 14 projects! Let’s take a look at what new features Ng DevUI 14.1.0 has updated!

Ng DevUI 14.1.0 version has been released, let’s see what new features it has!

New features

  • New UserGuide component
  • typography: Refactored component, new Added text editing function and text omission command textOverflow. [Related tutorial recommendations: "angular tutorial"]
  • ✏️ gantt: Add new status and title template
  • editable-select: Add drop-down custom area, add hoverEvent
  • progress: Optimize text display; add multi-segment color and gradient color configuration
  • tree-select: Add custom data-free template; add searchPlaceholder , allows configuration of search text
  • fullscreen: New api beforeChange, which can be used to prevent the esc or click method from switching full screen (cannot prevent the default response of the immersive full-screen browser, such as pressing f11 and esc to exit)
  • datatable: Add a configurator for custom headers and styles; add mini to the table size; add an interception method at the end of editing in column mode beforeCellEditEnd
  • category-search: Added searchPlaceholder to the treeSelect type, allowing configuration of search text

Bug fix

  • cascader: Fix template parameter inconsistency of leaf nodes; fix trigger logic after parent-child association is canceled
  • category-search: fix date assignment problem, use component default ngModel; fix backspace deletion error when there is no data; fix node after treeSelect type is selected Automatic closing cannot be displayed
  • datatable: Fix the internal and external logic priority problem of filter activation; fix the side shadow positioning problem; fix the internal checkbox not bubbling to trigger rowclick, and user-defined content interception clicks need to intercept the mouseup event closes #272 #261
  • inputNumber: Fix the disabling logic of the increase and decrease buttons in the number input box
  • layout: Fix the grid layout style not taking effect
  • mention: Fix that ngModelChange is not triggered when selecting options
  • rate: Fix that values ​​less than 1 are not displayed in read-only mode
  • tabs: Fix that when activeTab does not exist, the slider type still exists White background block; fix the problem of content misalignment when tabs are long and include deletion; fix the disabled style not being displayed when scrolling to the end of the right
  • tree: fix the problem of interception error of the operable tree drag view; fix the merge node The last parentId is still the original parent node, causing logic such as expansion and collapse to become unresponsive
  • datepicker-pro: Fixed the issue where the end date and start date are the same in the range selector time mode and the time is the same
  • tags -input: Fixed the issue where the overlong tag blocks the close button and cannot be closed

UserGuide introduction

This update brings you the UserGuide component. In addition to regular guidance, it also supports interactive event modes such as clicks and inputs. Everyone is welcome to use it!

Ng DevUI 14.1.0 version has been released, let’s see what new features it has!

Learn more

github.com/DevCloudFE/…

If you are interested in our components, you can go to the official website and take a look at the Sample components on the official website. You can switch the components you want to view in the left navigation bar, and then quickly go to the right Switch between different demos.

If you want to try the components involved in Angular DevUI, please go to DevUI Playground. If you are ready to add Angular DevUI, please go to the Quick Start document, which only requires a few lines. code.

If you are interested in our open source projects and want to participate in co-construction, welcome to join our open source community and add our assistant WeChat: devui-official, and we will pull you to our WeChat group.

For more programming-related knowledge, please visit: Programming Teaching! !

The above is the detailed content of Ng DevUI 14.1.0 version has been released, let’s see what new features it has!. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn