|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v28.1.33 (January 07, 2025) |
| 4 | + |
| 5 | +We are excited to announce the addition of three new components in this release, bringing enhanced functionality and versatility to PowerApps. This release also includes improvements to existing components and updated documentation to streamline your integration processes. |
| 6 | + |
| 7 | +### Added Components |
| 8 | + |
| 9 | +- [RichTextEditor](components/richtexteditor) `Preview`: A rich text editor component that allows users to format text, insert images, and create lists, enhancing the text input experience. It supports rich text formatting options, making it ideal for applications that require enhanced text input capabilities. |
| 10 | +- [TreeGrid](components/treegrid) `Preview`: A versatile tree grid component that allows for hierarchical data representation, enabling users to display and interact with complex data structures in a tree format. |
| 11 | +- [Accordion](components/accordion) `Preview`: A Accordion component designed to organize and display content within collapsible panels. The Accordion is ideal for creating a clean and structured UI, allowing users to navigate through sections of content efficiently. |
| 12 | + |
| 13 | +### Improvements |
| 14 | + |
| 15 | +- **FileManager SharePoint Integration in Model-Driven Apps**: Introduced support for loading SharePoint documents into the FileManager component within Model-Driven applications, enhancing document management capabilities. |
| 16 | +- **Auto Type for Chart Primary X-Axis**: Added support for automatically determining the default Primary X-Axis type based on the `xName` property of the chart series when the "Auto" type is selected for the `PrimaryXAxisType` property. |
| 17 | +- **Updated PCF Projects Dependency Versions**: Updated dependency versions across all PCF project `package.json` files to ensure compatibility, improve stability, and streamline integration. |
| 18 | +- **Performance Improvement**: Introduced workspace support in the PowerApps repository, consolidating multiple PCF code components. This reduced npm installation size and time by 75%, streamlining the build process. |
| 19 | + |
| 20 | +### Documentation Updates |
| 21 | + |
| 22 | +- **FileManager Guide**: Added comprehensive instructions for loading SharePoint documents into the FileManager component in Model-Driven applications. [Link](./docs/filemanager/how-to-load-sharepoint-document-in-filemanager.md) |
| 23 | +- Moved code component markdown files to respective PCF README files, formatted documentation, and resolved linting issues. |
| 24 | + |
3 | 25 | ## v27.2.2 (November 28, 2024)
|
4 | 26 |
|
5 | 27 | We are excited to announce the addition of four new components in this release, enhancing the capabilities of PowerApps with even more flexibility and functionality.
|
|
0 commit comments