Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
43 changes: 43 additions & 0 deletions apps/E2E/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
{
"name": "@fluentui-react-native/e2e-testing",
"entries": [
{
"date": "Wed, 09 Jul 2025 21:41:01 GMT",
"version": "1.41.0",
"tag": "@fluentui-react-native/e2e-testing_v1.41.0",
"comments": {
"minor": [
{
"author": "jasonmo@microsoft.com",
"package": "@fluentui-react-native/e2e-testing",
"commit": "479b93cea460a26df70c55b5d3335927ed374713",
"comment": "rework e2e and fluent-tester to avoid direct references across packages"
},
{
"author": "gulnazsayed@microsoft.com",
"package": "@fluentui-react-native/e2e-testing",
"commit": "70eb7468c21b57c69ddc6a6d206325cfb128038f",
"comment": "updated wdio versions and fixed tests"
}
],
"none": [
{
"author": "jasonmo@microsoft.com",
"package": "@fluentui-react-native/e2e-testing",
"commit": "54087dca787180bbf34630470cd0d06e88366b30",
"comment": "update eslint to 9.x and use new flat config format with security rules"
},
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@fluentui-react-native/e2e-testing",
"commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027",
"comment": "Fixed `align-deps` warnings"
}
],
"patch": [
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@fluentui-react-native/e2e-testing",
"commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a",
"comment": "Add support for React Native 0.74"
}
]
}
},
{
"date": "Wed, 11 Jun 2025 19:34:58 GMT",
"version": "1.40.8",
Expand Down
15 changes: 14 additions & 1 deletion apps/E2E/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @fluentui-react-native/e2e-testing

<!-- This log was last generated on Mon, 10 Mar 2025 20:26:46 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 09 Jul 2025 21:41:01 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.41.0

Wed, 09 Jul 2025 21:41:01 GMT

### Minor changes

- rework e2e and fluent-tester to avoid direct references across packages (jasonmo@microsoft.com)
- updated wdio versions and fixed tests (gulnazsayed@microsoft.com)

### Patches

- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com)

## 1.40.8

Mon, 10 Mar 2025 20:26:46 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/E2E/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/e2e-testing",
"version": "1.40.8",
"version": "1.41.0",
"description": "Package containing E2E testing specs",
"license": "MIT",
"main": "lib-commonjs/index.js",
Expand Down
53 changes: 53 additions & 0 deletions apps/fluent-tester/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,59 @@
{
"name": "@fluentui-react-native/tester",
"entries": [
{
"date": "Wed, 09 Jul 2025 21:40:53 GMT",
"version": "0.170.27",
"tag": "@fluentui-react-native/tester_v0.170.27",
"comments": {
"none": [
{
"author": "jasonmo@microsoft.com",
"package": "@fluentui-react-native/tester",
"commit": "54087dca787180bbf34630470cd0d06e88366b30",
"comment": "update eslint to 9.x and use new flat config format with security rules"
},
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@fluentui-react-native/tester",
"commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027",
"comment": "Fixed `align-deps` warnings"
}
],
"patch": [
{
"author": "jasonmo@microsoft.com",
"package": "@fluentui-react-native/tester",
"commit": "479b93cea460a26df70c55b5d3335927ed374713",
"comment": "update builds to use node16 settings and modern export maps"
},
{
"author": "gulnazsayed@microsoft.com",
"package": "@fluentui-react-native/tester",
"commit": "f0fc169bd79964247524d714c36bee7b01c261e9",
"comment": "added accessibility to icon button"
},
{
"author": "gulnazsayed@microsoft.com",
"package": "@fluentui-react-native/tester",
"commit": "7c4322db4ff21666e4d8202f1aab69e05e1fd500",
"comment": "remove caterpillar theme"
},
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@fluentui-react-native/tester",
"commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a",
"comment": "Add support for React Native 0.74"
},
{
"author": "gulnazsayed@microsoft.com",
"package": "@fluentui-react-native/tester",
"commit": "fc21bff2110cf0fc56060dfced73965bf6f6d955",
"comment": "fix narrator bug"
}
]
}
},
{
"date": "Wed, 11 Jun 2025 19:34:50 GMT",
"version": "0.170.26",
Expand Down
14 changes: 13 additions & 1 deletion apps/fluent-tester/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log - @fluentui-react-native/tester

<!-- This log was last generated on Mon, 10 Mar 2025 20:26:46 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 09 Jul 2025 21:40:53 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.170.27

Wed, 09 Jul 2025 21:40:53 GMT

### Patches

- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com)
- added accessibility to icon button (gulnazsayed@microsoft.com)
- remove caterpillar theme (gulnazsayed@microsoft.com)
- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com)
- fix narrator bug (gulnazsayed@microsoft.com)

## 0.170.26

Mon, 10 Mar 2025 20:26:46 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.170.26",
"version": "0.170.27",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
Expand Down
35 changes: 35 additions & 0 deletions apps/win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@fluentui-react-native/tester-win32",
"entries": [
{
"date": "Wed, 09 Jul 2025 21:40:53 GMT",
"version": "0.38.46",
"tag": "@fluentui-react-native/tester-win32_v0.38.46",
"comments": {
"patch": [
{
"author": "jasonmo@microsoft.com",
"package": "@fluentui-react-native/tester-win32",
"commit": "479b93cea460a26df70c55b5d3335927ed374713",
"comment": "update builds to use node16 settings and modern export maps"
},
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@fluentui-react-native/tester-win32",
"commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a",
"comment": "Add support for React Native 0.74"
}
],
"none": [
{
"author": "jasonmo@microsoft.com",
"package": "@fluentui-react-native/tester-win32",
"commit": "54087dca787180bbf34630470cd0d06e88366b30",
"comment": "update eslint to 9.x and use new flat config format with security rules"
},
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@fluentui-react-native/tester-win32",
"commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027",
"comment": "Fixed `align-deps` warnings"
}
]
}
},
{
"date": "Wed, 11 Jun 2025 19:34:43 GMT",
"version": "0.38.45",
Expand Down
11 changes: 10 additions & 1 deletion apps/win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui-react-native/tester-win32

<!-- This log was last generated on Wed, 11 Jun 2025 19:34:43 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 09 Jul 2025 21:40:53 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.38.46

Wed, 09 Jul 2025 21:40:53 GMT

### Patches

- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com)
- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com)

## 0.38.45

Wed, 11 Jun 2025 19:34:43 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.45",
"version": "0.38.46",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "run `yarn bump-versions`",
"packageName": "@fluentui/react-native",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "none"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "none",
"comment": "Fixed `align-deps` warnings",
"comment": "run `yarn bump-versions`",
"packageName": "@fluentui-react-native/adapters",
"email": "4123478+tido64@users.noreply.github.com",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "none"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "none",
"comment": "Fixed `align-deps` warnings",
"comment": "run `yarn bump-versions`",
"packageName": "@fluentui-react-native/android-theme",
"email": "4123478+tido64@users.noreply.github.com",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "none"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "none",
"comment": "Fixed `align-deps` warnings",
"comment": "run `yarn bump-versions`",
"packageName": "@fluentui-react-native/apple-theme",
"email": "4123478+tido64@users.noreply.github.com",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "none"
}

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading