Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e6c9f12
Fix `--blue` to be a _smidge_ darker (better contrast on `--black`) (…
paulcam206 Nov 8, 2023
c37a6d0
Remove unnecessary `aria-required` property from container element (#…
paulcam206 Nov 8, 2023
d128301
Add `hljs-comment` color to fix contrast (#8747)
paulcam206 Nov 10, 2023
d5db34d
Switch from textblock to label in Input.Time sample (#8751)
paulcam206 Nov 13, 2023
7a9070b
Add missing img alt text in a few spots (#8750)
paulcam206 Nov 14, 2023
bf10cdd
Slight tweak to common blue background/border color for contrast (#8748)
paulcam206 Nov 14, 2023
10b96cd
Add missing `title` to `iframe` in blog post (#8754)
paulcam206 Nov 15, 2023
fcf4039
[Samples] Update version for samples using `tooltip` (#8753)
paulcam206 Nov 21, 2023
fb64df9
[Designer] Fix treeview control accessibility (#8757)
paulcam206 Nov 21, 2023
b02c47e
fixed a11y issue (#8760)
jwoo-msft Nov 30, 2023
b1972c6
Update README.md (#8802)
anna-dingler Jan 22, 2024
fcebb6d
Added AdaptiveCards Template WinRT Component (#8805)
jwoo-msft Jan 31, 2024
372fd35
Jwoo/template winrt strong name (#8807)
jwoo-msft Jan 31, 2024
8bc93b3
Added Package Info (#8811)
jwoo-msft Feb 1, 2024
8e15f51
Update README.md (#8813)
anna-dingler Feb 3, 2024
b047b6e
Add headingLevel to host config (#8814)
anna-dingler Feb 6, 2024
42b95bd
Update action icon role to presentation (#8815)
anna-dingler Feb 6, 2024
6122757
Update README.md (#8817)
anna-dingler Feb 7, 2024
0ab5836
Fix invalid color value (#8819)
enzy Feb 26, 2024
18e6915
[NodeJS] Update hashing algorithm for webpack (#8835)
paulcam206 Feb 27, 2024
348ed98
[NodeJS] Add `ImageSet` class to enable styling (#8838)
paulcam206 Feb 29, 2024
2c38944
[NodeJS] Add optional overflow menu icon rendering (#8847)
paulcam206 Mar 5, 2024
a125468
Remove tab index from nested inputs (#8848)
anna-dingler Mar 6, 2024
d94c22c
[NodeJS] Add `grid` `ImageSet` style (#8845)
paulcam206 Mar 7, 2024
d7ad45c
Host old content from messagecardplayground on ac.io (#8866)
paulcam206 Apr 4, 2024
f748314
Fix issue #8520 (#8870)
jwoo-msft Apr 8, 2024
969d3ae
Update README.md (#8873)
anna-dingler Apr 26, 2024
19394d1
Update README.md (#8859)
anna-dingler Apr 26, 2024
0179c4c
Add tooltip for Arabic (#8890)
anna-dingler Apr 26, 2024
cdb573d
[Website][A11y] Update keyboard nav for blog posts (#8891)
anna-dingler Apr 27, 2024
972f1a1
Designer surface a11y updates (#8888)
anna-dingler Apr 30, 2024
3f09709
updated version
jwoo-msft May 1, 2024
0dbbac5
Merge branch 'release/23.10.26' into jwoo/release/24.4
jwoo-msft May 1, 2024
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
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-aaf-testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"release": "npm run build"
},
"dependencies": {
"adaptivecards": "^3.0.2"
"adaptivecards": "^3.0.3"
}
}
4 changes: 2 additions & 2 deletions source/nodejs/adaptivecards-designer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"monaco-editor-webpack-plugin": "^5.0.0"
},
"dependencies": {
"adaptivecards": "^3.0.2",
"adaptivecards-designer": "^2.5.0-alpha.0",
"adaptivecards": "^3.0.3",
"adaptivecards-designer": "^2.4.4",
"adaptivecards-templating": "^2.4.0-alpha.0",
"monaco-editor": "^0.29.1"
}
Expand Down
4 changes: 2 additions & 2 deletions source/nodejs/adaptivecards-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards-designer",
"version": "2.5.0-alpha.0",
"version": "2.4.4",
"description": "Adaptive Card designer embeddable control",
"author": "AdaptiveCards",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"adaptive-expressions": "^4.11.0",
"adaptivecards": "^3.0.2",
"adaptivecards": "^3.0.3",
"adaptivecards-templating": "^2.4.0-alpha.0",
"cpy-cli": "^4.1.0",
"dotenv-webpack": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions source/nodejs/adaptivecards-extras-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-extras": "^0.3.0-alpha.0",
"adaptivecards": "^3.0.2",
"adaptivecards-designer": "^2.5.0-alpha.0"
"adaptivecards": "^3.0.3",
"adaptivecards-designer": "^2.4.4"
}
}
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-extras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"release": "npm run build && webpack --mode=production && npm run dts"
},
"dependencies": {
"adaptivecards": "^3.0.2"
"adaptivecards": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react": "^17.0.2"
},
"dependencies": {
"adaptivecards": "^3.0.2",
"adaptivecards": "^3.0.3",
"markdown-it": "^12.2.0"
}
}
4 changes: 2 additions & 2 deletions source/nodejs/adaptivecards-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@microsoft/ac-typed-schema": "^0.8.0-alpha.0",
"@microsoft/marked-schema": "^0.3.0-alpha.0",
"adaptive-expressions": "^4.11.0",
"adaptivecards": "^3.0.2",
"adaptivecards-designer": "^2.5.0-alpha.0",
"adaptivecards": "^3.0.3",
"adaptivecards-designer": "^2.4.4",
"adaptivecards-templating": "^2.4.0-alpha.0",
"change-case": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-templating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/json-schema": "^7.0.8",
"adaptive-expressions": "^4.11.0",
"adaptivecards": "^3.0.2",
"adaptivecards": "^3.0.3",
"typedoc": "^0.22.5",
"typedoc-plugin-markdown": "^3.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-ui-testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"adaptive-expressions": "^4.11.0",
"adaptivecards": "^3.0.2",
"adaptivecards": "^3.0.3",
"adaptivecards-controls": "^0.9.0",
"adaptivecards-templating": "^2.4.0-alpha.0"
},
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards",
"version": "3.0.2",
"version": "3.0.3",
"description": "Adaptive Cards Javascript library for HTML Clients",
"author": "AdaptiveCards",
"license": "MIT",
Expand Down