Skip to content

Commit b039862

Browse files
Merge pull request #25 from BeverCRM/chore/publishing-v1.0.1
changes for publishing
2 parents 7fb036d + 42878ca commit b039862

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
lines changed

.github/workflows/create-release-and-upload-solution-to-azure-storage-ci.yml

-18
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Publish on Bever Marketplace CI
2+
3+
on:
4+
push:
5+
branches: release
6+
7+
jobs:
8+
main:
9+
uses: BeverCRM/Workflow-Build-Release-Upload-Update/.github/workflows/build-release-upload-update-rw.yml@master
10+
secrets: inherit
11+
with:
12+
control-title: Fetch to Subgrid
13+
control-description: This control converts a FetchXml string into a subgrid.
14+
control-tags: Field, Grid, FetchXml
15+
# control-youtube-video-url: '' # default

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v1.0.1](https://github.com/BeverCRM/PCF-FetchToSubgrid/releases/tag/v1.0.1) (2023-05-29)
2+
3+
### Missing Features
4+
* Added parent lookup when creating a new record (if it's possible).
5+
6+
### Bugs
7+
* Fixed an issue where the currency symbol was not displayed in case of aggregation.
8+
19
## [v1.0.0](https://github.com/BeverCRM/PCF-FetchToSubgrid/releases/tag/v1.0.0) (2023-04-20)
210

311
This control converts a FetchXml string into a subgrid.

FetchToSubgrid/ControlManifest.Input.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<manifest>
3-
<control namespace="BeverControls" constructor="FetchToSubgrid" version="1.0.0" display-name-key="BeverControls.FetchToSubgrid" description-key="This control converts a FetchXml string into a subgrid." control-type="virtual" >
3+
<control namespace="BeverControls" constructor="FetchToSubgrid" version="1.0.1" display-name-key="BeverControls.FetchToSubgrid" description-key="This control converts a FetchXml string into a subgrid." control-type="virtual" >
44
<external-service-usage enabled="false" />
55

66
<property name="fetchXmlProperty" display-name-key="FetchXml Property" description-key="FetchXml or JSON string" of-type="Multiple" usage="bound" required="true" />
@@ -21,6 +21,7 @@
2121
<platform-library name="Fluent" version="8.29.0" />
2222
<css path="Styles/fetchToSubgrid.css" order="1" />
2323
</resources>
24+
2425
<feature-usage>
2526
<uses-feature name="Utility" required="true" />
2627
<uses-feature name="WebAPI" required="true" />

0 commit comments

Comments
 (0)