Skip to content

v20.2.50

Compare
Choose a tag to compare
@SyncfusionBuild SyncfusionBuild released this 20 Sep 11:42
· 170 commits to master since this release

AutoComplete

Bug Fixes

  • #I381508 - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.

Calendar

Bug Fixes

  • #I403191 - The issue "change event argument contains duplicate dates while using multiselection" has been resolved

Chart

Bug Fixes

  • #I404375 - Now alignment of the data label is working properly.
  • #F177357 - Now interval for axis is calculating properly for zoomed data.

ComboBox

Bug Fixes

  • #I381508 - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.

DatePicker

Bug Fixes

  • #I381508 - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.

DateRangePicker

Bug Fixes

  • #I381508 - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.

DateTimePicker

Bug Fixes

  • #I381508 - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.

Document Editor

Bug Fixes

  • #I398138 - Resolved the script error while deleting the content at the end of the document.
  • #I398155 - Resolved the content overlapping issue while inserting section break.
  • #I401956 - Resolved the page number insertion issue in the header/footer.
  • #I398142 - Resolved the script error while switching the properties pane.
  • #I407009 - Resolved the track changes preservation issue while deleting the text.
  • #I403326 - Resolved the script error while deleting the text inside the table.
  • #I402272 - Resolved the text insertion issue inside the textbox shape.
  • #I399011 - Resolved the form field selection issue.
  • #I401957 - Resolved the table layouting issue after modifying the cell width.
  • #I401952 - Resolved the paper format preservation issue in the page setup dialog.
  • #I396264 - Added alert dialog to notify unsupported file type while opening the document.

DropDownList

Bug Fixes

  • #I381508 - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
  • #I384422 - The issue "empty popup is shown when we clear the preselect value using clear button" has been resolved.

Gantt

Bug Fixes

  • F159354 - Issue in locale text of predecessor tooltip has been fixed.
  • #I404007 - Filter Menu not closed when focus is removed issue has been fixed.
  • #I403823 - Custom Column values not updated when editing in tab issue has been fixed.
  • #I403221 - Issue in deleting parent record in resource view has been fixed.

MultiSelect

Bug Fixes

  • #I381508 - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.

PDF Viewer

Bug Fixes

  • #I397357 - Now, Radio button values update properly.
  • #I401805 - Now, Form fields updates proper value on download.
  • #I382837 - Now, Interaction on checkbox in mobile device is working fine.
  • #I404631 - Now, isFormDesignerToolbarVisible=true property opens in the Form designer toolbar.
  • #I385978 - Now, Free Text Annotations can be edited in iPhone, iPad and iPod Devices.
  • #I403614 - Now, the annotation signature key not found error is resolved in the customer document.

QueryBuilder

Bug Fixes

  • #I399576 - Issue with Custom operator not set properly when we set one field is a prefix of other field as number in query builder has been fixed.

RichTextEditor

Bug Fixes

  • #I398633 - Now, when hovering over the elements inside the table body, the script error is not thrown.

Schedule

Bug fixes

  • #I405416 - An issue with next date navigation arrow shown when the upcoming date is greater than maxDate has been fixed.

Spreadsheet

Bug Fixes

  • #I401897 - Issue with "exception throws on the filter applied frozen sheet while clicking Alt key after scrolling to the end" has been resolved.
  • #I401076 - Issue with "created event is not triggered while using rxjs latest version" has been resolved.

TimePicker

Bug Fixes

  • #I381508 - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.

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

316

317

318

319

320

321

322

323

324

325

326

327

328

329

330

331

332

333

334

335

336

337

338

339

340

341

342

343

344

345

346

347

348

349

350

351

352

353

354

355

356

357

358

359

360

361

362

363

364

365

366

367

368

369

370

371

372

373

374

375

376

377

378

379

380

381

382

383

384

385

386

387

388

389

390

391

392

393

394

395

396

397

398

399

400

401

402

403

404