Skip to content

Commit a7710ab

Browse files
Merge pull request #3 from SuriyaKumar2402/master
Added 3 new components with Improvements and documentation updates
2 parents 33aa60d + ddf0c85 commit a7710ab

File tree

279 files changed

+17847
-98422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+17847
-98422
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

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+
325
## v27.2.2 (November 28, 2024)
426

527
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.

LICENSE

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
## Syncfusion License
1+
Syncfusion React Components are available through the Syncfusion Essential Studio program and can be licensed under either the Syncfusion Community License Program or the Syncfusion Commercial License.
22

3-
Syncfusion React Components is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
3+
To qualify for the Syncfusion Community License Program, your organization must have annual gross revenue of less than one (1) million U.S. dollars (USD 1,000,000) and fewer than five (5) developers. Additionally, you must agree to Syncfusion’s terms and conditions.
44

5-
To be qualified for the Syncfusion Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
5+
If you do not meet the requirements for the community license, please reach out to sales@syncfusion.com for commercial licensing options.
66

7-
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
7+
You are required to obtain either a Community License or a Commercial License before using this product and must agree to comply with Syncfusion's terms and conditions.
88

9-
You may not use this product without first purchasing a Community License or a Commercial License, as well as agreeing to and complying with Syncfusion's license terms and conditions.
10-
11-
The Syncfusion license that contains the terms and conditions can be found at
12-
[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)
9+
The full Syncfusion license, including terms and conditions, can be found at: https://www.syncfusion.com/content/downloads/syncfusion_license.pdf

0 commit comments

Comments
 (0)