Skip to content
Open
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const config: Config = {
banner: 'none',
badge: false,
},
'6.28.7': {
'6.28.8': {
banner: 'none',
badge: false,
},
Expand Down
4 changes: 2 additions & 2 deletions src/theme/NavbarItem/DocsVersionDropdownNavbarItem/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export default function DocsVersionDropdownNavbarItem({
// Check if we're currently viewing Xamarin documentation
const isViewingXamarin = pathname.includes('/xamarin/');

// Filter versions for Xamarin - only show 7.6.7 and 6.28.7
// Filter versions for Xamarin - only show 7.6.7 and 6.28.8
const filteredVersions = isViewingXamarin
? versions.filter(version => version.name === '7.6.7' || version.name === '6.28.7')
? versions.filter(version => version.name === '7.6.7' || version.name === '6.28.8')
: versions;

const versionLinks = filteredVersions.map((version) => {
Expand Down
6 changes: 3 additions & 3 deletions src/theme/NavbarItem/DropdownNavbarItem/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ function DropdownNavbarItemDesktop({
const xamarinVersion = useMemo(() => {
if (!currentPath) return "/7.6.7";
if (currentPath.includes("/7.6.7")) return "/7.6.7";
if (currentPath.includes("/6.28.7")) return "/6.28.7";
if (currentPath.includes("/6.28.8")) return "/6.28.8";
if (currentPath.includes("/7.6.")) return "/7.6.7";
if (currentPath.includes("/6.28.")) return "/6.28.7";
if (currentPath.includes("/6.28.")) return "/6.28.8";
return "/7.6.7"; // Default to 7.6.7 for Xamarin
}, [currentPath]);

useEffect(() => {
if (!currentPath) return;
const possibleVersions = ["/next", "/6.28.7", "/7.6.7"];
const possibleVersions = ["/next", "/6.28.8", "/7.6.7"];
const match = currentPath.match(/(.*)(?=\/sdks)/);
setLinkVersion(match && match[0] ? `${match[0]}/sdks` : "/sdks");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ keywords:
- android
---

## 6.28.8

**Released**: February 27, 2026

### Bug Fixes

#### Barcode

* Fixed a memory leak and removed unnecessary retention of scanning data in some MatrixScan modes

#### Core

* Fixed a bug that could in rare cases produce a black screen when starting the camera

## 6.28.7

**Released**: November 3, 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ keywords:
- capacitor
---

## 6.28.8

**Released**: February 27, 2026

### Bug Fixes

#### Barcode

* Fixed a memory leak and removed unnecessary retention of scanning data in some MatrixScan modes

#### Core

* Fixed Zoom Control visibility on MS Find for devices with an Ultra-Wide camera, including non-Pro models
* Fixed a bug that could in rare cases produce a black screen when starting the camera

## 6.28.7

**Released**: November 3, 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ keywords:
- cordova
---

## 6.28.8

**Released**: February 27, 2026

### Bug Fixes

#### Barcode

* Fixed a memory leak and removed unnecessary retention of scanning data in some MatrixScan modes
* Added improvements to the handling of the finish button in MS Find and enabled control of the view position and size via the API

#### Core

* Fixed Zoom Control visibility on MS Find for devices with an Ultra-Wide camera, including non-Pro models
* Fixed a bug that could in rare cases produce a black screen when starting the camera

## 6.28.7

**Released**: November 3, 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ keywords:
- flutter
---

## 6.28.8

**Released**: February 27, 2026

### Bug Fixes

#### Barcode

* Fixed a memory leak and removed unnecessary retention of scanning data in some MatrixScan modes

#### Core

* Fixed Zoom Control visibility on MS Find for devices with an Ultra-Wide camera, including non-Pro models
* Fixed a bug that could in rare cases produce a black screen when starting the camera

## 6.28.7

**Released**: November 3, 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ keywords:
- ios
---

## 6.28.8

**Released**: February 27, 2026

### Bug Fixes

#### Barcode

* Fixed a memory leak and removed unnecessary retention of scanning data in some MatrixScan modes

#### Core

* Fixed Zoom Control visibility on MS Find for devices with an Ultra-Wide camera, including non-Pro models

## 6.28.7

**Released**: November 3, 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ keywords:
- netAndroid
---

## 6.28.8

**Released**: February 27, 2026

### Bug Fixes

#### Barcode

* Fixed a memory leak and removed unnecessary retention of scanning data in some MatrixScan modes

#### Core

* Fixed a bug that could in rare cases produce a black screen when starting the camera

## 6.28.7

**Released**: November 3, 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ keywords:
- netIos
---

## 6.28.8

**Released**: February 27, 2026

### Bug Fixes

#### Barcode

* Fixed a memory leak and removed unnecessary retention of scanning data in some MatrixScan modes

#### Core

* Fixed Zoom Control visibility on MS Find for devices with an Ultra-Wide camera, including non-Pro models

## 6.28.7

**Released**: November 3, 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ keywords:
- react
---

## 6.28.8

**Released**: February 27, 2026

### Bug Fixes

#### Barcode

* Fixed a memory leak and removed unnecessary retention of scanning data in some MatrixScan modes

#### Core

* Fixed Zoom Control visibility on MS Find for devices with an Ultra-Wide camera, including non-Pro models
* Fixed a bug that could in rare cases produce a black screen when starting the camera

## 6.28.7

**Released**: November 3, 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ keywords:
- titanium
---

## 6.28.8

**Released**: February 27, 2026

### Bug Fixes

#### Core

* Fixed a bug that could in rare cases produce a black screen when starting the camera

## 6.28.7

**Released**: November 3, 2025
Expand Down
Loading