Skip to content

Commit 9ed1d9a

Browse files
Merge pull request #6636 from topcoder-platform/develop
Release v1.18.0
2 parents 12b1a54 + 40a82f8 commit 9ed1d9a

File tree

241 files changed

+12423
-17502
lines changed

Some content is hidden

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

241 files changed

+12423
-17502
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,14 +363,14 @@ workflows:
363363
filters:
364364
branches:
365365
only:
366-
- free
366+
- reskin-profile-settings
367367
# This is beta env for production soft releases
368368
- "build-prod-beta":
369369
context : org-global
370370
filters:
371371
branches:
372372
only:
373-
- free
373+
- footer-update
374374
# This is stage env for production QA releases
375375
- "build-prod-staging":
376376
context : org-global

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jspm_packages
4545
# macOS system files
4646
*.DS_Store
4747

48+
.env.sh
49+
4850
# Misc files
4951
.build-info
5052
.vscode

__tests__/shared/__snapshots__/index.jsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ exports[`Snapshot match 1`] = `
3131
position="top-center"
3232
preventDuplicates={true}
3333
progressBar={false}
34+
showCloseButton={true}
3435
transitionIn="fadeIn"
3536
transitionOut="fadeOut"
3637
/>
@@ -69,6 +70,7 @@ exports[`Snapshot match 2`] = `
6970
position="top-center"
7071
preventDuplicates={true}
7172
progressBar={false}
73+
showCloseButton={true}
7274
transitionIn="fadeIn"
7375
transitionOut="fadeOut"
7476
/>

__tests__/shared/components/GUIKit/Datepicker/__snapshots__/index.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ exports[`Default render 1`] = `
102102
regular={false}
103103
renderCalendarInfo={null}
104104
renderDayContents={[Function]}
105-
renderMonthElement={null}
105+
renderMonthElement={[Function]}
106106
renderMonthText={null}
107107
reopenPickerOnClearDate={false}
108108
required={false}

0 commit comments

Comments
 (0)