Commit a991955
release: merge dev to master (#965)
* Move to create vite for creating React app (#928)
* replace create-react-app by create-vite for creating React App template
---------
Co-authored-by: Vasily Strelyaev <Vasily.Strelyaev@devexpress.com>
* Add a version of the react with a SWC transpiler (#929)
* replace create-react-app by create-vite for creating React App template
* revive CI tasks that test against latest scaffolder and framework versions (#930)
* Upgrade Devextreme version (#943)
* upgrade to Devextreme 25.1.1-alpha
* fix issues spotted by Vlad (#950)
* Add nextjs template app (#949)
Add nextjs template
---------
Co-authored-by: Vasily Strelyaev <Vasily.Strelyaev@devexpress.com>
* Add prompt for react-app for choosing nextjs/vite (#953)
* add prompt for create new react-app
---------
Co-authored-by: Vasily Strelyaev <Vasily.Strelyaev@devexpress.com>
* chore: enhance nextjs auth stubs, bump versions (#955)
* enhance Next.js auth stubs
* bump DevExtreme version
* disable test
* oh
* return footer to where it belongs
* missed something
* Use standalone in Angular app (#951)
* use standalone in Angular app
* Dev ng use standalone 2 (#956)
* fix test increase screenshot comparing threshold
* fix: Next.js template throws server cookie decrypt error (#961)
* fix server cookie decrypt error
* try largest threshold in problematic scenario
* disable the problematic scenario completely
* more general test suppression
* try with new baseline
* Add zoneless flag (#962)
* Fix for CLI: ng app works incorrectly with ng 20 (#960)
* feat: added angular 20 for app
* feat: small fix angular 20 for app
* feat: small fix angular 20 for app
* fix: reverted files
* fix: small fix
* fix: fix build
* fix: fixed tests
* fix: small fix
* fix: small fix
* fix: small fix
* fix: revert refactoring
* fix: reverted patch
* fix: reverted patch
* fix(routing): Add logic to add missing imports (#959)
* fix(routing): Add logic to add missing import statements to the routing file
* fix(tests): Add tests to ensure correct imports in toutes file
* fix(routing): Fix dasherize logic in getRooute and fix tests
* fix(routing): Improve getRoute logic, add path optional param
* fix: combine services and components into one array
* fix a style that overlaps with Scheduler styles (#963)
* fix rebase artifact
* add type to imports
---------
Co-authored-by: Aliullov Vlad <91639107+GoodDayForSurf@users.noreply.github.com>
Co-authored-by: volvl <dxvladislavvolkov@users.noreply.github.com>
Co-authored-by: Sergey Krasnolutskiy <vip.41243@gmail.com>
Co-authored-by: Arman Jivanyan <arman.jivanyan@devexpress.com>1 parent 8a2f2a0 commit a991955
225 files changed
Lines changed: 3946 additions & 1700 deletions
File tree
- .github/workflows
- packages
- devextreme-cli
- src
- applications
- templates
- cra-template-typescript
- template
- public
- src
- cra-template
- template
- public
- src
- nextjs
- application
- public
- src
- app
- actions
- auth/[type]
- lib
- pages
- components
- change-password-form
- create-account-form
- header
- login-form
- reset-password-form
- theme-switcher
- user-panel
- layouts
- single-card
- themes
- utils
- page
- sample-pages
- home
- profile
- tasks
- react
- application
- public
- src
- components
- change-password-form
- create-account-form
- header
- login-form
- reset-password-form
- theme-switcher
- user-panel
- layouts
- single-card
- utils
- sample-pages
- home
- tasks
- vue-v3
- application/src
- components
- sample-pages
- utility
- prompts
- testing
- __tests__
- __image_snapshots__
- devextreme-schematics/src
- add-app-template
- add-layout
- files/src
- app
- layouts
- single-card
- add-sample-views
- files/pages
- profile
- tasks
- add-view
- install
- utility
- templates-generator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | | - | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments