diff --git a/ej2-javascript-toc.html b/ej2-javascript-toc.html
index 506d7105a..d6c8c25c7 100644
--- a/ej2-javascript-toc.html
+++ b/ej2-javascript-toc.html
@@ -2964,7 +2964,7 @@
Release Notes
- - 2024 Volume 2 - 26.*
- 2024 Volume 1 - 25.*
+ - 2024 Volume 2 - 26.*
- 2024 Volume 1 - 25.*
- 2023 Volume 4 - 24.*
- 2023 Volume 3 - 23.*
- 2023 Volume 2 - 22.*
diff --git a/ej2-javascript/Release-notes/26.2.12.md b/ej2-javascript/Release-notes/26.2.12.md
new file mode 100644
index 000000000..f7d73692b
--- /dev/null
+++ b/ej2-javascript/Release-notes/26.2.12.md
@@ -0,0 +1,16 @@
+---
+title: Essential Studio for ##Platform_Name## Weekly Release Release Notes
+description: Essential Studio for ##Platform_Name## Weekly Release Release Notes
+platform: ej2-javascript
+documentation: ug
+---
+
+# Essential Studio for ##Platform_Name## Release Notes
+
+{% include release-info.html date="September 03, 2024" version="v26.2.12" %}
+
+{% directory path: _includes/release-notes/v26.2.12 %}
+
+{% include {{file.url}} %}
+
+{% enddirectory %}
\ No newline at end of file
diff --git a/ej2-javascript/code-snippet/list-box/getting-started-cs3/index.ts b/ej2-javascript/code-snippet/list-box/getting-started-cs3/index.ts
index 4706677dd..cb114bd96 100644
--- a/ej2-javascript/code-snippet/list-box/getting-started-cs3/index.ts
+++ b/ej2-javascript/code-snippet/list-box/getting-started-cs3/index.ts
@@ -1,5 +1,4 @@
import { ListBox } from '@syncfusion/ej2-dropdowns';
-ListBox.Inject(CheckBoxSelection);
// define the array of object
let data: { [key: string]: Object }[] = [
diff --git a/ej2-javascript/code-snippet/list-box/getting-started-cs4/index.ts b/ej2-javascript/code-snippet/list-box/getting-started-cs4/index.ts
index ef37a4a8d..39e56003f 100644
--- a/ej2-javascript/code-snippet/list-box/getting-started-cs4/index.ts
+++ b/ej2-javascript/code-snippet/list-box/getting-started-cs4/index.ts
@@ -2,7 +2,6 @@
import { ListBox, CheckBoxSelection } from '@syncfusion/ej2-dropdowns';
-ListBox.Inject(CheckBoxSelection);
// define the array of object
let data: { [key: string]: Object }[] = [
diff --git a/ej2-typescript-toc.html b/ej2-typescript-toc.html
index de78a4a9f..ac3876bbb 100644
--- a/ej2-typescript-toc.html
+++ b/ej2-typescript-toc.html
@@ -2967,7 +2967,7 @@
Release Notes
- - 2024 Volume 2 - 26.*
- 2024 Volume 1 - 25.*
+ - 2024 Volume 2 - 26.*
- 2024 Volume 1 - 25.*