Skip to content

v17.1.47

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 14 May 10:57
· 247 commits to master since this release

Common

Bug Fixes

  • Resolved the delay execution of input components in react.

Chart

New Features

  • #233749 - Provided zOrder support for chart series.

CircularGauge

Bug Fixes

  • #I234531 - The issue with rendering circular gauge when setting cancel argument to true in the "axisLabelRender" event has been fixed.

ComboBox

Bug Fixes

  • #233483 - The List not generated properly while clear the value using clear button issue has been resolved.
  • #234100 - The search not working on enabling read only in the control initialization issue has been resolved.
  • #233137 - The combobox is not focused when click the tab key at single time issue has been resolved.

Dashboard Layout

Bug Fixes

  • #234604 - Issue with draggable cursor appears on hovering over the panels when dragging is disabled has been fixed.

DatePicker

  • #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.

Diagram

Bug Fixes

  • When changing the node's path data at run time, it scales properly with respect to node's size.
  • When changing the trigger type of BPMN's Task shape at run time, the trigger shape is positioned properly.
  • Now, the connector's decorator is docked properly when layout is enabled and drag the node.
  • When zooming the diagram, the user handles position is updated properly with respect to zoom percentage.
  • If boundaryConstraints is enabled and node's rotateAngle is changed at run time, node does not exceed the boundary limit.
  • When changing the annotation's properties at run time, annotation will update properly.

Document Editor

Bug Fixes

  • #230628 - Updated dialog animation.

New Features

  • #142821 - Added API to insert bookmark and fetch all bookmarks in document.
  • #142820 - Added API to insert hyperlink.

DropDownList

Bug Fixes

  • #234846 - The popup collision issue has been resolved while enable the filtering.

Extension

New Features

  • Provided the project template and dotnet CLI command support for React.

Gantt

Bug Fixes

  • #233041 - Alignment issue with timeline and vertical lines has been fixed.

New Features

  • #F143360 - Provided support to refresh the dataSource dynamically.

Grid

Bug Fixes

  • #226746 - Provide support to set format for aggregate values while exporting is resolved.
  • #234554 - Provide template support for stacked header is resolved.
  • #234230 - Batch edit misbehaves when allowDragAndDrop enabled is resolved.
  • #229226 - Hyperlink is not working when setting clipMode property in iOS is resolved.

HeatMap

New Features

  • #230837, #229200 - Provided the tool tip template support for customizing the cell tool tip.

In-place Editor

Bug Fixes

  • Toolbar fails to render properly in RichTextEditor In-Place Editor when afterOpen is set, that issue has been fixed.
  • Not able to hide the close icon issue has been fixed.
  • Change event doesn't trigger, when RichTextEditor blurs that issue has been fixed.

ListView

New Features

  • #230272 - Provided the support for adding new list view item without re-render the listview in virtualization mode.

Maps

Bug Fixes

  • #I234578 - The issue with rendering data label and tooltip when the layers type is set to 'Sublayer' has been fixed.
  • #I234578 - The issue with returning wrong highlight opacity to shapes in maps when highlighting the legend has been fixed.

MaskedTextBox

Bug Fixes

  • #230545 - Issue with inequality of Masked Textbox element value and argument value of input event while typing rapidly has been fixed.
  • #F144247 - Issue with "typed character update on the next position while typing the same digit" has been fixed.

Menu

New Features

  • #230456 - Provided hamburger menu support for adaptive view.

MultiSelect

Bug Fixes

  • #235167 - Multiselect dropdown jump down when the showDropDownIcon is set to true issue has been resolved.
  • #209393 - Change event not fired during tab key navigation issue has been resolved.

PDF Viewer

New Features

  • Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.

Pivot View

Bug Fixes

  • #232925 - Grouping bar feature is now working fine with the combination of toolbar and pivot chart.

New Features

  • #227370 - Now, you can hide the fields from the pivot table field list data source.
  • #230489 – You can drill the pivot table headers based on the position.

QueryBuilder

Bug Fixes

  • Updating conditions throws script error after using 'setRules' method.
  • Rule with AND operator is not properly updated in ASP.NET MVC and Core.
  • Multiselect datasource not properly updated for in and notin operators.
  • Provided option for handling data source request on demand.

New Features

  • Provided case sensitive support.
  • Provided default value option support for column fields.
  • Provided groupBy support for columns.

Schedule

Bug Fixes

  • #233286 - An issue with event not rendered properly in start and end time date format as string in agenda view is fixed.
  • #234231 - An issue with setting the different work hours in timeline week is fixed.
  • #143531 - An issue with event not loaded properly in agenda virtual scrolling is fixed.

Toolbar

Bug Fixes

  • #231019 - An issue with RTL mode of Toolbar scroller has not working in Firefox browser has been resolved.

Tooltip

New Features

  • #234933 - Now the tooltip is showing while hovering the tooltip content element in hover mode.

TreeGrid

New Features

  • 'Row Template' support is provided that allows to use custom layout for the TreeGrid rows.

TreeMap

Bug Fixes

  • #I234615 - The issue with value from the "fill" property is not applied when we have both the "fill" and "colorValuePath" APIs has been fixed.

TreeView

New Features

  • #227540 - Provided the support for rendering treeview data in single server request while disabling the loadOnDemand

raw

0

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

95

96

97

98

99

100

101

102

103

104

105

106

107

108

109

110

111

112

113

114

115

116

117

118

119

120

121

122

123

124

125

126

127

128

129

130

131

132

133

134

135

136

137

138

139

140

141

142

143

144

145

146

147

148

149

150

151

152

153

154

155

156

157

158

159

160

161

162

163

164

165

166

167

168

169

170

171

172

173

174

175

176

177

178

179

180

181

182

183

184

185

186

187

188

189

190

191

192

193

194

195

196

197

198

199

200

201

202

203

204

205

206

207

208

209

210

211

212

213

214

215

216

217

218

219

220

221

222

223

224

225

226

227

228

229

230

231

232

233

234

235

236

237

238

239

240

241

242

243

244

245

246

247

248

249

250

251

252

253

254

255

256

257

258

259

260

261

262

263

264

265

266

267

268

269

270

271

272

273

274

275

276

277

278

279

280

281

282

283

284

285

286

287

288

289

290

291

292

293

294

295

296

297

298

299

300

301

302

303

304

305

306

307

308

309

310

311

312

313

314

315