Skip to content

v17.2.48-beta

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 28 Aug 15:42
· 332 commits to master since this release

Common

Bug Fixes

  • Fixed CheckBox not disabling issue.
  • Fixed binding not working properly while using ngx-tanslate pipe.

Accordion

Breaking Changes

  • The expanded event type changed from ExpandEventArgs to ExpandedEventArgs.

Chart

Bug Fixes

#243156 - Drag complete returns value in string issue has been fixed.
#245710 - Lograthmic is not working properly for smaller value issue has been fixed.
#243156 - Selection is not proper at the edge issue has been fixed.
#245710 - Y-Axis of Spline chart not adjusting scale to suit dataSource issue has been fixed.

DataManager

Bug Fixes

  • #226615- Script error thrown in UrlAdaptor when saveChanges method is called without Query is resolved.

Diagram

Bug Fixes

  • #236860, #237139 - The issue "MouseMove event is not triggered in Firefox" is now resolved.
  • #241680 - The issue "Nodes drawn using drawing tools not appeared in overview" is now resolved.
  • #240493 - The console error thrown while resizing the window in Chrome has been fixed.
  • #242332 - The issue "ContextMenu not appears while clicking an empty diagram" is now resolved.

Document Editor

Bug Fixes

  • #243874 - Contextual Spacing property on paragraph is now exported properly.
  • #243878 - Copy and paste when the document contains page break character within control is now working.
  • #243495 - Follow character width for list is now updated properly.

Excel Export

Bug Fixes

  • Double quotes will be preserved proper on exporting grid data to CSV

File Manager

Bug Fixes

  • Issue with when the component is rendering and you are trying to resize the window the component throws script error is fixed.

Gantt

Bug Fixes

  • F146641 - Issue with indicators tooltip support has been fixed.
  • F145733 - Alignment issue with header and rows on splitter resizing has been fixed.

Grid

Bug Fixes

  • #244231 - On key pressing of column chooser Search bar, empty Grid renders if all columns are unchecked, issue has been fixed.
  • #146166 - CheckBox column disappears after hiding other columns through columnChooser issue has been fixed.
  • #146777 - While locking the column dynamically, the Locked column is not moving to the first column position issue has been fixed.
  • #245747 - Validation message position is wrong for rows added in the bottom issue has been fixed.
  • #242519,#244186 - Misalignment issue in Frozen Column while editing Grid with edit template.
  • #243593 - Script error thrown when perform row drag and drop with expand child.
  • #242503 - On Saving the cell Footer Content scrollLeft is set to zero issue has been fixed.
  • #146553 - Command column was not working when dynamically added in columnModel is resolved.

In-place Editor

Bug Fixes

  • The display format specified for the sub components in In-place Editor, will now be considered when initial value is provided.

LinearGauge

Bug Fixes

  • The dynamically updating support has been provided to the 'Axes' API of linear gauge.

New Features

  • In 'setAnnotationValue' method, an option has been provided to set the position of annotation based on axis value.

MultiSelect

Bug Fixes

  • #242599 - Now, filtering work properly when enabling the custom value property.

NumericTextBox

Bug Fixes

  • #242949 - Resolved the cursor flickering issue on IE11 browser while focus the input by tab and mouse simultaneously.

PDF Viewer

Bug Fixes

  • #244499 - The shape and measurement annotations will now be rendered properly in the rotated documents.
  • #244481 - The script errors will no longer be thrown in PDF Viewer in IE browser.

New Features

  • #243205, #245009 - Provided the support to include Custom stamps in stamp dropdown.
  • #243133 - Provided the support to customize tooltip of the hyperlink on mouse hover.
  • #245007 - Provided the Feet unit support in measurement annotation.

Pdf Export

Bug Fixes

  • Iterative constructor call issue has been resolved.
  • Preservation issue in headers and footers with section is fixed.
  • Super constructor may only be called once exception has been resolved.
  • Preservation issue in page orientation is fixed.

RichTextEditor

Bug Fixes

  • #242999 - The Reactive form validation, now works with tab key action.

  • #243767 - The issue with applying selected format based on content editable has been fixed.

New Features

  • Support for saving images in base64

  • #240002, #242405 - This feature allows users to save the images in the RichTextEditor in base64 format along with the existing blob format.

  • Image upload events

  • #240002, #236690, #241238, #244320 - This feature allows images to be customized on uploading and inserting them into the editor by using the upload events image selected, image uploading, image upload success, and image upload failed. Users can rename the images before inserting them into the editor using these events.

Schedule

Bug Fixes

  • #242299 - An issue with events misaligned in different browser zooming has been fixed.

Sidebar

Breaking Changes

  • Change event will trigger only after the expand or collapse transition of the Sidebar.

Splitter

Bug Fixes

  • #241183 - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.
  • #242579 - Resolved the issue with "Split-bar rendering while change orientation dynamically"
  • #243003 - Resolved the issue with enabling expand and collapse arrow based on collapsible property.
  • #243007 - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.
  • #244847 - The issue "Split panes are not resized properly on window resizing" has been resolved.

Spreadsheet

The Spreadsheet is an user interactive component to organize and analyse data in tabular format. It will load data by importing an excel file or from a data source, such as array of JSON objects, OData web services, or DataManager binding to a range. The populated data can be exported as Excel, PDF, and CSV formats.

Toast

Bug Fixes

  • #242279 - The DOM selector processing has been prevented in the title property. The Toast component now accepts only string and HTML string in the title property.

Toolbar

New Features

  • enableItems public method will now support number type.

TreeGrid

Bug Fixes

  • Change detection for properties dataSource and query were handled for remote data.
  • Edited records can be searched/filtered.
  • Inner level records will be collapsed/expanded after filtering/searching actions.

New Features

  • Checkbox selection support has been provided that allows users to select rows using checkbox.
  • Checkbox Column support has been provided that allows users to check rows using checkbox in treegrid column.

Uploader

Bug Fixes

  • #F146285, 244026 - Now, you can get the files in server-side when drag and drop the files in the synchronous upload.

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