Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mas8.11 release #3828

Merged
merged 288 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
288 commits
Select commit Hold shift + click to select a range
94b5a5e
fix(testappyml): fetch from next
Feb 28, 2023
28d9ae6
Merge pull request #3726 from vaffonso/issue-3725
kodiakhq[bot] Feb 28, 2023
13b73ec
v2.152.4-next.1
carbon-bot Feb 28, 2023
49c1f52
fix(tablecard): update images
Mar 1, 2023
7d9c461
Merge branch 'next' into feat-add-default-dateformatter
Mar 1, 2023
d00ee46
fix(datetimepickerv2): show no tooltip when closed inline
Mar 6, 2023
3db44c7
Merge branch 'next' of github.com:carbon-design-system/carbon-addons-…
davidicus Mar 6, 2023
e15989f
fix(header): handle server-side rendering #3742
Mar 6, 2023
8b3a9ce
Merge pull request #3745 from carbon-design-system/master-backmerge-i…
kodiakhq[bot] Mar 7, 2023
cfbfd25
v2.152.6-next.0
carbon-bot Mar 7, 2023
048a751
Merge branch 'next' into fix-3695
Mar 7, 2023
5df36fa
Merge branch 'next' into feat-add-default-dateformatter
herleraja Mar 8, 2023
a24452c
Merge branch 'next' into fix-3620
Mar 8, 2023
d8bb98d
fix(walkme): Defining the required Walkme global variable and functio…
Mar 8, 2023
f2f9436
fix(walkme): Running yarn format
Mar 9, 2023
5427ac2
test(walkme): Adding some tests to make sure the global walkme_get_la…
Mar 9, 2023
64709d5
Merge pull request #3749 from carbon-design-system/walkme-global-vars…
kodiakhq[bot] Mar 9, 2023
0291e75
v2.152.6-next.1
carbon-bot Mar 9, 2023
8ff6102
fix(proptypes): adding defaultDateFormatPattern to the PropType
herleraja Mar 9, 2023
bb394af
Merge pull request #3727 from carbon-design-system/fix-3620
kodiakhq[bot] Mar 9, 2023
6443cf6
Merge pull request #3734 from carbon-design-system/feat-3733
kodiakhq[bot] Mar 9, 2023
7db0632
Merge branch 'carbon-design-system:next' into next
bogy0 Mar 9, 2023
a31d169
v2.153.0-next.0
carbon-bot Mar 9, 2023
30b537f
revert: revert the defaultDateFormatPattern to old format
herleraja Mar 9, 2023
d9fa261
revert(barchartutils): reverting the tooltipDateFormatPattern format
herleraja Mar 9, 2023
5290759
docs(tablecard): updating the tablecard docs to have different defaul…
herleraja Mar 9, 2023
943f361
fix(tablecardutils): formatting the file
herleraja Mar 9, 2023
29bf567
fix(idlelogoutconfirmationmodal): Assembling the `originHref` with th…
Mar 9, 2023
f0af3b8
Merge pull request #3746 from bogy0/next
kodiakhq[bot] Mar 9, 2023
c687b8a
v2.153.0-next.1
carbon-bot Mar 9, 2023
fc11e2b
test(suiteheader): Fixing some unit tests.
Mar 9, 2023
4457a4e
Merge pull request #3721 from carbon-design-system/feat-add-default-d…
kodiakhq[bot] Mar 10, 2023
151c4a5
v2.153.0-next.2
carbon-bot Mar 10, 2023
3a50d5c
Merge branch 'next' into fix-3636
erzhan-temir-mamyrov Mar 10, 2023
9b73ede
fix(suiteheader): Adding a null check in `surveyData` to avoid runtim…
Mar 13, 2023
7815bc5
fix(sidepanel): add tabindex and aria-hidden
Mar 14, 2023
02e166d
fix(sidepanel): add tabindex and aria-hidden
Mar 14, 2023
74cceb3
Merge branch 'next' into fix-3695
Mar 15, 2023
23b74e8
feat(breadcrumb): add option to disable truncation
erzhan-temir-mamyrov Mar 16, 2023
4576745
test(breadcrumb): add e2e tests
erzhan-temir-mamyrov Mar 16, 2023
e17899b
test(breadcrumb): update snapshots
erzhan-temir-mamyrov Mar 16, 2023
b1c7d22
chore(breadcrumb): add story with truncation
erzhan-temir-mamyrov Mar 16, 2023
4f32c29
test(breadcrumb): update e2e test
erzhan-temir-mamyrov Mar 16, 2023
31bba56
feat(barchartcard): add maximum data points input field
erzhan-temir-mamyrov Mar 17, 2023
211a26f
test(barchartcard): add test for maximum data points field
erzhan-temir-mamyrov Mar 17, 2023
1fcc37d
chore(cardeditor): update storybook
erzhan-temir-mamyrov Mar 17, 2023
af42f25
chore(cardeditor): update snapshots
erzhan-temir-mamyrov Mar 17, 2023
2c2cb3b
chore(table): refactor pin column mixin
erzhan-temir-mamyrov Mar 21, 2023
afa919d
chore(table): update snapshot
erzhan-temir-mamyrov Mar 21, 2023
02503cb
chore(mixin): run prettier
erzhan-temir-mamyrov Mar 21, 2023
bd8aa32
chore(table): remove additional classes for pin column in tbody
erzhan-temir-mamyrov Mar 21, 2023
110a857
feat(table): initial table drag and drop #3751
gillibrand Mar 20, 2023
58867a1
feat(table): add multi row dragging
gillibrand Mar 21, 2023
7001b97
feat(table): add option to pin header and footer
erzhan-temir-mamyrov Mar 22, 2023
a4c6d07
docs(table): update docs for pinned header and footer
erzhan-temir-mamyrov Mar 22, 2023
491472a
chore(table): add story with pinned header and footer
erzhan-temir-mamyrov Mar 22, 2023
33e9e93
test(table): add e2e test for pinned header and footer
erzhan-temir-mamyrov Mar 22, 2023
a721f8a
chore(publicapi): update snapshot
erzhan-temir-mamyrov Mar 22, 2023
74f0e04
test(table): update snapshots
erzhan-temir-mamyrov Mar 22, 2023
cafc6a3
test(table): update flaky snapshots
erzhan-temir-mamyrov Mar 22, 2023
9577bfd
feat(table): add table drag and drop tests
gillibrand Mar 22, 2023
5817291
Merge pull request #3750 from carbon-design-system/idle-timeout-modal…
kodiakhq[bot] Mar 22, 2023
6b0a857
v2.153.0-next.3
carbon-bot Mar 22, 2023
3df09dc
feat(table): align row overlay in rtl
gillibrand Mar 22, 2023
671318b
feat(table): DnD can fail on macOS
gillibrand Mar 23, 2023
b03d245
feat(table): correct hook return value docs
gillibrand Mar 23, 2023
f4f8cfd
feat(table): fix position of avatar, row overlay in rtl
gillibrand Mar 23, 2023
1213ac4
feat(table): safari misses drop sometimes
gillibrand Mar 23, 2023
bd2d621
feat(table): handle event order problems on macOS
gillibrand Mar 23, 2023
4753ec1
fix(headeraction): close panel on other action click
erzhan-temir-mamyrov Mar 24, 2023
9a1661a
test(suiteheader): header action panel click
erzhan-temir-mamyrov Mar 24, 2023
cb002c1
Merge branch 'next' into fix-3755
erzhan-temir-mamyrov Mar 24, 2023
f420787
fix(sidepanel): add tabindex for content elements
Mar 27, 2023
af56177
Merge branch 'next' into fix-3695
Mar 27, 2023
c582656
fix(sidepanel): update snapshots
Mar 27, 2023
6c8961d
feat(table): drag and drop with expandable rows
gillibrand Mar 27, 2023
aaaba9e
feat(cardtoolbar): add max width to extra action overflow menu
erzhan-temir-mamyrov Mar 28, 2023
1a8eef1
test(card): add test for extra action overflow menu
erzhan-temir-mamyrov Mar 28, 2023
1a08c2c
chore(card): update storybook knobs
erzhan-temir-mamyrov Mar 28, 2023
668c3fa
chore(breadcrumb): update storybook know for truncation
erzhan-temir-mamyrov Mar 28, 2023
7e13f1d
fix(datetimepickerv2): add onClear callback
Mar 28, 2023
458b534
feat(table): hide row expando when no children
gillibrand Mar 28, 2023
6b64739
feat(table): review fixes 1
gillibrand Mar 29, 2023
0fea363
feat(table): correct docs about dragging multiple rows
gillibrand Mar 29, 2023
e8411e3
fix(headeraction): close panel on click outside
erzhan-temir-mamyrov Mar 30, 2023
7eeec94
test(suiteheader): add test for click outside
erzhan-temir-mamyrov Mar 30, 2023
6e20bf8
feat(table): support z-index on table for DnD, Graphite
gillibrand Mar 30, 2023
b6e7f03
feat(table): improve drag and drop performance
gillibrand Mar 30, 2023
3df34fe
fix(header): add tooltip to action menus
erzhan-temir-mamyrov Mar 31, 2023
ac30a1e
test(headeraction): update tests for tooltips
erzhan-temir-mamyrov Mar 31, 2023
512c27f
test(header): update snapshots
erzhan-temir-mamyrov Mar 31, 2023
e4c0c0e
test(header): flaky snapshots
erzhan-temir-mamyrov Mar 31, 2023
71f8227
fix(header): decrease border width for menu button focus
erzhan-temir-mamyrov Apr 3, 2023
c33d235
chore(breadcrumb): add truncation login to css
erzhan-temir-mamyrov Apr 3, 2023
5c2fe99
test(breadcrumb): update snapshots
erzhan-temir-mamyrov Apr 3, 2023
b2534a3
chore(header): remove onkeydown event for action menu
erzhan-temir-mamyrov Apr 4, 2023
7098d05
test(header): update unit test
erzhan-temir-mamyrov Apr 4, 2023
d22a73a
test(header): update snapshots
erzhan-temir-mamyrov Apr 4, 2023
9ac7c79
Update codeowner
davidicus Apr 11, 2023
f25ae20
fix(filterheaderrow): display filter icon without input
erzhan-temir-mamyrov Apr 11, 2023
b4c81cd
test(filterheaderrow): test filter icon without input
erzhan-temir-mamyrov Apr 11, 2023
46113cf
fix(datetimepickerv2): new error message
Apr 11, 2023
1b9fd80
fix(datetimepickerv2): update snashots
Apr 11, 2023
d86ddc4
Merge pull request #3756 from carbon-design-system/feat-table-dnd
kodiakhq[bot] Apr 13, 2023
3ca7bce
v2.153.0-next.4
carbon-bot Apr 13, 2023
2308f8f
Merge branch 'next' into davidicus-patch-1
Apr 13, 2023
421816e
Merge pull request #3769 from carbon-design-system/davidicus-patch-1
davidicus Apr 14, 2023
0094312
Merge branch 'next' into fix-3636
erzhan-temir-mamyrov Apr 14, 2023
fb9033b
test(table): update snapshots
erzhan-temir-mamyrov Apr 14, 2023
f6203ac
Merge branch 'next' into fix-3731
erzhan-temir-mamyrov Apr 14, 2023
d3e625c
test(table): update snapshot
erzhan-temir-mamyrov Apr 14, 2023
a34b8ea
test(table): update snapshots
erzhan-temir-mamyrov Apr 14, 2023
8faac1d
test(table): update snapshot
erzhan-temir-mamyrov Apr 14, 2023
59b47a1
chore(table): run linters
erzhan-temir-mamyrov Apr 14, 2023
5c96d0c
Merge branch 'next' into feat-3663
erzhan-temir-mamyrov Apr 14, 2023
1af0d28
chore(table): update snapshot
erzhan-temir-mamyrov Apr 14, 2023
e6b026a
Merge branch 'next' into feat-3696
erzhan-temir-mamyrov Apr 14, 2023
c68d087
chore(table): update snapshots
erzhan-temir-mamyrov Apr 14, 2023
88e01dc
Merge branch 'next' into fix-3763
erzhan-temir-mamyrov Apr 14, 2023
7838ecf
chore(table): update snapshots
erzhan-temir-mamyrov Apr 14, 2023
9ebdd7f
Merge pull request #3735 from carbon-design-system/fix-3731
kodiakhq[bot] Apr 14, 2023
96b6a51
Merge pull request #3770 from carbon-design-system/fix-3768
jessieyan Apr 14, 2023
96fbbf3
v2.153.0-next.5
carbon-bot Apr 14, 2023
5db31e2
Merge branch 'next' into fix-3695
Apr 14, 2023
68b47ab
chore(tablebody): rename classnames import
erzhan-temir-mamyrov Apr 14, 2023
4d2b84d
Merge pull request #3744 from carbon-design-system/fix-3695
kodiakhq[bot] Apr 14, 2023
dc181ec
v2.153.0-next.6
carbon-bot Apr 14, 2023
d27eff5
chore(tablebody): add conditional props for className
erzhan-temir-mamyrov Apr 14, 2023
5b932ec
test(table): update snapshots
erzhan-temir-mamyrov Apr 14, 2023
3c14a3f
Merge branch 'next' into fix-3636
erzhan-temir-mamyrov Apr 14, 2023
75d32c5
chore(table): update snapshots
erzhan-temir-mamyrov Apr 14, 2023
032b6ba
Merge branch 'next' into feat-3663
erzhan-temir-mamyrov Apr 16, 2023
4f5757b
test(table): update snapshots
erzhan-temir-mamyrov Apr 16, 2023
95ef4c5
Merge branch 'next' into feat-3696
erzhan-temir-mamyrov Apr 16, 2023
8d0a130
test(table): update snapshots
erzhan-temir-mamyrov Apr 16, 2023
5d2a604
Merge branch 'next' into fix-3763
erzhan-temir-mamyrov Apr 16, 2023
b32fd76
test(table): update snapshots
erzhan-temir-mamyrov Apr 16, 2023
d6c9135
Merge pull request #3754 from carbon-design-system/feat-3696
kodiakhq[bot] Apr 17, 2023
7a5da3b
v2.153.0-next.7
carbon-bot Apr 17, 2023
de415a8
Merge branch 'next' into fix-3763
erzhan-temir-mamyrov Apr 17, 2023
7ffcec5
test(table): update snapshots
erzhan-temir-mamyrov Apr 17, 2023
5beac45
Merge pull request #3759 from carbon-design-system/feat-3733-part2
kodiakhq[bot] Apr 17, 2023
bbc32ce
Merge pull request #3758 from carbon-design-system/fix-3755
kodiakhq[bot] Apr 17, 2023
30126aa
Merge branch 'next' into feat-3663
erzhan-temir-mamyrov Apr 17, 2023
40ede49
test(table): update snapshots
erzhan-temir-mamyrov Apr 17, 2023
272ddc7
v2.153.0-next.8
carbon-bot Apr 17, 2023
bf9ed30
Merge pull request #3764 from carbon-design-system/fix-3763
kodiakhq[bot] Apr 17, 2023
d0f1f05
v2.153.0-next.9
carbon-bot Apr 17, 2023
574a971
Merge branch 'next' into feat-3663
erzhan-temir-mamyrov Apr 17, 2023
727c6d0
test(table): update snapshots
erzhan-temir-mamyrov Apr 17, 2023
514b62d
Merge branch 'next' into fix-3636
erzhan-temir-mamyrov Apr 17, 2023
15afda1
test(table): update snapshots
erzhan-temir-mamyrov Apr 17, 2023
651db09
Merge branch 'next' into fix-3760
Apr 17, 2023
2e678a0
fix(headeraction): handle click outside safari
erzhan-temir-mamyrov Apr 18, 2023
cc86d6f
test(suiteheader): add tests for header menu
erzhan-temir-mamyrov Apr 18, 2023
0039d04
fix(breadcrumb): add min width to item
erzhan-temir-mamyrov Apr 18, 2023
5936ae8
chore(repo): trigger github actions
erzhan-temir-mamyrov Apr 18, 2023
0229f3b
Merge pull request #3753 from carbon-design-system/feat-3663
kodiakhq[bot] Apr 18, 2023
38aa3dd
v2.153.0-next.10
carbon-bot Apr 18, 2023
4033820
Merge pull request #3752 from carbon-design-system/feat-3700
kodiakhq[bot] Apr 19, 2023
5364d65
Merge pull request #3761 from carbon-design-system/fix-3760
kodiakhq[bot] Apr 19, 2023
111d651
v2.153.0-next.11
carbon-bot Apr 19, 2023
c0581ca
Merge pull request #3772 from carbon-design-system/fix-3763-safari
kodiakhq[bot] Apr 19, 2023
dbef1c8
v2.153.0-next.12
carbon-bot Apr 19, 2023
4b7a8bf
docs(table): update pinColumn prop
erzhan-temir-mamyrov Apr 19, 2023
a144119
Merge branch 'next' into fix-3636
erzhan-temir-mamyrov Apr 19, 2023
42ee85f
chore(table): update snapshots
erzhan-temir-mamyrov Apr 19, 2023
f6268f5
chore(suiteheader): removed unnecessary test
erzhan-temir-mamyrov Apr 19, 2023
6e83d28
fix(datetimepickerv2): make sure locale is 2 letters
Apr 24, 2023
3487b4c
fix(table): scrollbar shows when drag and drop starts
gillibrand Apr 24, 2023
b150715
fix(table): scrollbar shows when drag and drop starts
gillibrand Apr 24, 2023
7bd32ad
Merge branch 'fix-table-dnd-css' of https://github.com/carbon-design-…
gillibrand Apr 24, 2023
5ff592f
fix(datetimepickerv2): update tests
Apr 24, 2023
0a352b8
Merge branch 'next' into fix-3691-error-message
Apr 24, 2023
5de8caa
Merge pull request #3774 from carbon-design-system/fix-3757
sls-ca Apr 25, 2023
c060914
v2.153.0-next.13
carbon-bot Apr 25, 2023
33fb495
fix(datetimepickerv2): make sure changes only apply to single select
Apr 25, 2023
80da413
fix(datetimepickerv2): update tests
Apr 25, 2023
61a7ade
Merge branch 'next' into fix-3691-error-message
Apr 25, 2023
4b95c0d
fix(datetimepickerv2): fix typos
jessieyan Apr 25, 2023
11f477d
Merge pull request #3677 from carbon-design-system/fix-3636
kodiakhq[bot] Apr 27, 2023
85ebb93
v2.153.0-next.14
carbon-bot Apr 27, 2023
c24060b
Merge pull request #3777 from carbon-design-system/fix-3691-error-mes…
kodiakhq[bot] Apr 27, 2023
8e59368
v2.153.0-next.15
carbon-bot Apr 27, 2023
400c685
Merge pull request #3776 from carbon-design-system/fix-table-dnd-css
kodiakhq[bot] Apr 27, 2023
c004014
v2.153.0-next.16
carbon-bot Apr 27, 2023
48bfe9f
fix(datetimepickerv2): update placeholder text (#3778)
jessieyan May 4, 2023
a46c219
v2.153.0-next.17
carbon-bot May 4, 2023
2d389c9
Update SECURITY.md
tay1orjones May 16, 2023
7f75e5b
chore(codeowners): add amritha as codeowners for this piece (#3779)
davidicus May 17, 2023
b68c672
feat(table): update batch cancel button label (#3780)
erzhan-temir-mamyrov May 17, 2023
807e2eb
v2.153.0-next.18
carbon-bot May 17, 2023
a46f2a4
fix(table): add column for DnD in the filter/manage columns headers (…
gillibrand May 18, 2023
b1d800f
v2.153.0-next.19
carbon-bot May 18, 2023
c1ed461
fix: allowing description outside tooltip when content is provided
hectordavis May 23, 2023
870ac5b
feat: added desc tooltip to current breadcrumb item for condensed header
hectordavis May 23, 2023
0c564eb
chore: page title bar tests
hectordavis May 24, 2023
b362982
chore: snapshots updated
hectordavis May 24, 2023
d199365
chore: page title bar e2e tests updated
hectordavis May 24, 2023
44a27c2
fix(datetimepickerv2): auto position inf loop (#3786)
erzhan-temir-mamyrov May 24, 2023
aa028f6
v2.153.0-next.20
carbon-bot May 24, 2023
1b52776
fix: removing record flag
hectordavis May 24, 2023
3c9123b
fix: adding record false flag
hectordavis May 24, 2023
9185fad
chore: reverting changes in page title bar e2e tests
hectordavis May 25, 2023
2871643
Merge pull request #3789 from carbon-design-system/issue-3785
hectordavis May 25, 2023
4aaeea5
v2.153.0-next.21
carbon-bot May 25, 2023
a602f3c
fix(suiteheader): app switcher icon title (#3788)
erzhan-temir-mamyrov May 30, 2023
b1b2779
v2.153.0-next.22
carbon-bot May 30, 2023
a4701a1
feat(repo): allow node 18 for consumers (#3792)
erzhan-temir-mamyrov Jun 8, 2023
d690721
v2.153.0-next.23
carbon-bot Jun 8, 2023
eee549a
fix(table): remove unnecessary space (#3797)
erzhan-temir-mamyrov Jun 14, 2023
fdf14bc
v2.153.0-next.24
carbon-bot Jun 14, 2023
59caafd
fix(datetimeinput): accessibility violation in date time input (#3802)
abpaul1993 Jun 19, 2023
cd4bfae
v2.153.0-next.25
carbon-bot Jun 19, 2023
da58f3b
fix(table): select all checkbox state on initial render (#3801)
erzhan-temir-mamyrov Jun 19, 2023
c9c3c14
fix(tablecellrenderer): add min width for truncation (#3799)
erzhan-temir-mamyrov Jun 19, 2023
48ffc2c
feat(SuiteHeader): add unique id to action items (#3796)
erzhan-temir-mamyrov Jun 19, 2023
a6ddae2
feat(SuiteHeader): add support for on click callback for application …
erzhan-temir-mamyrov Jun 19, 2023
390ae2a
v2.153.0-next.26
carbon-bot Jun 19, 2023
378807e
feat(table) simple pagination (#3805)
erzhan-temir-mamyrov Jun 22, 2023
f3cf4c2
v2.153.0-next.27
carbon-bot Jun 22, 2023
dcad3b6
3804 suite header and header action fix accessibility scan violations…
kalyanixraut Jun 27, 2023
495345f
fix(SuiteHeader): header action panel proptypes (#3803)
erzhan-temir-mamyrov Jun 27, 2023
15247f5
v2.153.0-next.28
carbon-bot Jun 27, 2023
dfca12b
fix(table): connect pagination to totalItems prop
erzhan-temir-mamyrov Jun 30, 2023
dcf7159
test(table): update pagination tests
erzhan-temir-mamyrov Jun 30, 2023
c7f4dbd
Merge branch 'next' into fix-table-simple-pagination
erzhan-temir-mamyrov Jun 30, 2023
10256d5
Merge pull request #3808 from carbon-design-system/fix-table-simple-p…
erzhan-temir-mamyrov Jun 30, 2023
2089b25
v2.153.0-next.29
carbon-bot Jun 30, 2023
1fa02eb
fix(table): change filter tag close button title
erzhan-temir-mamyrov Jul 10, 2023
0d09134
fix(headeractionpanel): remove unnecessary aria-label
erzhan-temir-mamyrov Jul 10, 2023
2a12820
fix(headeractionpanel): update tests
erzhan-temir-mamyrov Jul 10, 2023
f34df05
fix(appswitcher): firefox disable focus
erzhan-temir-mamyrov Jul 10, 2023
bb0689b
fix(appswitcher): update snapshots
erzhan-temir-mamyrov Jul 10, 2023
c44f300
fix(headeractionpanel): update e2e tests
erzhan-temir-mamyrov Jul 10, 2023
d5803b2
Merge pull request #3812 from carbon-design-system/fix-header-panel-a11y
abpaul1993 Jul 10, 2023
52d0c89
Merge pull request #3811 from carbon-design-system/fix-filter-tags-title
abpaul1993 Jul 10, 2023
d799de7
Merge pull request #3813 from carbon-design-system/fix-firefox-appswi…
abpaul1993 Jul 10, 2023
a91f6ac
v2.153.0-next.30
carbon-bot Jul 10, 2023
343e03f
feat(SuiteHeader): add option to hide menu (#3815)
erzhan-temir-mamyrov Jul 19, 2023
e9acf60
fix(table): add min width for pinned last column (#3816)
erzhan-temir-mamyrov Jul 19, 2023
2cd487d
v2.153.0-next.31
carbon-bot Jul 19, 2023
5e97cd1
feat(ValueCard): disable preview in edit mode (#3818)
erzhan-temir-mamyrov Jul 28, 2023
28d9674
v2.153.0-next.32
carbon-bot Jul 28, 2023
902fad8
fix: dashboard layout constant fix (#3821)
hectordavis Aug 10, 2023
bbb0102
v2.153.0-next.33
carbon-bot Aug 10, 2023
9da0f52
fix(IdleTimer): Preventing the IdleTimer logic to start its timer if …
blechner Sep 12, 2023
2d7a364
v2.153.0-next.34
carbon-bot Sep 12, 2023
e65bbc8
feat: close header side nav on navigation (#3826)
hectordavis Sep 25, 2023
6e744da
v2.153.0-next.35
carbon-bot Sep 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,33 @@
# These users own any files in the following directory at the root of
# the repository and any of its subdirectories.

* @davidicus @jessieyan
* @davidicus @jessieyan @sls-ca

#####
# Core admin team should be notified of changes to build/test/deploy

# Core dependencies
/package.json @davidicus
/yarn.lock @davidicus
/package.json @davidicus @jessieyan @sls-ca
/yarn.lock @davidicus @jessieyan @sls-ca

# Configuration files
**/*.config.js @davidicus
**/config/ @davidicus
/.nvmrc @davidicus
**/*.config.js @davidicus @jessieyan @sls-ca
**/config/ @davidicus @jessieyan @sls-ca
/.nvmrc @davidicus @jessieyan @sls-ca

# Deploy configuration
**/.storybook/ @davidicus
/.github/workflows/ @davidicus
/netlify.toml @davidicus
**/.storybook/ @davidicus @jessieyan @sls-ca
/.github/workflows/ @davidicus @jessieyan @sls-ca
/netlify.toml @davidicus @jessieyan @sls-ca

#####
# Release team should be notified of Public API changes in the system

**/publicAPI.test.js @davidicus
**/publicAPI.test.js.snap @davidicus
**/publicAPI.test.js @davidicus @jessieyan @sls-ca
**/publicAPI.test.js.snap @davidicus @jessieyan @sls-ca

# Angular team should be required for Angular changes
/packages/angular/ @carbon-design-system/angular-maintainers

# Monitor still has use for this component
/packages/react/src/components/DashboardEditor/ @davidicus @jessieyan @sls-ca @herleraja
2 changes: 1 addition & 1 deletion .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/setup-node@v1
if: steps.changes.outputs.react == 'true'
with:
node-version: '16.x'
node-version: '20.x'

- name: Run cli command to create test app
if: steps.changes.outputs.react == 'true'
Expand Down
Loading