github syncfusion/ej2-angular-ui-components v19.3.56

latest releases: v19.4.56, v19.4.55, v19.4.54...
2 years ago

DataManager

Bug Fixes

  • #I348308 - predicate.and function argument type issue has been fixed.

Diagram

Bug Fixes

  • #F30109 - The issue "Diagram virtualization does not work with BPMN shapes" has been fixed.
  • #348672 - The issue "Swimlane nodes helper position not updated properly" has been fixed.
  • #F170298 - The issue "Template is not updated properly while render multiple diagram in same page" has been fixed.
  • #347603 - The issue "HTML Nodes are not rendered in Overview" has been fixed.

Document Editor

Bug Fixes

  • #I343645 - Table grid after width percentage value is now properly exported in server-side.
  • #I341659 - Resolved the list alignment issues.
  • #I347230 - Zero line spacing value is now properly exported in server-side.
  • #I346468 - Resolved the document corruption issue due to z-order in server-side exporting.
  • #I344830 - Resolved in exception in opening and saving document with calculation form field.
  • #I345582, #I341985 - Document with tab width is now rendered properly.
  • #I346985 - Line height issue is now properly updated for tab character with greater size than rest of the elements in the line.
  • #FB29648 - Table rows/columns in header and footer are now resized properly.
  • #I349115 - Resolved the goToPage API scrolling behaviour issue.
  • #I348516 - Table/Cell background color serialized properly in copy/paste.
  • #I341891 - Resolved the hanging issue in editing the footnote content.
  • #I344790 - Resolved footnote overlapping issue when editing a table.

Dropdown Tree

Bug Fixes

  • #I342745 - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.

Excel Export

Bug Fixes

  • Hyperlink with ampersand symbol is exported properly in Grid to Excel export.

Gantt

Bug Fixes

  • F159354 - Issue in locale text of predecessor tooltip has been fixed.
  • #347613 - Connector line issue after updating the datasource dynamically has been fixed.
  • #346909 - Issue in disable custom context menu has been fixed.

Grid

Bug Fixes

  • #I338678 - frozen horizontal scroll issue in Ipad device has been fixed.
  • #I348728 - Throws script error while cancel the Excel filter is fixed.

In-place Editor

Bug Fixes

  • #I347382 - The issue with "'submitClick' event not triggered for 'enter' key action" has been resolved.
  • #I347379 - The issue with "Editor closed when press enter key on multiline enabled textbox" has been resolved.

MultiSelect

Bug Fixes

  • #I343860 - Issue with "list items are not read by the NVDA screen reader" has been resolved.

PDF Viewer

Bug Fixes

  • #347402, #347555- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
  • #344549- The ink annotations are preserved correctly in the Adobe.
  • #346607- Now, the signature dialog width is proper on resizing the browser window.
  • #345897- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
  • #347427- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
  • #348023- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
  • #345130- Now, the exact shape of the image is maintained when added to the signature field.
  • #347558- Now, the custom stamp position is added properly in mobile view.

New Features

  • #336589, #339329, #346113 - Provided annotation toolbar settings support in mobile view.

RichTextEditor

Bug Fixes

  • #I347461 - The issue with "quickToolbar of image is not hidden, when we click on the popup and then press Esc to hide" has been resolved.
  • #I346752 - The issue with "applying code format to the already applied code format content reverts to paragraph" has been resolved.

Spreadsheet

Bug Fixes

  • I347456 - Console error with 110% browser zoom in issue resolved.
  • I347865 - AutoFill is not working for formula applied cell issue is resolved.
  • I347272 - Performance issue while clear conditional formatting from entire sheet is resolved.
  • I347003 - Loading data with filter the actionComplete event triggered twice issue is resolved.
  • I347340 - Filter popup opening prevented while sheet is protected.

TimePicker

Bug Fixes

  • #I346567 - Issue with "typed value is not updated in the masked timepicker while typing the value and focus out the component" has been resolved.
  • #FB30118 - Issue with "hours to minutes segment switching is not worked while typing the hours value that starting with zero" has been resolved.

TreeView

Bug Fixes

  • #I342745 - The performance issue that occurred when selecting a node that was rendered with a huge data source 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

405

406

407

408

409

410

411

412

413

414

415

416

417

418

419

420

421

422

423

424

425

426

427

428

429

430

431

432

433

434

435

436

437

438

439

440

441

442

443

444

445

446

447

448

449

450

451

452

453

454

455

456

457

458

459

460

461

462

463

464

465

466

467

468

469

470

471

472

473

474

475

476

477

478

479

480

481

482

483

484

485

486

487

488

489

490

491

492

493

494

495

496

497

498

499

500

501

502

503

504

505

506

507

508

509

510

511

512

513

514

515

516

517

518

519

520

521

522

523

524

525

526

527

528

529

530

531

532

533

534

535

536

537

538

539

540

541

542

543

544

545

546

547

548

549

550

551

552

553

554

555

556

557

558

559

560

561

562

563

564

565

566

567

568

569

570

571

572

573

574

575

576

577

578

579

580

581

582

583

584

585

586

587

588

589

590

591

592

593

594

595

596

597

598

599

600

601

602

603

604

605

606

607

608

609

610

611

612

613

614

615

616

Don't miss a new ej2-angular-ui-components release

NewReleases is sending notifications on new releases.