Skip to content

Commit 409eb02

Browse files
authored
Merge pull request #72 from netgrif/dev
Release 6.1.1
2 parents d97c48f + 30a85cb commit 409eb02

File tree

33 files changed

+126
-102
lines changed

33 files changed

+126
-102
lines changed

.github/workflows/master-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
15-
- name: Use Node.js 12
15+
- name: Use Node.js 16
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 12
19-
- run: npm i
18+
node-version: 16
19+
- run: npm i --legacy-peer-deps
2020
- name: Build & test components-core
2121
run: |
2222
npm run ncc:build
2323
npm run ncc:full-test
2424
npm run ncc:doc
25-
npm i ./dist/netgrif-components-core --save-optional
25+
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
2626
- name: Build & test components
2727
run: |
2828
npm run nc:build
2929
npm run nc:full-test
3030
npm run nc:doc
31-
npm i ./dist/netgrif-components --save-optional
31+
npm i ./dist/netgrif-components --save-optional --legacy-peer-deps
3232
- name: SonarCloud scan
3333
uses: SonarSource/sonarcloud-github-action@master
3434
env:

.github/workflows/pr-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
- uses: actions/setup-node@v2
1414
name: Full Test
1515
with:
16-
node-version: 12
17-
- run: npm i
16+
node-version: 16
17+
- run: npm i --legacy-peer-deps
1818
- name: Build & test components-core
1919
run: |
2020
npm run ncc:build
2121
npm run ncc:full-test
22-
npm i ./dist/netgrif-components-core --save-optional
22+
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
2323
- name: Build & test components
2424
run: |
2525
npm run nc:build
2626
npm run nc:full-test
27-
npm i ./dist/netgrif-components --save-optional
27+
npm i ./dist/netgrif-components --save-optional --legacy-peer-deps
2828
- name: Edit Path
2929
run: |
3030
sed -i 's/SF:.*.projects/SF:projects/g' coverage/netgrif-components/lcov.info

.github/workflows/release-build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: 12
12+
node-version: 16
1313
- run: |
14-
npm i
14+
npm i --legacy-peer-deps
1515
npm run ncc:build
1616
npm run ncc:full-test
17-
npm i ./dist/netgrif-components-core --save-optional
17+
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
1818
npm run nc:build
1919
npm run nc:full-test
20-
npm i ./dist/netgrif-components --save-optional
20+
npm i ./dist/netgrif-components --save-optional --legacy-peer-deps
2121
npm run example:build
2222
2323
publish-npm:
@@ -27,13 +27,13 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- uses: actions/setup-node@v2
2929
with:
30-
node-version: 12
30+
node-version: 16
3131
registry-url: https://registry.npmjs.org/
32-
- run: npm i
32+
- run: npm i --legacy-peer-deps
3333
- name: Publish components-core
3434
run: |
3535
npm run ncc:build
36-
npm i ./dist/netgrif-components-core --save-optional
36+
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
3737
cd dist/netgrif-components-core
3838
npm publish --access public
3939
env:
@@ -57,13 +57,13 @@ jobs:
5757
- uses: actions/checkout@v2
5858
- uses: actions/setup-node@v2
5959
with:
60-
node-version: 12
60+
node-version: 16
6161
registry-url: https://npm.pkg.github.com
62-
- run: npm i
62+
- run: npm i --legacy-peer-deps
6363
- name: Publish components-core
6464
run: |
6565
npm run ncc:build
66-
npm i ./dist/netgrif-components-core --save-optional
66+
npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps
6767
cd dist/netgrif-components-core
6868
npm publish --access public
6969
env:

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
Full
9-
Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github.com/netgrif/components/commits/v6.0.0)
8+
Full Changelog: [https://github.com/netgrif/components/commits/v6.0.0](https://github.com/netgrif/components/commits/v6.0.0)
9+
10+
## [6.1.1](https://github.com/netgrif/components/releases/tag/v6.1.1) (2022-06-09)
11+
12+
### Fixed
13+
14+
- [NAE-1649] File field preview component bug
15+
- [NAE-1656] Export nc-panel-item
16+
- [NAE-1653] Create view schematic not functional after angular 13 update
1017

1118
## [6.1.0](https://github.com/netgrif/components/releases/tag/v6.1.0) (2022-06-01)
1219

docs/compodoc/components-core/classes/AbstractSaveFilterComponent.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -169,51 +169,51 @@ <h3 id="constructor">Constructor</h3>
169169
<tbody>
170170
<tr>
171171
<td>_sideMenuControl</td>
172-
172+
173173
<td>
174174
<code><a href="../classess/SideMenuControl.html" target="_self" >SideMenuControl</a></code>
175175
</td>
176-
176+
177177
<td>
178178
No
179179
</td>
180-
180+
181181
</tr>
182182
<tr>
183183
<td>_userFilterService</td>
184-
184+
185185
<td>
186186
<code><a href="../injectables/UserFiltersService.html" target="_self" >UserFiltersService</a></code>
187187
</td>
188-
188+
189189
<td>
190190
No
191191
</td>
192-
192+
193193
</tr>
194194
<tr>
195195
<td>_log</td>
196-
196+
197197
<td>
198198
<code><a href="../injectables/LoggerService.html" target="_self" >LoggerService</a></code>
199199
</td>
200-
200+
201201
<td>
202202
No
203203
</td>
204-
204+
205205
</tr>
206206
<tr>
207207
<td>taskViewService</td>
208-
208+
209209
<td>
210210
<code><a href="../injectables/TaskViewService.html" target="_self" >TaskViewService</a></code>
211211
</td>
212-
212+
213213
<td>
214214
No
215215
</td>
216-
216+
217217
</tr>
218218
</tbody>
219219
</table>
@@ -225,7 +225,7 @@ <h3 id="constructor">Constructor</h3>
225225
</section>
226226

227227
<section>
228-
228+
229229
<h3 id="inputs">
230230
Properties
231231
</h3>
@@ -361,7 +361,7 @@ <h3 id="inputs">
361361
</section>
362362

363363
<section>
364-
364+
365365
<h3 id="methods">
366366
Methods
367367
</h3>
@@ -429,7 +429,7 @@ <h3 id="methods">
429429

430430
</div>
431431
<div class="io-description">
432-
432+
433433
</div>
434434
</td>
435435
</tr>
@@ -548,7 +548,7 @@ <h3 id="methods">
548548

549549
</div>
550550
<div class="io-description">
551-
551+
552552
</div>
553553
</td>
554554
</tr>
@@ -575,7 +575,7 @@ <h3 id="methods">
575575
import {LoggerService} from &#x27;../../../logger/services/logger.service&#x27;;
576576
import {UserFiltersService} from &#x27;../../../filter/user-filters.service&#x27;;
577577

578-
export abstract class AbstractSaveFilterComponent extends AbstractTaskView {
578+
export abstract class AbstractSaveFilterComponent extends AbstractTaskViewComponent {
579579

580580
protected _injectedData: SaveFilterInjectionData;
581581

@@ -610,7 +610,7 @@ <h3 id="methods">
610610

611611

612612

613-
613+
614614

615615

616616

@@ -638,7 +638,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
638638

639639
<script src="../js/libs/custom-elements.min.js"></script>
640640
<script src="../js/libs/lit-html.js"></script>
641-
641+
642642
<script type="module" src="../js/menu-wc.js" defer></script>
643643
<script nomodule src="../js/menu-wc_es5.js" defer></script>
644644

docs/compodoc/components-core/classes/AbstractTaskView.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,15 @@ <h3 id="constructor">Constructor</h3>
167167
<tbody>
168168
<tr>
169169
<td>taskViewService</td>
170-
170+
171171
<td>
172172
<code><a href="../injectables/TaskViewService.html" target="_self" >TaskViewService</a></code>
173173
</td>
174-
174+
175175
<td>
176176
No
177177
</td>
178-
178+
179179
</tr>
180180
</tbody>
181181
</table>
@@ -187,7 +187,7 @@ <h3 id="constructor">Constructor</h3>
187187
</section>
188188

189189
<section>
190-
190+
191191
<h3 id="inputs">
192192
Properties
193193
</h3>
@@ -282,7 +282,7 @@ <h3 id="inputs">
282282
</section>
283283

284284
<section>
285-
285+
286286
<h3 id="methods">
287287
Methods
288288
</h3>
@@ -399,7 +399,7 @@ <h3 id="methods">
399399

400400
</div>
401401
<div class="io-description">
402-
402+
403403
</div>
404404
</td>
405405
</tr>
@@ -422,7 +422,7 @@ <h3 id="methods">
422422
import {ViewWithHeaders} from &#x27;../abstract/view-with-headers&#x27;;
423423

424424

425-
export abstract class AbstractTaskView extends ViewWithHeaders implements OnDestroy {
425+
export abstract class AbstractTaskViewComponent extends ViewWithHeaders implements OnDestroy {
426426

427427
public tasks$: Observable&lt;Array&lt;TaskPanelData&gt;&gt;;
428428
public loading$: Observable&lt;boolean&gt;;
@@ -443,7 +443,7 @@ <h3 id="methods">
443443

444444

445445

446-
446+
447447

448448

449449

@@ -471,7 +471,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
471471

472472
<script src="../js/libs/custom-elements.min.js"></script>
473473
<script src="../js/libs/lit-html.js"></script>
474-
474+
475475
<script type="module" src="../js/menu-wc.js" defer></script>
476476
<script nomodule src="../js/menu-wc_es5.js" defer></script>
477477

0 commit comments

Comments
 (0)