File tree Expand file tree Collapse file tree 4 files changed +41
-150
lines changed
docs/documentation/docs/about Expand file tree Collapse file tree 4 files changed +41
-150
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Release
2+ on :
3+ release :
4+ types :
5+ - published
6+ workflow_dispatch :
7+
8+ jobs :
9+ build :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-node@v1
14+ with :
15+ node-version : 14
16+ registry-url : https://registry.npmjs.org/
17+
18+ - name : Install npm dependencies
19+ run : npm i
20+
21+ - name : Update version number for telemetry
22+ run : npm run versionUpdater
23+
24+ - name : Create/update the missing localization keys
25+ run : npm run localization
26+
27+ - name : Run build
28+ run : npm run build
29+
30+ - name : Publish release
31+ run : npm publish
32+ env :
33+ NODE_AUTH_TOKEN : ${{secrets.NPM_PUBLISH_TOKEN}}
Original file line number Diff line number Diff line change 1313- ` ComboboxListItemPicker ` : Add option to sort the items in the picker [ #985 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/985 )
1414- ` PeoplePicker ` : Added filter for Microsoft 365 Group [ #985 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1027 )
1515- ` Accordion ` : Added custom icons [ #1033 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1033 )
16+ - Localization: Correction for german localizations [ #1059 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1059 )
1617- Localization: Corrections for norwegian localizations [ #1060 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1060 )
1718- ` PeoplePicker ` : Added Styles property [ #1061 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1061 )
19+ - Localization: Update pt-pt and pt-br loc files [ #1066 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1066 )
1820
1921### Fixes
2022
2123- ` FilePicker ` : ` defaultFolderAbsolutePath ` does not work Out of context [ #1023 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1023 )
22- - ` FilePicker ` : Fixed showing the selection circle on recent tabs [ #1048 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1048 )
2324- ` ModernTaxonomyPicker ` : correctly display with RTL mode [ #1041 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1041 )
25+ - ` FilePicker ` : Fixed showing the selection circle on recent tabs [ #1048 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1048 )
26+ - ` FilePicker ` : Your organisation tab breadcrumb not working [ #1056 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1056 )
2427
2528### Contributors
2629
Original file line number Diff line number Diff line change 1313- ` ComboboxListItemPicker ` : Add option to sort the items in the picker [ #985 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/985 )
1414- ` PeoplePicker ` : Added filter for Microsoft 365 Group [ #985 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1027 )
1515- ` Accordion ` : Added custom icons [ #1033 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1033 )
16+ - Localization: Correction for german localizations [ #1059 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1059 )
1617- Localization: Corrections for norwegian localizations [ #1060 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1060 )
1718- ` PeoplePicker ` : Added Styles property [ #1061 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1061 )
19+ - Localization: Update pt-pt and pt-br loc files [ #1066 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1066 )
1820
1921### Fixes
2022
2123- ` FilePicker ` : ` defaultFolderAbsolutePath ` does not work Out of context [ #1023 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1023 )
22- - ` FilePicker ` : Fixed showing the selection circle on recent tabs [ #1048 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1048 )
2324- ` ModernTaxonomyPicker ` : correctly display with RTL mode [ #1041 ] ( https://github.com/pnp/sp-dev-fx-controls-react/pull/1041 )
25+ - ` FilePicker ` : Fixed showing the selection circle on recent tabs [ #1048 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1048 )
26+ - ` FilePicker ` : Your organisation tab breadcrumb not working [ #1056 ] ( https://github.com/pnp/sp-dev-fx-controls-react/issues/1056 )
2427
2528### Contributors
2629
You can’t perform that action at this time.
0 commit comments