Skip to content

Commit 384de20

Browse files
authored
Merge pull request UiPath#321 from UiPath/chore/remove-moment
chore: remove moment
2 parents 2dfc19f + 5811e47 commit 384de20

File tree

10 files changed

+98
-976
lines changed

10 files changed

+98
-976
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v14.7.0 (2023-03-22)
2+
* **chore** remove moment
3+
* **grid** focus active filter item
4+
* **suggest** update styling
5+
* **grid** add showFirstLastButtons option
6+
* **grid** modern footer total count
7+
* **grid** add hideTotalCount option
8+
19
# v14.6.0 (2023-03-16)
210
* **suggest** use CDK Layout to display the dropdown (breaking change)
311

package-lock.json

Lines changed: 2 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-components",
3-
"version": "14.6.0",
3+
"version": "14.7.0",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://uipath.com"
@@ -84,8 +84,6 @@
8484
"humanize-duration": "3.28.0",
8585
"lodash-es": "4.17.21",
8686
"luxon": "3.2.1",
87-
"moment": "2.29.4",
88-
"moment-timezone": "0.5.39",
8987
"object-hash": "2.2.0",
9088
"rxjs": "^7.5.7",
9189
"scroll-into-view-if-needed": "2.2.28",
@@ -118,7 +116,6 @@
118116
"@types/jasminewd2": "2.0.6",
119117
"@types/lodash-es": "4.17.4",
120118
"@types/luxon": "3.2.0",
121-
"@types/moment-timezone": "0.5.30",
122119
"@types/object-hash": "2.1.0",
123120
"@types/uuid": "^9.0.0",
124121
"@typescript-eslint/eslint-plugin": "^5.44.0",

0 commit comments

Comments
 (0)