Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cfc74dc
Integrated latest changes at 10-14-2025 7:30:11 PM
SyncfusionBuild Oct 14, 2025
5f60a28
IN-209245 Updated the release notes MD file v31.2.2 with new release …
SyncfusionBuild Oct 15, 2025
f6bfbf6
Integrated latest changes at 10-15-2025 7:30:21 PM
SyncfusionBuild Oct 15, 2025
a7aae5d
Integrated latest changes at 10-16-2025 7:30:06 PM
SyncfusionBuild Oct 16, 2025
f45baec
Integrated latest changes at 10-24-2025 7:30:30 PM
SyncfusionBuild Oct 24, 2025
9474719
Integrated latest changes at 10-26-2025 7:30:14 PM
SyncfusionBuild Oct 26, 2025
756a98c
988680: codestudio config updated
vigneshsivaji Oct 27, 2025
8a07ccc
Merge pull request #842 from vigneshsivaji/988680-dev
sabari-senthamaraikannan Oct 27, 2025
78254df
Integrated latest changes at 10-27-2025 7:30:04 PM
SyncfusionBuild Oct 27, 2025
e0a39ec
Integrated latest changes at 10-28-2025 7:30:09 PM
SyncfusionBuild Oct 28, 2025
01329f6
Integrated latest changes at 10-29-2025 7:30:04 PM
SyncfusionBuild Oct 29, 2025
b7bb714
Integrated latest changes at 10-30-2025 7:30:07 PM
SyncfusionBuild Oct 30, 2025
192800f
Integrated latest changes at 11-03-2025 7:30:04 PM
SyncfusionBuild Nov 3, 2025
706c101
Integrated latest changes at 11-04-2025 7:30:06 PM
SyncfusionBuild Nov 4, 2025
c9fee4f
Integrated latest changes at 11-05-2025 7:30:07 PM
SyncfusionBuild Nov 5, 2025
5ed6843
Integrated latest changes at 11-06-2025 7:30:04 PM
SyncfusionBuild Nov 6, 2025
b82add2
Integrated latest changes at 11-10-2025 2:44:54 PM
SyncfusionBuild Nov 10, 2025
9425755
Integrated latest changes at 11-13-2025 12:37:06 AM
SyncfusionBuild Nov 12, 2025
855e774
Integrated latest changes at 11-13-2025 7:30:04 PM
SyncfusionBuild Nov 13, 2025
3fe5a36
Integrated latest changes at 11-14-2025 7:30:04 PM
SyncfusionBuild Nov 14, 2025
4ddf6d9
988174: Conflict Issue Resolved - Kanban
Kokila13081999 Nov 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/additional-cs1/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/additional-cs2/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/ajax-cs1/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/ajax-cs2/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs1/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs10/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ import { kanbanData } from './datasource';
</div>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs2/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs3/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ class App extends React.Component<{}, {}>{
</div>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs4/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ function App(){
</div>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs5/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ class App extends React.Component<{}, {}>{
</div>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs6/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ function App(){
</div>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs7/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs8/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/auto-cs9/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ class App extends React.Component<{}, {}>{
</div>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,3 @@ export interface KanbanDataModel {
RankId?: number;
Color?: string;
}


Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ export interface KanbanDataModel {
RankId?: number;
Color?: string;
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/error-cs1/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ class App extends React.Component<{}, {}>{
}
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/expanded-cs1/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/expanded-cs2/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ function App() {

export default App;

ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ function App() {

export default App;

ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/index-cs1/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
2 changes: 1 addition & 1 deletion ej2-react/code-snippet/kanban/index-cs2/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class App extends React.Component<{}, {}>{
</KanbanComponent>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App(){
</KanbanComponent>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ class App extends React.Component<{}, {}>{
</div>
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ function App(){
</div>
);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
ReactDOM.render(<App />, document.getElementById('kanban'));
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{% raw %}
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { extend, closest, removeClass } from '@syncfusion/ej2-base';
Expand Down Expand Up @@ -108,4 +107,3 @@ class App extends React.Component<{}, {}>{
}
};
ReactDOM.render(<App />, document.getElementById('kanban'));
{% endraw %}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{% raw %}
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { extend, closest, removeClass } from '@syncfusion/ej2-base';
Expand Down Expand Up @@ -89,5 +88,4 @@ function App() {
</div>
</div>);
}
ReactDOM.render(<App />, document.getElementById('kanban'));
{% endraw %}
ReactDOM.render(<App />, document.getElementById('kanban'));
Loading