diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ca6fff5a9761..8cee6837275e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ '22_1', '22_2', '23_1', '23_2', '24_1' ] + branch: [ '22_2', '23_1', '23_2', '24_1', '24_2' ] language: [ 'csharp', 'javascript' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ab830ad0ff81..d7f4661f3f8b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} diff --git a/.github/workflows/packages_publishing_scheduler.yml b/.github/workflows/packages_publishing_scheduler.yml index 5d3695f239ce..656ef6bd8030 100644 --- a/.github/workflows/packages_publishing_scheduler.yml +++ b/.github/workflows/packages_publishing_scheduler.yml @@ -12,7 +12,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} strategy: matrix: - branch: ['23_2', '24_1'] + branch: ['23_2', '24_1', '24_2'] name: Run Packages Publishing workflow steps: diff --git a/.github/workflows/paths.yml b/.github/workflows/paths.yml index 2b9fa1620bfc..a2a0539386fb 100644 --- a/.github/workflows/paths.yml +++ b/.github/workflows/paths.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] env: MAX_LENGTH: 170 diff --git a/.github/workflows/playgrounds_tests.yml b/.github/workflows/playgrounds_tests.yml index 77200ed5dd36..ee06f91b0069 100644 --- a/.github/workflows/playgrounds_tests.yml +++ b/.github/workflows/playgrounds_tests.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} diff --git a/.github/workflows/qunit_tests-additional-renovation.yml b/.github/workflows/qunit_tests-additional-renovation.yml index 5705f6a1e536..5d69d103a228 100644 --- a/.github/workflows/qunit_tests-additional-renovation.yml +++ b/.github/workflows/qunit_tests-additional-renovation.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} diff --git a/.github/workflows/qunit_tests-renovation.yml b/.github/workflows/qunit_tests-renovation.yml index aadbca641f50..c9d1e0c98e0b 100644 --- a/.github/workflows/qunit_tests-renovation.yml +++ b/.github/workflows/qunit_tests-renovation.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} diff --git a/.github/workflows/renovation.yml b/.github/workflows/renovation.yml index 30d77607e93e..be3f1286502e 100644 --- a/.github/workflows/renovation.yml +++ b/.github/workflows/renovation.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} diff --git a/.github/workflows/styles.yml b/.github/workflows/styles.yml index 960f27314c7a..8de3b42d4f4a 100644 --- a/.github/workflows/styles.yml +++ b/.github/workflows/styles.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} diff --git a/.github/workflows/testcafe_tests.yml b/.github/workflows/testcafe_tests.yml index 8d7cca54bec4..a03b6906f166 100644 --- a/.github/workflows/testcafe_tests.yml +++ b/.github/workflows/testcafe_tests.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} diff --git a/.github/workflows/themebuilder_tests.yml b/.github/workflows/themebuilder_tests.yml index 887f31941f26..12fe6e6098e7 100644 --- a/.github/workflows/themebuilder_tests.yml +++ b/.github/workflows/themebuilder_tests.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} diff --git a/.github/workflows/ts_declarations.yml b/.github/workflows/ts_declarations.yml index 16112ce748e1..293272236b24 100644 --- a/.github/workflows/ts_declarations.yml +++ b/.github/workflows/ts_declarations.yml @@ -7,7 +7,7 @@ concurrency: on: pull_request: push: - branches: [24_1] + branches: [24_2] jobs: check-ts-bundle: diff --git a/.github/workflows/wrapper_tests.yml b/.github/workflows/wrapper_tests.yml index 02386c6f5c68..64f58d1d3985 100644 --- a/.github/workflows/wrapper_tests.yml +++ b/.github/workflows/wrapper_tests.yml @@ -3,7 +3,7 @@ name: DevExtreme Wrappers Tests on: pull_request: push: - branches: [24_1] + branches: [24_2] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }} diff --git a/apps/angular/package.json b/apps/angular/package.json index 395ef4f32b03..9cc3c4ef4f2d 100644 --- a/apps/angular/package.json +++ b/apps/angular/package.json @@ -2,7 +2,7 @@ "name": "devextreme-angular-playground", "description": "DevExtreme Angular UI and Visualization Components", "private": true, - "version": "24.1.3", + "version": "24.2.0", "author": "Developer Express Inc.", "license": "MIT", "dependencies": { @@ -16,8 +16,8 @@ "@angular/platform-browser-dynamic": "~16.2.12", "@angular/router": "~16.2.12", "core-js": "^2.6.12", - "devextreme": "~24.1.3", - "devextreme-angular": "~24.1.3", + "devextreme": "~24.2.0", + "devextreme-angular": "~24.2.0", "rxjs": "^6.6.7", "tslib": "^2.6.1", "zone.js": "0.13.0" diff --git a/apps/demos/Demos/Accordion/Overview/Vue/App.vue b/apps/demos/Demos/Accordion/Overview/Vue/App.vue index 6a4a82d6fdb8..346cd726a057 100644 --- a/apps/demos/Demos/Accordion/Overview/Vue/App.vue +++ b/apps/demos/Demos/Accordion/Overview/Vue/App.vue @@ -7,8 +7,9 @@ :animation-duration="animationDuration" v-model:selected-items="selectedItems" id="accordion-container" + item-title-template="itemTitle" > -