diginet-core-ui 1.4.34-beta.2 → 1.4.36-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/readme.md CHANGED
@@ -41,1375 +41,1342 @@ npm test
41
41
  ```
42
42
 
43
43
  ## Changelog
44
+
45
+ ## 1.4.36
46
+
47
+ - \[Fixed\]: TimePicker – Fix show popover when readOnly is true, fix return value contain space
48
+ - \[Changed\]: index.stories.js – Add props to components in index.stories.js
49
+ - \[Fixed\]: DatePicker – Fix still open popup when readOnly
50
+ - \[Fixed\]: DateRangePicker – Fix still open popup when readOnly
51
+
52
+ ## 1.4.35
53
+
54
+ * [Changed\]: DropdownBox - Added props allowInput, disabled, displayExpr, error, valueExpr, helperTextProps
55
+
56
+ ## 1.4.34
57
+
58
+ - \[Fixed]: DatePicker – Fix disabled navigator on first render
59
+
44
60
  ## 1.4.33
45
61
 
46
- - \[Added\]: IconMenu – Add MHRP29N0030
62
+ - \[Added\]: IconMenu – Add MHRP29N0030
47
63
 
48
64
  ## 1.4.32
49
65
 
50
- - \[Fixed\]: Slider – Fix show excel not focus first cell
51
- - \[Fixed\]: Toggle – Fix color not match design
52
- - \[Fixed\]: DateRangePicker – Fix still open picker when read-only
53
- - \[Fixed\]: DatePicker – Fix wrong navigation content
66
+ - \[Fixed\]: Slider – Fix show excel not focus first cell
67
+ - \[Fixed\]: Toggle – Fix color not match design
68
+ - \[Fixed\]: DateRangePicker – Fix still open picker when read-only
69
+ - \[Fixed\]: DatePicker – Fix wrong navigation content
54
70
 
55
71
  ## 1.4.31
56
72
 
57
- - \[Added\]: Skeleton – Add the new Skeleton library
73
+ - \[Added\]: Skeleton – Add the new Skeleton library
58
74
 
59
75
  ## 1.4.30
60
76
 
61
- - \[Added\]: Icon – Add Bank
62
- - \[Added\]: IconMenu – Add MHRM77N0003
63
- - \[Fixed\]: TreeView – Fix onchange return empty string data
77
+ - \[Added\]: Icon – Add Bank
78
+ - \[Added\]: IconMenu – Add MHRM77N0003
79
+ - \[Fixed\]: TreeView – Fix onchange return empty string data
64
80
 
65
81
  ## 1.4.29
66
82
 
67
- - \[Added\]: Icon – Add MoneyBag
68
- - \[Added\]: IconMenu – Add MHRP77N0012
69
- - \[Changed\]: Storybook – Write document
70
- - \[Changed\]: OptionWrapper – Add propTypes of WrappedComponent
71
- - \[Changed\]: DateInput – Optimize component DateInput
72
- - \[Changed\]: Storybook – Update, optimize stories
73
- - \[Changed\]: Accordion – Add method expandedState, setExpandState
74
- - \[Fixed\]: Dropdown – Fix set defaultValue before action loadData
75
- - \[Fixed\]: Storybook – Fix storybook not show default value of props
76
- - \[Fixed\]: TreeView – Fix not render when parentID value is string '0'
83
+ - \[Added\]: Icon – Add MoneyBag
84
+ - \[Added\]: IconMenu – Add MHRP77N0012
85
+ - \[Changed\]: Storybook – Write document
86
+ - \[Changed\]: OptionWrapper – Add propTypes of WrappedComponent
87
+ - \[Changed\]: DateInput – Optimize component DateInput
88
+ - \[Changed\]: Storybook – Update, optimize stories
89
+ - \[Changed\]: Accordion – Add method expandedState, setExpandState
90
+ - \[Fixed\]: Dropdown – Fix set defaultValue before action loadData
91
+ - \[Fixed\]: Storybook – Fix storybook not show default value of props
92
+ - \[Fixed\]: TreeView – Fix not render when parentID value is string '0'
77
93
 
78
94
  ## 1.4.28
79
95
 
80
- - \[Fixed\]: Attachment – Fix allNewAttached in onChange after delete
96
+ - \[Fixed\]: Attachment – Fix allNewAttached in onChange after delete
81
97
 
82
98
  ## 1.4.27
83
99
 
84
- - \[Changed\]: Button – Remove transition when disabled
100
+ - \[Changed\]: Button – Remove transition when disabled
85
101
 
86
102
  ## 1.4.26
87
103
 
88
- - \[Added\]: IconMenu – Add MHRP13N0005, MHRP13N0006
89
- - \[Changed\]: Icon – Add theme components default props
90
- - \[Fixed\]: Chip – Fix not lineClamp
91
- - \[Fixed\]: Popover – Fix shifting popover
92
- - \[Fixed\]: Label – Fix label missing margin in DatePicker
93
- - \[Fixed\]: Attachment – Add prop allowDelete
104
+ - \[Added\]: IconMenu – Add MHRP13N0005, MHRP13N0006
105
+ - \[Changed\]: Icon – Add theme components default props
106
+ - \[Fixed\]: Chip – Fix not lineClamp
107
+ - \[Fixed\]: Popover – Fix shifting popover
108
+ - \[Fixed\]: Label – Fix label missing margin in DatePicker
109
+ - \[Fixed\]: Attachment – Add prop allowDelete
94
110
 
95
111
  ## 1.4.25
96
112
 
97
- - \[Added\]: DatePicker – Add DateInput
113
+ - \[Added\]: DatePicker – Add DateInput
98
114
 
99
115
  ## 1.4.24
100
116
 
101
- - \[Added\]: IconMenu – Add WEO76LIS0005, WEO76LIS0006, WEO76LIS0007, WEO76REQ0003
102
- - \[Changed\]: Dropdown – Return event, reason, value in onClosed callback
117
+ - \[Added\]: IconMenu – Add WEO76LIS0005, WEO76LIS0006, WEO76LIS0007, WEO76REQ0003
118
+ - \[Changed\]: Dropdown – Return event, reason, value in onClosed callback
103
119
 
104
120
  ## 1.4.23
105
121
 
106
- - \[Changed\]: TabHeader – Add full width
122
+ - \[Changed\]: TabHeader – Add full width
107
123
 
108
124
  ## 1.4.22
109
125
 
110
- - \[Added\]: IconMenu – Add MHRP39N0020, MHRP39N0021
111
- - \[Changed\]: Tab – Add prop onChange in TabContainer
112
- - \[Changed\]: Accordion – Update AccordionSummary propTypes
113
- - \[Fixed\]: TimePicker – Fix cannot select time by arrow keys
114
- - \[Fixed\]: Modal – Fix warning call Hooks inside useMemo
115
- - \[Fixed\]: Image – Fix render img tag when src empty
126
+ - \[Added\]: IconMenu – Add MHRP39N0020, MHRP39N0021
127
+ - \[Changed\]: Tab – Add prop onChange in TabContainer
128
+ - \[Changed\]: Accordion – Update AccordionSummary propTypes
129
+ - \[Fixed\]: TimePicker – Fix cannot select time by arrow keys
130
+ - \[Fixed\]: Modal – Fix warning call Hooks inside useMemo
131
+ - \[Fixed\]: Image – Fix render img tag when src empty
116
132
 
117
133
  ## 1.4.21
118
134
 
119
- - \[Changed\]: Theme – Setup switch theme Dark Light
120
- - \[Changed\]: Theme – Add theme components default props
121
- - \[Changed\]: Theme – Add theme spacing
135
+ - \[Changed\]: Theme – Setup switch theme Dark Light
136
+ - \[Changed\]: Theme – Add theme components default props
137
+ - \[Changed\]: Theme – Add theme spacing
122
138
 
123
139
  ## 1.4.20
124
140
 
125
- - \[Changed\]: Typography – Update TextStyle Title1 & Body6
141
+ - \[Changed\]: Typography – Update TextStyle Title1 & Body6
126
142
 
127
143
  ## 1.4.19
128
144
 
129
- - \[Fixed\]: Locale – Fix language not match locale
130
- - \[Fixed\]: PasswordInput – Fix show hide password
131
- - \[Fixed\]: Global – Fix setGlobal recursion
132
- - \[Fixed\]: Calendar – Fix caption with capitalizing the first character
145
+ - \[Fixed\]: Locale – Fix language not match locale
146
+ - \[Fixed\]: PasswordInput – Fix show hide password
147
+ - \[Fixed\]: Global – Fix setGlobal recursion
148
+ - \[Fixed\]: Calendar – Fix caption with capitalizing the first character
133
149
 
134
150
  ## 1.4.17
135
151
 
136
- - \[Fixed\]: Attachment – Fix attached, allNewAttached in onChange when add new attachment
152
+ - \[Fixed\]: Attachment – Fix attached, allNewAttached in onChange when add new attachment
137
153
 
138
154
  ## 1.4.16
139
155
 
140
- - \[Added\]: IconMenu – Add MHRM15N0001
141
- - \[Changed\]: Dropdown – Return recent search in onClosed callback
156
+ - \[Added\]: IconMenu – Add MHRM15N0001
157
+ - \[Changed\]: Dropdown – Return recent search in onClosed callback
142
158
 
143
159
  ## 1.4.15
144
160
 
145
- - \[Changed\]: Dropdown – Return recent search in onClosed callback
146
- - \[Fixed\]: DropdownBox - Fix bug not close when in modal
147
- - \[Fixed\]: NumberInput - Fix cursor position when focus
148
- - \[Fixed\]: Attachment - Fix bug data undefined crash page
149
- - \[Fixed\]: Attachment - Fix logic remove file
161
+ - \[Changed\]: Dropdown – Return recent search in onClosed callback
162
+ - \[Fixed\]: DropdownBox - Fix bug not close when in modal
163
+ - \[Fixed\]: NumberInput - Fix cursor position when focus
164
+ - \[Fixed\]: Attachment - Fix bug data undefined crash page
165
+ - \[Fixed\]: Attachment - Fix logic remove file
150
166
 
151
167
  ## 1.4.14
152
168
 
153
- - \[Added\]: IconMenu – Add MHRP09N0034, MHRP09N0035
154
- - \[Fixed\]: NumberInput – Fix not show error
169
+ - \[Added\]: IconMenu – Add MHRP09N0034, MHRP09N0035
170
+ - \[Fixed\]: NumberInput – Fix not show error
155
171
 
156
172
  ## 1.4.13
157
173
 
158
- - \[Added\]: Icon – Add CalendarCancel, PlaneTakeoff
159
- - \[Added\]: IconMenu – Add MHRM00N0007, WEO76LIS0004, WEO76TRA0001
174
+ - \[Added\]: Icon – Add CalendarCancel, PlaneTakeoff
175
+ - \[Added\]: IconMenu – Add MHRM00N0007, WEO76LIS0004, WEO76TRA0001
160
176
 
161
177
  ## 1.4.12
162
178
 
163
- - \[Added\]: IconMenu – Add, Update icon for DIGINET EO
164
- - \[Changed\]: Attachment – Add viewType Picture
165
- - \[Changed\]: Calendar – Update design
166
- - \[Changed\]: DatePicker – Add picker month, year, quarter
167
- - \[Changed\]: Typography – Add PropTypes string for prop 'format'
168
- - \[Changed\]: Image – Add prop objectFit
169
- - \[Changed\]: Dropdown – Replace EventListener scroll with onScroll; Add scrollbar-thumb min-height
170
- - \[Fixed\]: Popover – Fix content in body shift when show component
179
+ - \[Added\]: IconMenu – Add, Update icon for DIGINET EO
180
+ - \[Changed\]: Attachment – Add viewType Picture
181
+ - \[Changed\]: Calendar – Update design
182
+ - \[Changed\]: DatePicker – Add picker month, year, quarter
183
+ - \[Changed\]: Typography – Add PropTypes string for prop 'format'
184
+ - \[Changed\]: Image – Add prop objectFit
185
+ - \[Changed\]: Dropdown – Replace EventListener scroll with onScroll; Add scrollbar-thumb min-height
186
+ - \[Fixed\]: Popover – Fix content in body shift when show component
171
187
 
172
188
  ## 1.4.11
173
189
 
174
- - \[Changed\]: Modal – Add prop size
175
- - \[Changed\]: InputBase – Add default delayOnChange
176
- - \[Changed\]: DateRangePicker – Add default placeholder
177
- - \[Changed\]: PasswordInput – Add component PasswordInput
178
- - \[Changed\]: Checkbox – Remove second param in onChange
190
+ - \[Changed\]: Modal – Add prop size
191
+ - \[Changed\]: InputBase – Add default delayOnChange
192
+ - \[Changed\]: DateRangePicker – Add default placeholder
193
+ - \[Changed\]: PasswordInput – Add component PasswordInput
194
+ - \[Changed\]: Checkbox – Remove second param in onChange
179
195
 
180
196
  ## 1.4.10
181
197
 
182
- - \[Fixed\]: Dropdown – Fix display text when data invalid
183
- - \[Fixed\]: Dropdown – Fix bug crash when get icon from invalid data
184
- - \[Fixed\]: Dropdown – Fix not reset data when close dropdown after search
185
- - \[Fixed\]: Dropdown – Fix not clear display value when set value null
198
+ - \[Fixed\]: Dropdown – Fix display text when data invalid
199
+ - \[Fixed\]: Dropdown – Fix bug crash when get icon from invalid data
200
+ - \[Fixed\]: Dropdown – Fix not reset data when close dropdown after search
201
+ - \[Fixed\]: Dropdown – Fix not clear display value when set value null
186
202
 
187
203
  ## 1.4.9
188
204
 
189
- - \[Added\]: IconMenu – Add 16 icon menu of HR Mobile App
190
- - \[Fixed\]: Chip – Fix width of TabHeader
205
+ - \[Added\]: IconMenu – Add 16 icon menu of HR Mobile App
206
+ - \[Fixed\]: Chip – Fix width of TabHeader
191
207
 
192
208
  ## 1.4.8
193
209
 
194
- - \[Changed\]: Storybook – Update storybook of some components
195
- - \[Fixed\]: General – Fix bug css inset cannot use on Safari below 14
196
- - \[Fixed\]: PagingInfo – Fix stretch UI NumberInput
197
- - \[Fixed\]: Chip – Fix clear button cannot with viewType filled
210
+ - \[Changed\]: Storybook – Update storybook of some components
211
+ - \[Fixed\]: General – Fix bug css inset cannot use on Safari below 14
212
+ - \[Fixed\]: PagingInfo – Fix stretch UI NumberInput
213
+ - \[Fixed\]: Chip – Fix clear button cannot with viewType filled
198
214
 
199
215
  ## 1.4.7
200
216
 
201
- - \[Changed\]: Button – Remove attribute disabled in button tag
217
+ - \[Changed\]: Button – Remove attribute disabled in button tag
202
218
 
203
219
  ## 1.4.6
204
220
 
205
- - \[Added\]: Icon – Add MoneyHand
206
- - \[Changed\]: DatePicker – Add default placeholder
207
- - \[Fixed\]: NumberInput – Fix min, max when use multi NumberInput
221
+ - \[Added\]: Icon – Add MoneyHand
222
+ - \[Changed\]: DatePicker – Add default placeholder
223
+ - \[Fixed\]: NumberInput – Fix min, max when use multi NumberInput
208
224
 
209
225
  ## 1.4.5
210
226
 
211
- - \[Changed\]: Dropdown – Optimize code remove innerHTML = ''
212
- - \[Fixed\]: Dropdown – Fix bug not show value
227
+ - \[Changed\]: Dropdown – Optimize code remove innerHTML = ''
228
+ - \[Fixed\]: Dropdown – Fix bug not show value
213
229
 
214
230
  ## 1.4.4
215
231
 
216
- - \[Fixed\]: Dropdown – Fix bug blank selected item when use renderSelectedItem
232
+ - \[Fixed\]: Dropdown – Fix bug blank selected item when use renderSelectedItem
217
233
 
218
234
  ## 1.4.3
219
235
 
220
- - \[Fixed\]: NumberInput – Fix bug arrow keydown, back, check min, max
236
+ - \[Fixed\]: NumberInput – Fix bug arrow keydown, back, check min, max
221
237
 
222
238
  ## 1.4.2
223
239
 
224
- - \[Changed\]: Dropdown – Add action loadData
225
- - \[Fixed\]: Dropdown – Fix bug search filter data when using remote; Fix bug not render invalid html tag
226
- - \[Fixed\]: Dropdown – Fix bug if item of dataSource is null
240
+ - \[Changed\]: Dropdown – Add action loadData
241
+ - \[Fixed\]: Dropdown – Fix bug search filter data when using remote; Fix bug not render invalid html tag
242
+ - \[Fixed\]: Dropdown – Fix bug if item of dataSource is null
227
243
 
228
244
  ## 1.4.1
229
245
 
230
- - \[Fixed\]: Dropdown – Fix bug render data wrong after search when not have searchExpr
246
+ - \[Fixed\]: Dropdown – Fix bug render data wrong after search when not have searchExpr
231
247
 
232
248
  ## 1.4.0
233
249
 
234
- - \[Fixed\]: Dropdown – Fix bug not delay when searchDelayTime is true
250
+ - \[Fixed\]: Dropdown – Fix bug not delay when searchDelayTime is true
235
251
 
236
252
  ## 1.3.99
237
253
 
238
- - \[Changed\]: Typography – Add new text style
239
- - \[Fixed\]: Tab – Fix background UI not match design
240
- - \[Fixed\]: Dropdown – Fix case renderItem, renderSelectedItem inside Typography
241
- - \[Fixed\]: Attachment – Fix bug not reset new upload data
254
+ - \[Changed\]: Typography – Add new text style
255
+ - \[Fixed\]: Tab – Fix background UI not match design
256
+ - \[Fixed\]: Dropdown – Fix case renderItem, renderSelectedItem inside Typography
257
+ - \[Fixed\]: Attachment – Fix bug not reset new upload data
242
258
 
243
259
  ## 1.3.98
244
260
 
245
- - \[Changed\]: Image – Change default image
246
- - \[Changed\]: Icon – Update Image, Another, Compressed, Presentation, Sheet, Word, PDF
247
- - \[Fixed\]: Breadcrumbs – Fix bug onClick not working
248
- - \[Fixed\]: Typography – Fix empty children show null
249
- - \[Fixed\]: Popover – Fix conflict overflow hidden on document body
250
- - \[Fixed\]: Modal – Fix conflict overflow hidden on document body
251
- - \[Fixed\]: DateRangePicker – Fix bug display value scroll when ellipsis
252
- - \[Fixed\]: DateRangePicker – Fix UI width
261
+ - \[Changed\]: Image – Change default image
262
+ - \[Changed\]: Icon – Update Image, Another, Compressed, Presentation, Sheet, Word, PDF
263
+ - \[Fixed\]: Breadcrumbs – Fix bug onClick not working
264
+ - \[Fixed\]: Typography – Fix empty children show null
265
+ - \[Fixed\]: Popover – Fix conflict overflow hidden on document body
266
+ - \[Fixed\]: Modal – Fix conflict overflow hidden on document body
267
+ - \[Fixed\]: DateRangePicker – Fix bug display value scroll when ellipsis
268
+ - \[Fixed\]: DateRangePicker – Fix UI width
253
269
 
254
270
  ## 1.3.97
255
271
 
256
- - \[Added\]: Icon – Add Car
257
- - \[Fixed\]: Attachment – Fix bug remove file
258
- - \[Fixed\]: Dropdown – Optimize code with useState
272
+ - \[Added\]: Icon – Add Car
273
+ - \[Fixed\]: Attachment – Fix bug remove file
274
+ - \[Fixed\]: Dropdown – Optimize code with useState
259
275
 
260
276
  ## 1.3.96
261
277
 
262
- - \[Changed\]: Popover – Add prop onOpen
263
- - \[Changed\]: ButtonMore – Add tooltip for icon
264
- - \[Changed\]: Modal – Add onScroll to ModalBody
265
- - \[Changed\]: Colors – Add dynamic colors
266
- - \[Changed\]: Utils – Export hexToRGBA
267
- - \[Fixed\]: DateRangePicker – Fix UI min-width
278
+ - \[Changed\]: Popover – Add prop onOpen
279
+ - \[Changed\]: ButtonMore – Add tooltip for icon
280
+ - \[Changed\]: Modal – Add onScroll to ModalBody
281
+ - \[Changed\]: Colors – Add dynamic colors
282
+ - \[Changed\]: Utils – Export hexToRGBA
283
+ - \[Fixed\]: DateRangePicker – Fix UI min-width
268
284
 
269
285
  ## 1.3.95
270
286
 
271
- - \[Added\]: IconMenu – Add WEO76APP0001, WEO76APP0002, WEO76LIS0001, WEO76LIS0002, WEO76LIS0003, WEO76REQ0001, WEO76REQ0002, MHRP09N0033, MHRP29N0029, MHRM89N0002
272
- - \[Changed\]: Modal – Change logic of children and title in ModalHeader
273
- - \[Fixed\]: TreeView – Fix cannot select by checkbox
274
- - \[Fixed\]: Paging – Fix bug wrong currentPage
275
- - \[Fixed\]: TECH – Fix warning 'ref is not a prop'
287
+ - \[Added\]: IconMenu – Add WEO76APP0001, WEO76APP0002, WEO76LIS0001, WEO76LIS0002, WEO76LIS0003, WEO76REQ0001, WEO76REQ0002, MHRP09N0033, MHRP29N0029, MHRM89N0002
288
+ - \[Changed\]: Modal – Change logic of children and title in ModalHeader
289
+ - \[Fixed\]: TreeView – Fix cannot select by checkbox
290
+ - \[Fixed\]: Paging – Fix bug wrong currentPage
291
+ - \[Fixed\]: TECH – Fix warning 'ref is not a prop'
276
292
 
277
293
  ## 1.3.94
278
294
 
279
- - \[Added\]: Icon – Add ModuleView, Update ListView, FolderPerson, FolderAdd
280
- - \[Added\]: Icon – Add color default
281
- - \[Changed\]: Breadcrumb – Update design
282
- - \[Changed\]: Button – Add text sentence for Button
283
- - \[Changed\]: Accordion – Add prop fullHeight
284
- - \[Changed\]: Divider – Optimize code
285
- - \[Fixed\]: Accordion – Fix UI background color
295
+ - \[Added\]: Icon – Add ModuleView, Update ListView, FolderPerson, FolderAdd
296
+ - \[Added\]: Icon – Add color default
297
+ - \[Changed\]: Breadcrumb – Update design
298
+ - \[Changed\]: Button – Add text sentence for Button
299
+ - \[Changed\]: Accordion – Add prop fullHeight
300
+ - \[Changed\]: Divider – Optimize code
301
+ - \[Fixed\]: Accordion – Fix UI background color
286
302
 
287
303
  ## 1.3.93
288
304
 
289
- - \[Changed\]: Dropdown – Apply multilineSelectedItem to renderSelectedItem
290
- - \[Fixed\]: Checkbox – Fix bug still uncheck when not set state
291
- - \[Fixed\]: Modal – Fix footer height
292
- - \[Fixed\]: DateRangePicker – Fix UI hover, focus empty days between selected range
305
+ - \[Changed\]: Dropdown – Apply multilineSelectedItem to renderSelectedItem
306
+ - \[Fixed\]: Checkbox – Fix bug still uncheck when not set state
307
+ - \[Fixed\]: Modal – Fix footer height
308
+ - \[Fixed\]: DateRangePicker – Fix UI hover, focus empty days between selected range
293
309
 
294
310
  ## 1.3.92
295
311
 
296
- - \[Fixed\]: Dropdown – Fix override css selected item Typography
297
- - \[Fixed\]: Attachment – Fix crash when remove attached item
312
+ - \[Fixed\]: Dropdown – Fix override css selected item Typography
313
+ - \[Fixed\]: Attachment – Fix crash when remove attached item
298
314
 
299
315
  ## 1.3.91
300
316
 
301
- - \[Changed\]: TreeView – Optimize code
302
- - \[Changed\]: Popup – Add defaultProps description
303
- - \[Changed\]: Grid – Add sx prop handle responsive css display
304
- - \[Changed\]: ButtonMore – Export component ButtonMore
305
- - \[Changed\]: DateRangePicker – Add description for prop value
306
- - \[Fixed\]: Avatar – Fix bug not clear avatar when src null
307
- - \[Fixed\]: Typography – Add min-width to popover hover tooltip
308
- - \[Fixed\]: DatePicker – Fix disabled button previous month in navigator
317
+ - \[Changed\]: TreeView – Optimize code
318
+ - \[Changed\]: Popup – Add defaultProps description
319
+ - \[Changed\]: Grid – Add sx prop handle responsive css display
320
+ - \[Changed\]: ButtonMore – Export component ButtonMore
321
+ - \[Changed\]: DateRangePicker – Add description for prop value
322
+ - \[Fixed\]: Avatar – Fix bug not clear avatar when src null
323
+ - \[Fixed\]: Typography – Add min-width to popover hover tooltip
324
+ - \[Fixed\]: DatePicker – Fix disabled button previous month in navigator
309
325
 
310
326
  ## 1.3.90
311
327
 
312
- - \[Added\]: Breadcrumb – Add component Breadcrumb
313
- - \[Added\]: Icon – Question, Pause, Cake, ChatAnswer
314
- - \[Added\]: IconMenu – MHRP51N0003
315
- - \[Fixed\]: Popover – Fix bug css overflow hidden of document body
316
- - \[Fixed\]: TAB – Fix UI not match design, fix missing ripple effect
317
- - \[Fixed\]: Popover – Fix bug popover still open when ButtonIcon disabled
318
- - \[Fixed\]: Popover – Fix bug update wrong position if anchor not exists
328
+ - \[Added\]: Breadcrumb – Add component Breadcrumb
329
+ - \[Added\]: Icon – Question, Pause, Cake, ChatAnswer
330
+ - \[Added\]: IconMenu – MHRP51N0003
331
+ - \[Fixed\]: Popover – Fix bug css overflow hidden of document body
332
+ - \[Fixed\]: TAB – Fix UI not match design, fix missing ripple effect
333
+ - \[Fixed\]: Popover – Fix bug popover still open when ButtonIcon disabled
334
+ - \[Fixed\]: Popover – Fix bug update wrong position if anchor not exists
319
335
 
320
336
  ## 1.3.89
321
337
 
322
- - \[Added\]: COLORS – Replace base colors with design system colors
323
- - \[Added\]: UTILS – Add storybook for utils
324
- - \[Fixed\]: NumberInput – Fix bug validate
325
- - \[Fixed\]: NumberInput – Fix bug inputRef crash page
326
- - \[Fixed\]: Typography – Hotfix crash page
338
+ - \[Added\]: COLORS – Replace base colors with design system colors
339
+ - \[Added\]: UTILS – Add storybook for utils
340
+ - \[Fixed\]: NumberInput – Fix bug validate
341
+ - \[Fixed\]: NumberInput – Fix bug inputRef crash page
342
+ - \[Fixed\]: Typography – Hotfix crash page
327
343
 
328
344
  ## 1.3.88
329
345
 
330
- - \[Added\]: Icon – UnFastForward, Redo, CenterFocus, ArrowNorthEast, ArrowSouthWest, Tools, Announce
331
- - \[Fixed\]: InputBase - Fix bug crash page
332
- - \[Fixed\]: Typography - Add prop format
346
+ - \[Added\]: Icon – UnFastForward, Redo, CenterFocus, ArrowNorthEast, ArrowSouthWest, Tools, Announce
347
+ - \[Fixed\]: InputBase - Fix bug crash page
348
+ - \[Fixed\]: Typography - Add prop format
333
349
 
334
350
  ## 1.3.87
335
351
 
336
- - \[Added\]: Icon – Upload, Workflow
337
- - \[Fixed\]: InputBase – Fix not run when inputRef is function
352
+ - \[Added\]: Icon – Upload, Workflow
353
+ - \[Fixed\]: InputBase – Fix not run when inputRef is function
338
354
 
339
355
  ## 1.3.86
340
356
 
341
- - \[Changed\]: Icon – Optimize code
342
- - \[Fixed\]: Dropdown – Fix bug cannot select multiple after search
343
- - \[Fixed\]: InputBase – Fix endIconProps not work when endIcon is string
344
- - \[Fixed\]: Attachment – Fix not show Button Attachment when disabled, readOnly; Update design
357
+ - \[Changed\]: Icon – Optimize code
358
+ - \[Fixed\]: Dropdown – Fix bug cannot select multiple after search
359
+ - \[Fixed\]: InputBase – Fix endIconProps not work when endIcon is string
360
+ - \[Fixed\]: Attachment – Fix not show Button Attachment when disabled, readOnly; Update design
345
361
 
346
362
  ## 1.3.85
347
363
 
348
- - \[Fixed\]: Attachment – Fix not fire onChange when select same file
349
- - \[Fixed\]: PagingInfo – Fix responsive auto hide element wrong
350
- - \[Fixed\]: Status – Fix css not match design
364
+ - \[Fixed\]: Attachment – Fix not fire onChange when select same file
365
+ - \[Fixed\]: PagingInfo – Fix responsive auto hide element wrong
366
+ - \[Fixed\]: Status – Fix css not match design
351
367
 
352
368
  ## 1.3.84
353
369
 
354
- - \[Fixed\]: Badge – Remove animation, conditional rendering with prop invisible
355
- - \[Fixed\]: InputBase – Fix css focus when readOnly
370
+ - \[Fixed\]: Badge – Remove animation, conditional rendering with prop invisible
371
+ - \[Fixed\]: InputBase – Fix css focus when readOnly
356
372
 
357
373
  ## 1.3.83
358
374
 
359
- - \[Added\]: IconMenu – Add prop className, style
360
- - \[Changed\]: Grid – Add prop verticalAlign
361
- - \[Changed\]: Label– Add lineClamp auto
362
- - \[Fixed\]: Popover – Fix bug not save last position of anchor
375
+ - \[Added\]: IconMenu – Add prop className, style
376
+ - \[Changed\]: Grid – Add prop verticalAlign
377
+ - \[Changed\]: Label– Add lineClamp auto
378
+ - \[Fixed\]: Popover – Fix bug not save last position of anchor
363
379
 
364
380
  ## 1.3.82
365
381
 
366
- - \[Fixed\]: CircularProgress – Fix transform rotate wrong inside flex column
382
+ - \[Fixed\]: CircularProgress – Fix transform rotate wrong inside flex column
367
383
 
368
384
  ## 1.3.81
369
385
 
370
- - \[Added\]: Icon – Feedback, Newspaper
371
- - \[Changed\]: Button – Add prop href, urlParams
372
- - \[Changed\]: Divider – Allow using CORE colors
373
- - \[Fixed\]: Attachment – Fix callback return attached items not file type; Optimize code
374
- - \[Fixed\]: PopupV2 – Fix warning prop description
375
- - \[Fixed\]: Popover – Fix backdrop scroll when show popover
376
- - \[Fixed\]: DateRangePicker – Fix cannot click end icon
377
- - \[Fixed\]: CircularProgress – Temporary fix transform rotate inside flex column
386
+ - \[Added\]: Icon – Feedback, Newspaper
387
+ - \[Changed\]: Button – Add prop href, urlParams
388
+ - \[Changed\]: Divider – Allow using CORE colors
389
+ - \[Fixed\]: Attachment – Fix callback return attached items not file type; Optimize code
390
+ - \[Fixed\]: PopupV2 – Fix warning prop description
391
+ - \[Fixed\]: Popover – Fix backdrop scroll when show popover
392
+ - \[Fixed\]: DateRangePicker – Fix cannot click end icon
393
+ - \[Fixed\]: CircularProgress – Temporary fix transform rotate inside flex column
378
394
 
379
395
  ## 1.3.80
380
396
 
381
- - \[Changed\]: ButtonMore – Update Button More with new design
382
- - \[Changed\]: BABEL – Add babel-plugin-module-resolver
383
- - \[Changed\]: NumberInput – Add viewType none
384
- - \[Changed\]: CircularProgress – Allow prop size accept number value; Optimize code
397
+ - \[Changed\]: ButtonMore – Update Button More with new design
398
+ - \[Changed\]: BABEL – Add babel-plugin-module-resolver
399
+ - \[Changed\]: NumberInput – Add viewType none
400
+ - \[Changed\]: CircularProgress – Allow prop size accept number value; Optimize code
385
401
 
386
402
  ## 1.3.79
387
403
 
388
- - \[Changed\]: Button – Add prop labelProps; Allow use CUI colors
389
- - \[Changed\]: InputBase – Add startIcon, endIcon to multiline textarea; Add viewType none; Optimize code
390
- - \[Changed\]: Notify – Replace prop color with type; Change duration from seconds to milliseconds; Refactoring code
391
- - \[Changed\]: ButtonIcon – Add tabIndex; Optimize code
392
- - \[Changed\]: DateRangePicker – Hide clear button when disabled or readonly
393
- - \[Changed\]: TextInput – Add prop nonStyle; Add viewType none
394
- - \[Changed\]: Ripple – useImperativeHandle method start
395
- - \[Fixed\]: Popover – Fix wrong position when use method show
404
+ - \[Changed\]: Button – Add prop labelProps; Allow use CUI colors
405
+ - \[Changed\]: InputBase – Add startIcon, endIcon to multiline textarea; Add viewType none; Optimize code
406
+ - \[Changed\]: Notify – Replace prop color with type; Change duration from seconds to milliseconds; Refactoring code
407
+ - \[Changed\]: ButtonIcon – Add tabIndex; Optimize code
408
+ - \[Changed\]: DateRangePicker – Hide clear button when disabled or readonly
409
+ - \[Changed\]: TextInput – Add prop nonStyle; Add viewType none
410
+ - \[Changed\]: Ripple – useImperativeHandle method start
411
+ - \[Fixed\]: Popover – Fix wrong position when use method show
396
412
 
397
413
  ## 1.3.78
398
414
 
399
- - \[Changed\]: Dropdown – Update UI mode multi and optimize render multi selected
415
+ - \[Changed\]: Dropdown – Update UI mode multi and optimize render multi selected
400
416
 
401
417
  ## 1.3.77
402
418
 
403
- - \[Changed\]: DateRangePicker – Add method show to ref
404
- - \[Changed\]: Avatar – Add propTypes node for prop data
405
- - \[Changed\]: Dropdown – Add tabIndex in input element
406
- - \[Fixed\]: Popover – Fix anchor element not receive style
407
- - \[Fixed\]: Typography – Fix hover tooltip sometime not show when typography next to each other; Fix css word-break
408
- - \[Fixed\]: Popover – Fix bug not check anchor when update position
419
+ - \[Changed\]: DateRangePicker – Add method show to ref
420
+ - \[Changed\]: Avatar – Add propTypes node for prop data
421
+ - \[Changed\]: Dropdown – Add tabIndex in input element
422
+ - \[Fixed\]: Popover – Fix anchor element not receive style
423
+ - \[Fixed\]: Typography – Fix hover tooltip sometime not show when typography next to each other; Fix css word-break
424
+ - \[Fixed\]: Popover – Fix bug not check anchor when update position
409
425
 
410
426
  ## 1.3.76
411
427
 
412
- - \[Changed\]: Tab – Add useMemo in TabContainer, TabHeader, TabItem, TabPanel
413
- - \[Changed\]: CircularProgress – Allow prop color, percentColor use CUI colors
414
- - \[Fixed\]: Checkbox – Fix bug not return e.target.value
415
- - \[Fixed\]: NumberInput – Fix e.target in onChange is not element
416
- - \[Fixed\]: Tooltip – Fix tooltip container width height
417
- - \[Fixed\]: Datepicker – Fix width related Tooltip
418
- - \[Fixed\]: InputBase – Fix not receive new value state
419
- - \[Fixed\]: HelperText – Fix margin top not match design
420
- - \[Fixed\]: Dropdown – Fix placeholder show multiline
428
+ - \[Changed\]: Tab – Add useMemo in TabContainer, TabHeader, TabItem, TabPanel
429
+ - \[Changed\]: CircularProgress – Allow prop color, percentColor use CUI colors
430
+ - \[Fixed\]: Checkbox – Fix bug not return e.target.value
431
+ - \[Fixed\]: NumberInput – Fix e.target in onChange is not element
432
+ - \[Fixed\]: Tooltip – Fix tooltip container width height
433
+ - \[Fixed\]: Datepicker – Fix width related Tooltip
434
+ - \[Fixed\]: InputBase – Fix not receive new value state
435
+ - \[Fixed\]: HelperText – Fix margin top not match design
436
+ - \[Fixed\]: Dropdown – Fix placeholder show multiline
421
437
 
422
438
  ## 1.3.75
423
439
 
424
- - \[Fixed\]: Typography – Fix word-break css
440
+ - \[Fixed\]: Typography – Fix word-break css
425
441
 
426
442
  ## 1.3.74
427
443
 
428
- - \[Added\]: Icon – ApprovalDouble, Error, OneSquare, TwoSquare, ThreeSquare, FourSquare, FiveSquare, AssignmentFilled, ReviewOutline
429
- - \[Added\]: MenuIcon – MHRP29N0026 , MHRP29N0027, MHRP29N0028
430
- - \[Changed\]: Dropdown – Update UI mode multi and optimize render multi selected
431
- - \[Changed\]: Chip – Update Chip with new design, clean and optimize code
432
- - \[Changed\]: Modal – Update Padding Modal with new design
433
- - \[Changed\]: Modal – Update option Show/Hide Box-shadow for Footer
434
- - \[Changed\]: Tab – Add prop width in TabHeader
435
- - \[Changed\]: Popover – Add target to method show; Add prop className
436
- - \[Changed\]: OptionWrapper – Update OptionWrapper
437
- - \[Changed\]: Typography – Add cursor pointer when clickable
438
- - \[Changed\]: Dropdown – Add no data text when treeview datasource empty
439
- - \[Changed\]: Attachment – Add recentRemovedAttached and change removedAttached in onChange
440
- - \[Changed\]: Popover – Add anchor's cursor pointer; Update position when children is changed
441
- - \[Changed\]: Attachment – Add default for prop uploadErrorInfo
442
- - \[Changed\]: Tab – Add proptype string for prop tabIndex in TabContainer
443
- - \[Changed\]: Tab – Add prop labelProps in TabItem; Fix max-width TabItem; Remove border TabHeader
444
- - \[Changed\]: Avatar – Add default when src url error
445
- - \[Changed\]: Image – Add component Image
446
- - \[Changed\]: InputBase, TextInput – Add hover tooltip when readOnly
447
- - \[Changed\]: DateRangePicker – Add prop showUnitCount
448
- - \[Fixed\]: DatePicker – Fix not show placeholder
449
- - \[Fixed\]: Label – Fix margin of label inside input components
450
- - \[Fixed\]: TreeView – Fix bug disabledRelevantValue
451
- - \[Fixed\]: Dropdown – Fix bug not close after select dropdown treeview by children
452
- - \[Fixed\]: Grid – Add missing useMemo dependency
453
- - \[Fixed\]: Popover – Fix css min-width, max-height, justify-content
454
- - \[Fixed\]: Dropdown – Chip disable when Dropdown is disabled
455
- - \[Fixed\]: Accordion – Fix bug onExpand, onCollapse not return element AccordionSummary
456
- - \[Fixed\]: DatePicker – Recalculate position of picker
457
- - \[Fixed\]: Dropdown – Fix bug render selected item [object Object]
458
- - \[Fixed\]: Dropdown – Fix bug lost icon when select same value
459
- - \[Fixed\]: Dropdown – Fix bug not show clear when use only defaultValue
460
- - \[Fixed\]: Popover – Fix bug trigger hover
461
- - \[Fixed\]: Typography – Fix hover tooltip height
462
- - \[Fixed\]: DateRangePicker – Fix not show placeholder
463
- - \[Fixed\]: Dropdown – Fix viewType outlined not show placeholder
464
- - \[Fixed\]: Popover – Calculate position center when overflow
444
+ - \[Added\]: Icon – ApprovalDouble, Error, OneSquare, TwoSquare, ThreeSquare, FourSquare, FiveSquare, AssignmentFilled, ReviewOutline
445
+ - \[Added\]: MenuIcon – MHRP29N0026 , MHRP29N0027, MHRP29N0028
446
+ - \[Changed\]: Dropdown – Update UI mode multi and optimize render multi selected
447
+ - \[Changed\]: Chip – Update Chip with new design, clean and optimize code
448
+ - \[Changed\]: Modal – Update Padding Modal with new design
449
+ - \[Changed\]: Modal – Update option Show/Hide Box-shadow for Footer
450
+ - \[Changed\]: Tab – Add prop width in TabHeader
451
+ - \[Changed\]: Popover – Add target to method show; Add prop className
452
+ - \[Changed\]: OptionWrapper – Update OptionWrapper
453
+ - \[Changed\]: Typography – Add cursor pointer when clickable
454
+ - \[Changed\]: Dropdown – Add no data text when treeview datasource empty
455
+ - \[Changed\]: Attachment – Add recentRemovedAttached and change removedAttached in onChange
456
+ - \[Changed\]: Popover – Add anchor's cursor pointer; Update position when children is changed
457
+ - \[Changed\]: Attachment – Add default for prop uploadErrorInfo
458
+ - \[Changed\]: Tab – Add proptype string for prop tabIndex in TabContainer
459
+ - \[Changed\]: Tab – Add prop labelProps in TabItem; Fix max-width TabItem; Remove border TabHeader
460
+ - \[Changed\]: Avatar – Add default when src url error
461
+ - \[Changed\]: Image – Add component Image
462
+ - \[Changed\]: InputBase, TextInput – Add hover tooltip when readOnly
463
+ - \[Changed\]: DateRangePicker – Add prop showUnitCount
464
+ - \[Fixed\]: DatePicker – Fix not show placeholder
465
+ - \[Fixed\]: Label – Fix margin of label inside input components
466
+ - \[Fixed\]: TreeView – Fix bug disabledRelevantValue
467
+ - \[Fixed\]: Dropdown – Fix bug not close after select dropdown treeview by children
468
+ - \[Fixed\]: Grid – Add missing useMemo dependency
469
+ - \[Fixed\]: Popover – Fix css min-width, max-height, justify-content
470
+ - \[Fixed\]: Dropdown – Chip disable when Dropdown is disabled
471
+ - \[Fixed\]: Accordion – Fix bug onExpand, onCollapse not return element AccordionSummary
472
+ - \[Fixed\]: DatePicker – Recalculate position of picker
473
+ - \[Fixed\]: Dropdown – Fix bug render selected item [object Object]
474
+ - \[Fixed\]: Dropdown – Fix bug lost icon when select same value
475
+ - \[Fixed\]: Dropdown – Fix bug not show clear when use only defaultValue
476
+ - \[Fixed\]: Popover – Fix bug trigger hover
477
+ - \[Fixed\]: Typography – Fix hover tooltip height
478
+ - \[Fixed\]: DateRangePicker – Fix not show placeholder
479
+ - \[Fixed\]: Dropdown – Fix viewType outlined not show placeholder
480
+ - \[Fixed\]: Popover – Calculate position center when overflow
465
481
 
466
482
  ## 1.3.73
467
483
 
468
- - \[Added\]: Icon – PersonArrowRight
469
- - \[Added\]: MenuIcon – MHRM82N0001, MHRM82N0002
470
- - \[Fixed\]: Dropdown – Fix bug regex error in IOS
484
+ - \[Added\]: Icon – PersonArrowRight
485
+ - \[Added\]: MenuIcon – MHRM82N0001, MHRM82N0002
486
+ - \[Fixed\]: Dropdown – Fix bug regex error in IOS
471
487
 
472
488
  ## 1.3.72
473
489
 
474
- - \[Changed\]: Dropdown – Add prop multilineSelectedItem
490
+ - \[Changed\]: Dropdown – Add prop multilineSelectedItem
475
491
 
476
492
  ## 1.3.71
477
493
 
478
- - \[Changed\]: Tooltip – Add prop disableInteractive
479
- - \[Changed\]: Card – Update storybook Card
480
- - \[Changed\]: Dropdown – Add prop maximumSelectionLength
481
- - \[Fixed\]: TextInput – Fix bug cannot set status
482
- - \[Fixed\]: Button – Fix height of viewType outlined
483
- - \[Fixed\]: Grid – Fix topSpacing, leftSpacing not receive value 0
484
- - \[Fixed\]: Avatar – Fix bug change avatar when disabled; Add prop style
485
- - \[Fixed\]: Dropdown – Fix bug big image when use iconExpr
494
+ - \[Changed\]: Tooltip – Add prop disableInteractive
495
+ - \[Changed\]: Card – Update storybook Card
496
+ - \[Changed\]: Dropdown – Add prop maximumSelectionLength
497
+ - \[Fixed\]: TextInput – Fix bug cannot set status
498
+ - \[Fixed\]: Button – Fix height of viewType outlined
499
+ - \[Fixed\]: Grid – Fix topSpacing, leftSpacing not receive value 0
500
+ - \[Fixed\]: Avatar – Fix bug change avatar when disabled; Add prop style
501
+ - \[Fixed\]: Dropdown – Fix bug big image when use iconExpr
486
502
 
487
503
  ## 1.3.70
488
504
 
489
- - \[Changed\]: Checkbox – Add prop required
490
- - \[Changed\]: Radio – Add prop required
491
- - \[Changed\]: Toggle – Add prop required
492
- - \[Changed\]: Storybook – Add template storybook
493
- - \[Changed\]: MoneyInput, NumberInput, PhoneInput, TextInput – Add helperTextProps
494
- - \[Fixed\]: Tooltip – Add display flex
495
- - \[Fixed\]: Checkbox – Fix bug not show value when label is empty string
505
+ - \[Changed\]: Checkbox – Add prop required
506
+ - \[Changed\]: Radio – Add prop required
507
+ - \[Changed\]: Toggle – Add prop required
508
+ - \[Changed\]: Storybook – Add template storybook
509
+ - \[Changed\]: MoneyInput, NumberInput, PhoneInput, TextInput – Add helperTextProps
510
+ - \[Fixed\]: Tooltip – Add display flex
511
+ - \[Fixed\]: Checkbox – Fix bug not show value when label is empty string
496
512
 
497
513
  ## 1.3.69
498
514
 
499
- - \[Fixed\]: DatePicker – Fix not show placeholder
500
- - \[Fixed\]: DatePicker – Fix set value when select date
515
+ - \[Fixed\]: DatePicker – Fix not show placeholder
516
+ - \[Fixed\]: DatePicker – Fix set value when select date
501
517
 
502
518
  ## 1.3.68
503
519
 
504
- - \[Changed\]: PagingInfo – Update design
505
- - \[Changed\]: InputBase – Add func auto scale width, apply for NumberInput, TextInput
506
- - \[Changed\]: PagingSelector – Update functions in PagingSelector
507
- - \[Changed\]: NumberInput, MoneyInput, PhoneInput – Add prop labelProps
520
+ - \[Changed\]: PagingInfo – Update design
521
+ - \[Changed\]: InputBase – Add func auto scale width, apply for NumberInput, TextInput
522
+ - \[Changed\]: PagingSelector – Update functions in PagingSelector
523
+ - \[Changed\]: NumberInput, MoneyInput, PhoneInput – Add prop labelProps
508
524
 
509
525
  ## 1.3.67
510
526
 
511
- - \[Added\]: Icon – ListAlt, PersonSetting, Undo, ViewHeadline
512
- - \[Changed\]: OptionWrapper – Update OptionWrapper
513
- - \[Changed\]: Accordion – Change align AccordionSummary content to center
514
- - \[Changed\]: Dropdown – Add props searchExpr, searchMode
515
- - \[Changed\]: Row, Container – Update row spacing, Add component Container
516
- - \[Changed\]: Dropdown – Add hover tooltip when selected text value too long
517
- - \[Changed\]: Card – Update design
518
- - \[Changed\]: HelperText – Add props of Typography
519
- - \[Changed\]: Dropdown – Add hidden render item
520
- - \[Fixed\]: Button – Fix typography by size
521
- - \[Fixed\]: TECH – Fix babel warning
522
- - \[Fixed\]: Dropdown – Fix dropdown render out of screen
527
+ - \[Added\]: Icon – ListAlt, PersonSetting, Undo, ViewHeadline
528
+ - \[Changed\]: OptionWrapper – Update OptionWrapper
529
+ - \[Changed\]: Accordion – Change align AccordionSummary content to center
530
+ - \[Changed\]: Dropdown – Add props searchExpr, searchMode
531
+ - \[Changed\]: Row, Container – Update row spacing, Add component Container
532
+ - \[Changed\]: Dropdown – Add hover tooltip when selected text value too long
533
+ - \[Changed\]: Card – Update design
534
+ - \[Changed\]: HelperText – Add props of Typography
535
+ - \[Changed\]: Dropdown – Add hidden render item
536
+ - \[Fixed\]: Button – Fix typography by size
537
+ - \[Fixed\]: TECH – Fix babel warning
538
+ - \[Fixed\]: Dropdown – Fix dropdown render out of screen
523
539
 
524
540
  ## 1.3.66
525
541
 
526
- - \[Changed\]: THEME – Update makestyles
527
- - \[Changed\]: THEME – Refactoring makeStyles
528
- - \[Changed\]: Popover – Update Popover with new design
529
- - \[Changed\]: Status – Update Status with new design
530
- - \[Changed\]: Popover – Add prop clickOutsideToClose
531
- - \[Changed\]: TextInput – Add cursor not-allow when disabled
532
- - \[Changed\]: Tooltip – Add prop disabled
533
- - \[Changed\]: InputBase – Allow startIcon, endIcon as node
534
- - \[Fixed\]: TECH – Fix eslint, remove unused code
535
- - \[Fixed\]: Popover – Fix css children height and overflow
536
- - \[Fixed\]: Dropdown – Fix css disabled
537
- - \[Fixed\]: Label – Fix not show required when label too long
538
- - \[Fixed\]: Dropdown – Fix bug not reset search text when rerender
542
+ - \[Changed\]: THEME – Update makestyles
543
+ - \[Changed\]: THEME – Refactoring makeStyles
544
+ - \[Changed\]: Popover – Update Popover with new design
545
+ - \[Changed\]: Status – Update Status with new design
546
+ - \[Changed\]: Popover – Add prop clickOutsideToClose
547
+ - \[Changed\]: TextInput – Add cursor not-allow when disabled
548
+ - \[Changed\]: Tooltip – Add prop disabled
549
+ - \[Changed\]: InputBase – Allow startIcon, endIcon as node
550
+ - \[Fixed\]: TECH – Fix eslint, remove unused code
551
+ - \[Fixed\]: Popover – Fix css children height and overflow
552
+ - \[Fixed\]: Dropdown – Fix css disabled
553
+ - \[Fixed\]: Label – Fix not show required when label too long
554
+ - \[Fixed\]: Dropdown – Fix bug not reset search text when rerender
539
555
 
540
556
  ## 1.3.65
541
557
 
542
- - \[Changed\]: Dropdown – Add viewType none
558
+ - \[Changed\]: Dropdown – Add viewType none
543
559
 
544
560
  ## 1.3.64
545
561
 
546
- - \[Added\]: COLORS – Add new colors
547
- - \[Changed\]: Checkbox – Add case checked, defaultChecked is number 0,1
548
- - \[Changed\]: IconMenu – Update IconMenu colored
549
- - \[Fixed\]: ButtonIcon – Add onClick to propTypes
550
- - \[Fixed\]: Dropdown – Change default allowSearch true, prevent typing in input
562
+ - \[Added\]: COLORS – Add new colors
563
+ - \[Changed\]: Checkbox – Add case checked, defaultChecked is number 0,1
564
+ - \[Changed\]: IconMenu – Update IconMenu colored
565
+ - \[Fixed\]: ButtonIcon – Add onClick to propTypes
566
+ - \[Fixed\]: Dropdown – Change default allowSearch true, prevent typing in input
551
567
 
552
568
  ## 1.3.63
553
569
 
554
- - \[Changed\]: Collapse – Add props onClosed, onOpened
570
+ - \[Changed\]: Collapse – Add props onClosed, onOpened
555
571
 
556
572
  ## 1.3.62
557
573
 
558
- - \[Changed\]: Radio – Add value to event target
574
+ - \[Changed\]: Radio – Add value to event target
559
575
 
560
576
  ## 1.3.61
561
577
 
562
- - \[Added\]: MenuIcon – MHRM09N1035
563
- - \[Fixed\]: Dropdown – Fix bug not support Firefox browser
578
+ - \[Added\]: MenuIcon – MHRM09N1035
579
+ - \[Fixed\]: Dropdown – Fix bug not support Firefox browser
564
580
 
565
581
  ## 1.3.60
566
582
 
567
- - \[Added\]: NumberInput – Add props maxDigit
568
- - \[Changed\]: Icon – Pin, UnPin
569
- - \[Fixed\]: NumberInput – Fix bug decimalSymbol
583
+ - \[Added\]: NumberInput – Add props maxDigit
584
+ - \[Changed\]: Icon – Pin, UnPin
585
+ - \[Fixed\]: NumberInput – Fix bug decimalSymbol
570
586
 
571
587
  ## 1.3.59
572
588
 
573
- - \[Added\]: Icon – Export component Icon
574
- - \[Added\]: Icon – Groups, Photo
575
- - \[Fixed\]: Dropdown – Fix load more handler
589
+ - \[Added\]: Icon – Export component Icon
590
+ - \[Added\]: Icon – Groups, Photo
591
+ - \[Fixed\]: Dropdown – Fix load more handler
576
592
 
577
593
  ## 1.3.58
578
594
 
579
- - \[Added\]: Icon– Checkin, Checkout
580
- - \[Fixed\]: TreeView, Checkbox – Fix bug cannot select by click checkbox
595
+ - \[Added\]: Icon– Checkin, Checkout
596
+ - \[Fixed\]: TreeView, Checkbox – Fix bug cannot select by click checkbox
581
597
 
582
598
  ## 1.3.57
583
599
 
584
- - \[Added\]: MenuIcon – MHRM29N0005
585
- - \[Changed\]: MoneyInput – Update PagingSelector with new design
586
- - \[Fixed\]: Attachment – Fix bug not set overflow when close
587
- - \[Fixed\]: Alert, Notify – Fix bug not set overflow when close
588
- - \[Fixed\]: Datepicker – Fix bug not set overflow when close
600
+ - \[Added\]: MenuIcon – MHRM29N0005
601
+ - \[Changed\]: MoneyInput – Update PagingSelector with new design
602
+ - \[Fixed\]: Attachment – Fix bug not set overflow when close
603
+ - \[Fixed\]: Alert, Notify – Fix bug not set overflow when close
604
+ - \[Fixed\]: Datepicker – Fix bug not set overflow when close
589
605
 
590
606
  ## 1.3.56
591
607
 
592
- - \[Changed\]: PagingSelector – Update PagingSelector with new design
593
- - \[Changed\]: NumberInput – Return e.valueString
594
- - \[Fixed\]: Modal – Fix bug not set overflow when close
595
- - \[Fixed\]: Dropdown – Replace keyExpr with renderSelectedItem; Fix clear icon show wrong when not use prop value
596
- - \[Fixed\]: Dropdown – Fix bug search, load more
608
+ - \[Changed\]: PagingSelector – Update PagingSelector with new design
609
+ - \[Changed\]: NumberInput – Return e.valueString
610
+ - \[Fixed\]: Modal – Fix bug not set overflow when close
611
+ - \[Fixed\]: Dropdown – Replace keyExpr with renderSelectedItem; Fix clear icon show wrong when not use prop value
612
+ - \[Fixed\]: Dropdown – Fix bug search, load more
597
613
 
598
614
  ## 1.3.55
599
615
 
600
- - \[Added\]: MenuIcon – MHRM09N1040
601
- - \[Added\]: Icon – CalendarAdd
602
- - \[Changed\]: MoneyInput – Correct some cases of convert to words
603
- - \[Fixed\]: Input – Fix default placeholder; Hide placeholder when readOnly, or disabled
604
- - \[Fixed\]: ButtonIcon – Add event.persist()
605
- - \[Fixed\]: PagingInfo – Fix bug not go to first page when totalItems, itemsPerPage changed
616
+ - \[Added\]: MenuIcon – MHRM09N1040
617
+ - \[Added\]: Icon – CalendarAdd
618
+ - \[Changed\]: MoneyInput – Correct some cases of convert to words
619
+ - \[Fixed\]: Input – Fix default placeholder; Hide placeholder when readOnly, or disabled
620
+ - \[Fixed\]: ButtonIcon – Add event.persist()
621
+ - \[Fixed\]: PagingInfo – Fix bug not go to first page when totalItems, itemsPerPage changed
606
622
 
607
623
  ## 1.3.54
608
624
 
609
- - \[Changed\]: Popover – Allow prop anchor as element
610
- - \[Changed\]: Row, Col – Update responsive padding
611
- - \[Changed\]: PagingInfo – Add onChangingPage, onChangingPerPage
612
- - \[Changed\]: COLORS – Update fill/pressed, fill/focus (Design update)
613
- - \[Fixed\]: Dropdown – Fix bug css disabled when use prop iconExpr
614
- - \[Fixed\]: Dropdown – Fix bug prevent keydown ArrowUp, ArrowDown after search
615
- - \[Fixed\]: Checkbox – Add stopPropagation when onClick; Update spacing; Add width to CheckboxContainerCSS
616
- - \[Fixed\]: PopupV2 – Fix on close popup event
617
- - \[Fixed\]: Accordion – Fix bug useMemo disabled
618
- - \[Fixed\]: FormGroup – Fix bug css conflict component Col
619
- - \[Fixed\]: NumberInput – Fix position focus Input
625
+ - \[Changed\]: Popover – Allow prop anchor as element
626
+ - \[Changed\]: Row, Col – Update responsive padding
627
+ - \[Changed\]: PagingInfo – Add onChangingPage, onChangingPerPage
628
+ - \[Changed\]: COLORS – Update fill/pressed, fill/focus (Design update)
629
+ - \[Fixed\]: Dropdown – Fix bug css disabled when use prop iconExpr
630
+ - \[Fixed\]: Dropdown – Fix bug prevent keydown ArrowUp, ArrowDown after search
631
+ - \[Fixed\]: Checkbox – Add stopPropagation when onClick; Update spacing; Add width to CheckboxContainerCSS
632
+ - \[Fixed\]: PopupV2 – Fix on close popup event
633
+ - \[Fixed\]: Accordion – Fix bug useMemo disabled
634
+ - \[Fixed\]: FormGroup – Fix bug css conflict component Col
635
+ - \[Fixed\]: NumberInput – Fix position focus Input
620
636
 
621
637
  ## 1.3.53
622
638
 
623
- - \[Fixed\]: Dropdown – Fix bug icon Arrow not clickable when multiple
639
+ - \[Fixed\]: Dropdown – Fix bug icon Arrow not clickable when multiple
624
640
 
625
641
  ## 1.3.52
626
642
 
627
- - \[Fixed\]: Avatar – Add props onClick, allowEdit
628
- - \[Fixed\]: Typography – Fix tooltip width fit Typography
643
+ - \[Fixed\]: Avatar – Add props onClick, allowEdit
644
+ - \[Fixed\]: Typography – Fix tooltip width fit Typography
629
645
 
630
646
  ## 1.3.51
631
647
 
632
- - \[Fixed\]: THEME – Fix bug makeStyles add duplicate style tag into head tag
633
- - \[Fixed\]: Accordion – Change css AccordionSummary; Fix when children of AccordionGroup null
634
- - \[Fixed\]: InputBase – Fix disabled css
648
+ - \[Fixed\]: THEME – Fix bug makeStyles add duplicate style tag into head tag
649
+ - \[Fixed\]: Accordion – Change css AccordionSummary; Fix when children of AccordionGroup null
650
+ - \[Fixed\]: InputBase – Fix disabled css
635
651
 
636
652
  ## 1.3.50
637
653
 
638
- - \[Fixed\]: Dropdown – Fix dropdown onInput search
654
+ - \[Fixed\]: Dropdown – Fix dropdown onInput search
639
655
 
640
656
  ## 1.3.49
641
657
 
642
- - \[Added\]: MenuIcon – WA3F0100, WA3F1025, WA3F2000, WA3F2020, WA3F2030, WA3F2040, WA3F2100
643
- - \[Changed\]: Grid – Phát triển component Grid
644
- - \[Changed\]: THEME – Refactoring breakpoints
645
- - \[Fixed\]: Dropdown – Fix bug open dropdown by icon trigger double-click
658
+ - \[Added\]: MenuIcon – WA3F0100, WA3F1025, WA3F2000, WA3F2020, WA3F2030, WA3F2040, WA3F2100
659
+ - \[Changed\]: Grid – Phát triển component Grid
660
+ - \[Changed\]: THEME – Refactoring breakpoints
661
+ - \[Fixed\]: Dropdown – Fix bug open dropdown by icon trigger double-click
646
662
 
647
663
  ## 1.3.48
648
664
 
649
- - \[Added\]: MenuIcon – MHRM09N1030
650
- - \[Added\]: Icon – AssignmentInd
651
- - \[Changed\]: Dropdown – Prop searchDelayTime allow propTypes bool
652
- - \[Changed\]: Theme – Update getSpacing
653
- - \[Fixed\]: Dropdown – Fix bug use ref open dropdown not work
654
- - \[Fixed\]: Dropdown – Fix wrong width when use prop renderSelectedItem and clearAble
665
+ - \[Added\]: MenuIcon – MHRM09N1030
666
+ - \[Added\]: Icon – AssignmentInd
667
+ - \[Changed\]: Dropdown – Prop searchDelayTime allow propTypes bool
668
+ - \[Changed\]: Theme – Update getSpacing
669
+ - \[Fixed\]: Dropdown – Fix bug use ref open dropdown not work
670
+ - \[Fixed\]: Dropdown – Fix wrong width when use prop renderSelectedItem and clearAble
655
671
 
656
672
  ## 1.3.47
657
673
 
658
- - \[Fixed\]: Rating – Fix bug icon render incorrect, return value in func onRating
674
+ - \[Fixed\]: Rating – Fix bug icon render incorrect, return value in func onRating
659
675
 
660
676
  ## 1.3.46
661
677
 
662
- - \[Added\]: MenuIcon – MHRM09N1025
663
- - \[Changed\]: Dropdown – Ref set value not in dataSource
664
- - \[Changed\]: Dropdown – Add logic if multiple then selectBox is true
665
- - \[Fixed\]: Typography – Fix bug tooltip show wrong when hover
666
- - \[Fixed\]: Avatar – Fix bug flickering
667
- - \[Fixed\]: Radio – Fix cursor pointer:none when readonly - Fix event onchange - Fix warning
668
- - \[Fixed\]: Dropdown – Bug not reload dataSource when onClear
669
- - \[Fixed\]: Dropdown – Fix bug scroll to top after load more
678
+ - \[Added\]: MenuIcon – MHRM09N1025
679
+ - \[Changed\]: Dropdown – Ref set value not in dataSource
680
+ - \[Changed\]: Dropdown – Add logic if multiple then selectBox is true
681
+ - \[Fixed\]: Typography – Fix bug tooltip show wrong when hover
682
+ - \[Fixed\]: Avatar – Fix bug flickering
683
+ - \[Fixed\]: Radio – Fix cursor pointer:none when readonly - Fix event onchange - Fix warning
684
+ - \[Fixed\]: Dropdown – Bug not reload dataSource when onClear
685
+ - \[Fixed\]: Dropdown – Fix bug scroll to top after load more
670
686
 
671
687
  ## 1.3.45
672
688
 
673
- - \[Added\]: MenuIcon – MHRM00N0005, MHRM09N1015, MHRM09N1400, MHRP25L0101, MHRP25L0501, MHRM09N1020
674
- - \[Changed\]: LineChart – Allow pointsColor, pathColor use CORE colors; Add prop className, style, pointHoverAlignment
675
- - \[Changed\]: HelperText – Add truncates text 1 line
676
- - \[Fixed\]: TreeView – Fix css
677
- - \[Fixed\]: Dropdown – Fix bug when multiple or selectBox value not array
678
- - \[Fixed\]: Dropdown – Fix bug closeAfterSelect when multiple is true
689
+ - \[Added\]: MenuIcon – MHRM00N0005, MHRM09N1015, MHRM09N1400, MHRP25L0101, MHRP25L0501, MHRM09N1020
690
+ - \[Changed\]: LineChart – Allow pointsColor, pathColor use CORE colors; Add prop className, style, pointHoverAlignment
691
+ - \[Changed\]: HelperText – Add truncates text 1 line
692
+ - \[Fixed\]: TreeView – Fix css
693
+ - \[Fixed\]: Dropdown – Fix bug when multiple or selectBox value not array
694
+ - \[Fixed\]: Dropdown – Fix bug closeAfterSelect when multiple is true
679
695
 
680
696
  ## 1.3.44
681
697
 
682
- - \[Added\]: MenuIcon – MHRP09N0033
683
- - \[Changed\]: Modal – Add prop className
684
- - \[Changed\]: Slider – Update design button next, previous
685
- - \[Changed\]: Settings – Return CORE typography in setting
686
- - \[Changed\]: PagingInfo – Update design typeShort (Design update)
687
- - \[Fixed\]: DatePicker – Fix bug clearable when readOnly, picker out of screen
688
- - \[Fixed\]: DropdownBox – Fix bug press Tab close DropdownBox
689
- - \[Fixed\]: ButtonIcon – Change element tag from button to div; Fix ripple effect circular
690
- - \[Fixed\]: DatePicker – Fix bug warning proptype, keydown Tab not close DatePicker
691
- - \[Fixed\]: InputBase – Fix css disabled
698
+ - \[Added\]: MenuIcon – MHRP09N0033
699
+ - \[Changed\]: Modal – Add prop className
700
+ - \[Changed\]: Slider – Update design button next, previous
701
+ - \[Changed\]: Settings – Return CORE typography in setting
702
+ - \[Changed\]: PagingInfo – Update design typeShort (Design update)
703
+ - \[Fixed\]: DatePicker – Fix bug clearable when readOnly, picker out of screen
704
+ - \[Fixed\]: DropdownBox – Fix bug press Tab close DropdownBox
705
+ - \[Fixed\]: ButtonIcon – Change element tag from button to div; Fix ripple effect circular
706
+ - \[Fixed\]: DatePicker – Fix bug warning proptype, keydown Tab not close DatePicker
707
+ - \[Fixed\]: InputBase – Fix css disabled
692
708
 
693
709
  ## 1.3.43
694
710
 
695
- - \[Added\]: MenuIcon – MHRM00N0002, MHRM39N0018, MHRM39N0019, MHRM00N0003, MHRM00N0004 , MHRM13N0002, MHRM13N0003, MHRM29N0004
696
- - \[Changed\]: Checkbox - Add labelProps
697
- - \[Changed\]: PagingInfo - Add case listPerPage not include itemsPerPage
698
- - \[Changed\]: PagingInfo - Update design typeShort (Design update)
699
- - \[Changed\]: Tab - Update vertical tab (Design update)
700
- - \[Changed\]: Checkbox - Fix spacing & Update UI with New Design
701
- - \[Changed\]: Toggle - Add props readOnly - update UI with new design
702
- - \[Changed\]: Label - Reuse props of Typography component
703
- - \[Changed\]: TextInput - Change logic showing error
704
- - \[Fixed\]: TextInput - Optimize code, manage with hook useState
705
- - \[Fixed\]: InputBase - Optimize code, manage with hook useState
706
- - \[Fixed\]: DropdownBox - Change onChangeInput, delayOnInput according to new InputBase; Fix warning className
707
- - \[Fixed\]: FormGroup - Fix bug css
708
- - \[Fixed\]: NumberInput - Fix case VIE keyboard
711
+ - \[Added\]: MenuIcon – MHRM00N0002, MHRM39N0018, MHRM39N0019, MHRM00N0003, MHRM00N0004 , MHRM13N0002, MHRM13N0003, MHRM29N0004
712
+ - \[Changed\]: Checkbox - Add labelProps
713
+ - \[Changed\]: PagingInfo - Add case listPerPage not include itemsPerPage
714
+ - \[Changed\]: PagingInfo - Update design typeShort (Design update)
715
+ - \[Changed\]: Tab - Update vertical tab (Design update)
716
+ - \[Changed\]: Checkbox - Fix spacing & Update UI with New Design
717
+ - \[Changed\]: Toggle - Add props readOnly - update UI with new design
718
+ - \[Changed\]: Label - Reuse props of Typography component
719
+ - \[Changed\]: TextInput - Change logic showing error
720
+ - \[Fixed\]: TextInput - Optimize code, manage with hook useState
721
+ - \[Fixed\]: InputBase - Optimize code, manage with hook useState
722
+ - \[Fixed\]: DropdownBox - Change onChangeInput, delayOnInput according to new InputBase; Fix warning className
723
+ - \[Fixed\]: FormGroup - Fix bug css
724
+ - \[Fixed\]: NumberInput - Fix case VIE keyboard
709
725
 
710
726
  ## 1.3.42
711
727
 
712
- - \[Added\]: Icon - MoneyHistory, Calculate, ShoppingCart
728
+ - \[Added\]: Icon - MoneyHistory, Calculate, ShoppingCart
713
729
 
714
730
  ## 1.3.41
715
731
 
716
- - \[Fixed\]: DropdownBox - Fix zIndex
732
+ - \[Fixed\]: DropdownBox - Fix zIndex
717
733
 
718
734
  ## 1.3.40
719
735
 
720
- - \[Fixed\]: Slider - Fix bug can't view https file
721
- - \[Fixed\]: Typography - Fix word-wrap css
722
- - \[Fixed\]: Slider - Fix bug not showing pdf file with blob url
736
+ - \[Fixed\]: Slider - Fix bug can't view https file
737
+ - \[Fixed\]: Typography - Fix word-wrap css
738
+ - \[Fixed\]: Slider - Fix bug not showing pdf file with blob url
723
739
 
724
740
  ## 1.3.39
725
741
 
726
- - \[Added\]: MenuIcon - MHRM29N0003
742
+ - \[Added\]: MenuIcon - MHRM29N0003
727
743
 
728
744
  ## 1.3.38
729
745
 
730
- - \[Added\]: System - Phát triển chuẩn zIndex
731
- - \[Changed\]: NumberInput - Phát triển lại component NumberInput
732
- - \[Fixed\]: Accordion - Fix bug Accordion auto expand when render; Add prop style, id; Fix css
733
- - \[Fixed\]: Radio - Fix spacing & Update UI with New Design
734
- - \[Fixed\]: Toggle - Fix Toggle when label is line-break, Update style Toggle with new Design
735
- - \[Fixed\]: Divider - Fix width, height Divider
746
+ - \[Added\]: System - Phát triển chuẩn zIndex
747
+ - \[Changed\]: NumberInput - Phát triển lại component NumberInput
748
+ - \[Fixed\]: Accordion - Fix bug Accordion auto expand when render; Add prop style, id; Fix css
749
+ - \[Fixed\]: Radio - Fix spacing & Update UI with New Design
750
+ - \[Fixed\]: Toggle - Fix Toggle when label is line-break, Update style Toggle with new Design
751
+ - \[Fixed\]: Divider - Fix width, height Divider
736
752
 
737
753
  ## 1.3.37
738
754
 
739
- - \[Added\]: Icon – EditNote, Payment
740
- - \[Added\]: MenuIcon - MHRM29N0002
741
- - \[Changed\]: Alert - Add white background behind opacity background color
742
- - \[Changed\]: Tech - Add storybook for Colors
743
- - \[Changed\]: Attachment - Add ref method openFileDialog
744
- - \[Changed\]: Modal - Change position of Modal from center to top; Add prop alignment
745
- - \[Changed\]: Icon - Remove duplicate icons
746
- - \[Changed\]: Icon – Pdf, Word, Sheet
747
- - \[Fixed\]: Slider - Fix bug not showing pdf file
748
- - \[Fixed\]: Chip - Fix bug show wrong startIcon
749
- - \[Fixed\]: ModalHeader - Fix css; Add prop showClose
750
- - \[Fixed\]: Dropdown - Change error logic; Remove pointerEvent, userSelect when disabled; Add ref method setValue; Fix css disabled; Add prop onClosed
755
+ - \[Added\]: Icon – EditNote, Payment
756
+ - \[Added\]: MenuIcon - MHRM29N0002
757
+ - \[Changed\]: Alert - Add white background behind opacity background color
758
+ - \[Changed\]: Tech - Add storybook for Colors
759
+ - \[Changed\]: Attachment - Add ref method openFileDialog
760
+ - \[Changed\]: Modal - Change position of Modal from center to top; Add prop alignment
761
+ - \[Changed\]: Icon - Remove duplicate icons
762
+ - \[Changed\]: Icon – Pdf, Word, Sheet
763
+ - \[Fixed\]: Slider - Fix bug not showing pdf file
764
+ - \[Fixed\]: Chip - Fix bug show wrong startIcon
765
+ - \[Fixed\]: ModalHeader - Fix css; Add prop showClose
766
+ - \[Fixed\]: Dropdown - Change error logic; Remove pointerEvent, userSelect when disabled; Add ref method setValue; Fix css disabled; Add prop onClosed
751
767
 
752
768
  ## 1.3.36
753
769
 
754
- - \[Added\]: MenuIcon - W05F0013N0000, MHRP39N0017, MHRM09N0005, MHRM13N0001
755
- - \[Changed\]: Attachment - Add prop domain, isStripDomain
756
- - \[Changed\]: Tooltip - Add className
757
- - \[Changed\]: Avatar - Add Add lazyLoading
758
- - \[Changed\]: Popover - Change transition; Add prop direction; Add description on storybook
759
- - \[Changed\]: TECH - Hide unused components on storybook
760
- - \[Changed\]: Typography - Add prop showTooltip to show tooltip when content is clamped
761
- - \[Changed\]: DropdownBox - Add endIcon
762
- - \[Fixed\]: Tooltip - Fix bug not show tooltip; Optimize code
770
+ - \[Added\]: MenuIcon - W05F0013N0000, MHRP39N0017, MHRM09N0005, MHRM13N0001
771
+ - \[Changed\]: Attachment - Add prop domain, isStripDomain
772
+ - \[Changed\]: Tooltip - Add className
773
+ - \[Changed\]: Avatar - Add Add lazyLoading
774
+ - \[Changed\]: Popover - Change transition; Add prop direction; Add description on storybook
775
+ - \[Changed\]: TECH - Hide unused components on storybook
776
+ - \[Changed\]: Typography - Add prop showTooltip to show tooltip when content is clamped
777
+ - \[Changed\]: DropdownBox - Add endIcon
778
+ - \[Fixed\]: Tooltip - Fix bug not show tooltip; Optimize code
763
779
 
764
780
  ## 1.3.35
765
781
 
766
- - \[Added\]: Icon - AssignmentTurnedIn, DGNProducts
767
- - \[Added\]: MenuIcon - MHRP09N0032
768
- - \[Changed\]: Icon – Guide, Locate
769
- - \[Changed\]: Tab - Return callback onclick event, value; Add prop centered in TabHeader
770
- - \[Changed\]: MoneyInput - Add props convertToWords
771
- - \[Changed\]: Calendar - Allow select day of previous or next month
772
- - \[Changed\]: Tab - Change logic of TabPanel; Add lazyLoading; Apply general css
773
- - \[Fixed\]: Tab - Fix bug React.cloneElement when pass null in TabContainer, TabHeader
774
- - \[Fixed\]: Dropdown - Remove min-width
775
- - \[Fixed\]: SYSTEM - Format source code with prettier
776
- - \[Fixed\]: Label - Fix pixel perfect
777
- - \[Fixed\]: Dropdown - Fix bug not show last search value
778
- - \[Fixed\]: Dropdown - Fix bug render icon; Show valueExpr when not have displayExpr
779
- - \[Fixed\]: Chip - Remove unused variable
780
- - \[Fixed\]: Badge - Fix iconProps not in useMemo dependency
782
+ - \[Added\]: Icon - AssignmentTurnedIn, DGNProducts
783
+ - \[Added\]: MenuIcon - MHRP09N0032
784
+ - \[Changed\]: Icon – Guide, Locate
785
+ - \[Changed\]: Tab - Return callback onclick event, value; Add prop centered in TabHeader
786
+ - \[Changed\]: MoneyInput - Add props convertToWords
787
+ - \[Changed\]: Calendar - Allow select day of previous or next month
788
+ - \[Changed\]: Tab - Change logic of TabPanel; Add lazyLoading; Apply general css
789
+ - \[Fixed\]: Tab - Fix bug React.cloneElement when pass null in TabContainer, TabHeader
790
+ - \[Fixed\]: Dropdown - Remove min-width
791
+ - \[Fixed\]: SYSTEM - Format source code with prettier
792
+ - \[Fixed\]: Label - Fix pixel perfect
793
+ - \[Fixed\]: Dropdown - Fix bug not show last search value
794
+ - \[Fixed\]: Dropdown - Fix bug render icon; Show valueExpr when not have displayExpr
795
+ - \[Fixed\]: Chip - Remove unused variable
796
+ - \[Fixed\]: Badge - Fix iconProps not in useMemo dependency
781
797
 
782
798
  ## 1.3.34
783
799
 
784
- - \[Added\]: Icon - ArrowSwapHoriz, PaperZoom
785
- - \[Added\]: MenuIcon - ALL, D00, D09, D13, D15, D21, D25, D29, D38, D39, D51, D52, D77, D84, D89
786
- - \[Changed\]: Typography - Add case ellipsis, multiple lines
787
- - \[Changed\]: Badge - Phát triển lại component Badge
788
- - \[Changed\]: Typography - Add type options ( full & short)
789
- - \[Changed\]: ButtonIcon - Change UI color of viewType ghost (Design update)
790
- - \[Changed\]: Chip - startIcon, endIcon accept string as CORE icon
791
- - \[Changed\]: Dropdown - Allow use prop valueObjectDefault without prop onLoadMore
792
- - \[Changed\]: Icon - Allow using CORE colors, replace general css, add OptionWrapper
793
- - \[Changed\]: DropdownBox - Fix bug event onClickOutside
794
- - \[Fixed\]: Change css, typography, colors
795
- - \[Fixed\]: Avatar - Fix default svg viewBox
796
- - \[Fixed\]: ButtonIcon - Fix custom width height for viewType ghost
797
- - \[Fixed\]: ButtonIcon - Remove overflow hidden, fix Ripple when use circular ButtonIcon
798
- - \[Fixed\]: Button - Fix warning `ref` is not a prop
799
- - \[Fixed\]: Avatar - Fix actionIconWidth, actionIconHeight; Optimize code
800
- - \[Fixed\]: Toggle - Fix case value, defaultValue input is number 0,1
801
- - \[Fixed\]: ButtonIcon - Add min-width, min-height
802
- - \[Fixed\]: Dropdown - Fix bug cannot select data in editCellRender of DataGrid
800
+ - \[Added\]: Icon - ArrowSwapHoriz, PaperZoom
801
+ - \[Added\]: MenuIcon - ALL, D00, D09, D13, D15, D21, D25, D29, D38, D39, D51, D52, D77, D84, D89
802
+ - \[Changed\]: Typography - Add case ellipsis, multiple lines
803
+ - \[Changed\]: Badge - Phát triển lại component Badge
804
+ - \[Changed\]: Typography - Add type options ( full & short)
805
+ - \[Changed\]: ButtonIcon - Change UI color of viewType ghost (Design update)
806
+ - \[Changed\]: Chip - startIcon, endIcon accept string as CORE icon
807
+ - \[Changed\]: Dropdown - Allow use prop valueObjectDefault without prop onLoadMore
808
+ - \[Changed\]: Icon - Allow using CORE colors, replace general css, add OptionWrapper
809
+ - \[Changed\]: DropdownBox - Fix bug event onClickOutside
810
+ - \[Fixed\]: Change css, typography, colors
811
+ - \[Fixed\]: Avatar - Fix default svg viewBox
812
+ - \[Fixed\]: ButtonIcon - Fix custom width height for viewType ghost
813
+ - \[Fixed\]: ButtonIcon - Remove overflow hidden, fix Ripple when use circular ButtonIcon
814
+ - \[Fixed\]: Button - Fix warning `ref` is not a prop
815
+ - \[Fixed\]: Avatar - Fix actionIconWidth, actionIconHeight; Optimize code
816
+ - \[Fixed\]: Toggle - Fix case value, defaultValue input is number 0,1
817
+ - \[Fixed\]: ButtonIcon - Add min-width, min-height
818
+ - \[Fixed\]: Dropdown - Fix bug cannot select data in editCellRender of DataGrid
803
819
 
804
820
  ## 1.3.33
805
821
 
806
- - \[Fixed\]: Dropdown - Fix show wrong when valueObjectDefault is empty object
807
- - \[Fixed\]: Button, ButtonIcon - Fix classname
822
+ - \[Fixed\]: Dropdown - Fix show wrong when valueObjectDefault is empty object
823
+ - \[Fixed\]: Button, ButtonIcon - Fix classname
808
824
 
809
825
  ## 1.3.32
810
826
 
811
- - \[Added\]: SYSTEM - Add color text/disabled
812
- - \[Added\]: Icon - Bookmark, Money
813
- - \[Changed\]: Icon - ChatBubble
814
- - \[Fixed\]: Popover - Fix bug not close popover on Modal
815
- - \[Fixed\]: DropdownBox - Return element in onChangeInput prop
816
- - \[Fixed\]: InputBase, Dropdown - Change default placeholder
827
+ - \[Added\]: SYSTEM - Add color text/disabled
828
+ - \[Added\]: Icon - Bookmark, Money
829
+ - \[Changed\]: Icon - ChatBubble
830
+ - \[Fixed\]: Popover - Fix bug not close popover on Modal
831
+ - \[Fixed\]: DropdownBox - Return element in onChangeInput prop
832
+ - \[Fixed\]: InputBase, Dropdown - Change default placeholder
817
833
 
818
834
  ## 1.3.31
819
835
 
820
- - \[Added\]: MenuIcon - W05F0011N0000
821
- - \[Changed\]: SYSTEM - Replace color text from string to object
822
- - \[Fixed\]: Toggle - Manage prop checked with useState
823
- - \[Fixed\]: Checkbox - Fix perfect pixel
824
- - \[Fixed\]: Button, ButtonIcon - Add Event.stopPropagation()
825
- - \[Fixed\]: Dropdown - Fix bug clear data Dropdown close DropdownBox
826
- - \[Fixed\]: NumberInput - Fix bug compare string
827
- - \[Fixed\]: Accordion - Fix css min-height AccordionSummary
836
+ - \[Added\]: MenuIcon - W05F0011N0000
837
+ - \[Changed\]: SYSTEM - Replace color text from string to object
838
+ - \[Fixed\]: Toggle - Manage prop checked with useState
839
+ - \[Fixed\]: Checkbox - Fix perfect pixel
840
+ - \[Fixed\]: Button, ButtonIcon - Add Event.stopPropagation()
841
+ - \[Fixed\]: Dropdown - Fix bug clear data Dropdown close DropdownBox
842
+ - \[Fixed\]: NumberInput - Fix bug compare string
843
+ - \[Fixed\]: Accordion - Fix css min-height AccordionSummary
828
844
 
829
845
  ## 1.3.29
830
846
 
831
- - \[Added\]: Icon - Bug, Link
832
- - \[Added\]: MenuIcon - MHRM09N0004, MHRP29N0023
833
- - \[Changed\]: Accordion - Update Accordion, add expended like expend (keep prop expend), fix logic
834
- - \[Changed\]: Button - Add HOC OptionWrapper to Button
835
- - \[Changed\]: ButtonIcon - Add custom width height
836
- - \[Fixed\]: Button - Fix Typography white-space nowrap, icon width height, add min-width, hide prop 'text'
837
- - \[Fixed\]: Dropdown - Fix bug clear data Dropdown close DropdownBox
838
- - \[Fixed\]: PopupV2 - Fix wrong icon color of type danger
839
- - \[Fixed\]: Accordion - Fix css min-height AccordionSummary
840
- - \[Fixed\]: Button, ButtonIcon - Remove prop disabled in tag <button>
841
- - \[Fixed\]: ButtonIcon - Fix ref of ButtonIcon, Add HOC OptionWrapper
842
- - \[Fixed\]: Tab - Fix css, Add style, className
847
+ - \[Added\]: Icon - Bug, Link
848
+ - \[Added\]: MenuIcon - MHRM09N0004, MHRP29N0023
849
+ - \[Changed\]: Accordion - Update Accordion, add expended like expend (keep prop expend), fix logic
850
+ - \[Changed\]: Button - Add HOC OptionWrapper to Button
851
+ - \[Changed\]: ButtonIcon - Add custom width height
852
+ - \[Fixed\]: Button - Fix Typography white-space nowrap, icon width height, add min-width, hide prop 'text'
853
+ - \[Fixed\]: Dropdown - Fix bug clear data Dropdown close DropdownBox
854
+ - \[Fixed\]: PopupV2 - Fix wrong icon color of type danger
855
+ - \[Fixed\]: Accordion - Fix css min-height AccordionSummary
856
+ - \[Fixed\]: Button, ButtonIcon - Remove prop disabled in tag `<button>`
857
+ - \[Fixed\]: ButtonIcon - Fix ref of ButtonIcon, Add HOC OptionWrapper
858
+ - \[Fixed\]: Tab - Fix css, Add style, className
843
859
 
844
860
  ## 1.3.27
845
861
 
846
- - \[Added\]: MenuIcon - D05, D06, D90R, DBC, MHRP09N0030, MHRP09N0031, MHRP29N0021, MHRP29N0022
847
- - \[Added\]: Icon - Share, InsuranceHistory, School, Assessment, Ninedot, MoreHoriz, HalfClock, List, Treeview, NotificationV2, Website, Update, InfoCancel, CheckList, SpeedHigh, SpeedLow, PersonSync, SaveCancel, ApprovalOutLine, ApprovalCancel, FilterFilled
848
- - \[Changed\]: TECH - Check and correct typography of all components
849
- - \[Changed\]: TECH - Check and correct colors of some components
850
- - \[Changed\]: PageInfo - Phát triển lại component PageInfo
851
- - \[Changed\]: Icon - Remove effect; fix css; change storybook
852
- - \[Changed\]: PopupV2 - Replace close button with ButtonIcon (Design update)
853
- - \[Changed\]: ButtonIcon - Add props colorHover to custom hover color for ButtonIcon with color 'default'
854
- - \[Changed\]: Badge - Phát triển lại component Badge
855
- - \[Changed\]: Icon - Change icon Archive to ApprovalFilled
856
- - \[Changed\]: DropdownBox - Add props onChangeInput, delayOnInput
857
- - \[Changed\]: Icon - Fix storybook remove outlineIcon, underlineIcon
858
- - \[Changed\]: Icon - PersonRate, Warehouse, PersonHistory, FolderInsurance, Maximize, Minimize, Scan, ArrowLeftFilled, ArrowRightFilled, ArrowUpFilled, ArrowDownFilled, CancelFilled, CloseFilled, BackFilled, AddFilled, PlusFilled, MinusFilled, Setting, Notification, Logout, LogoutV2, Login, Failed, PaperFilled, ListAprroval, StarFilled, StarOutline
859
- - \[Fixed\]: Status - Fix height not flexible; Fix perfect pixel
860
- - \[Fixed\]: Button - Fix perfect pixel
861
- - \[Fixed\]: Dropdown - Optimize code
862
- - \[Fixed\]: PopupV2 - Fix bug show less, more of description
863
- - \[Fixed\]: Alert - Fix perfect pixel; Add size tiny
864
- - \[Fixed\]: Attachment - Update localize
865
- - \[Fixed\]: Button - Remove margin css
866
- - \[Fixed\]: Label - Add css ellipsis, fix colors
867
- - \[Fixed\]: Divider - Fix css, colors
868
- - \[Fixed\]: Dropdown - Fix show wrong icon clear
869
- - \[Fixed\]: Rating - Optimize code
870
- - \[Fixed\]: DropdownBox - Fix bug not show dropdown
871
- - \[Fixed\]: Button - Fix css Button with icon and Button without icon not in same row
872
- - \[Fixed\]: TECH - Fix wrong color of Alert, Button, ButtonIcon, Paging, PopupV2, Rating
873
- - \[Fixed\]: Dropdown - Fix bug show hide wrong on mobile
874
- - \[Fixed\]: Datepicker - Fix bug not show defaultValue, warning when pass moment instance to date prop
875
- - \[Fixed\]: Status - Fix css text to nowrap
876
- - \[Fixed\]: Dropdown - Fix bug not show error when use multiple
862
+ - \[Added\]: MenuIcon - D05, D06, D90R, DBC, MHRP09N0030, MHRP09N0031, MHRP29N0021, MHRP29N0022
863
+ - \[Added\]: Icon - Share, InsuranceHistory, School, Assessment, Ninedot, MoreHoriz, HalfClock, List, Treeview, NotificationV2, Website, Update, InfoCancel, CheckList, SpeedHigh, SpeedLow, PersonSync, SaveCancel, ApprovalOutLine, ApprovalCancel, FilterFilled
864
+ - \[Changed\]: TECH - Check and correct typography of all components
865
+ - \[Changed\]: TECH - Check and correct colors of some components
866
+ - \[Changed\]: PageInfo - Phát triển lại component PageInfo
867
+ - \[Changed\]: Icon - Remove effect; fix css; change storybook
868
+ - \[Changed\]: PopupV2 - Replace close button with ButtonIcon (Design update)
869
+ - \[Changed\]: ButtonIcon - Add props colorHover to custom hover color for ButtonIcon with color 'default'
870
+ - \[Changed\]: Badge - Phát triển lại component Badge
871
+ - \[Changed\]: Icon - Change icon Archive to ApprovalFilled
872
+ - \[Changed\]: DropdownBox - Add props onChangeInput, delayOnInput
873
+ - \[Changed\]: Icon - Fix storybook remove outlineIcon, underlineIcon
874
+ - \[Changed\]: Icon - PersonRate, Warehouse, PersonHistory, FolderInsurance, Maximize, Minimize, Scan, ArrowLeftFilled, ArrowRightFilled, ArrowUpFilled, ArrowDownFilled, CancelFilled, CloseFilled, BackFilled, AddFilled, PlusFilled, MinusFilled, Setting, Notification, Logout, LogoutV2, Login, Failed, PaperFilled, ListAprroval, StarFilled, StarOutline
875
+ - \[Fixed\]: Status - Fix height not flexible; Fix perfect pixel
876
+ - \[Fixed\]: Button - Fix perfect pixel
877
+ - \[Fixed\]: Dropdown - Optimize code
878
+ - \[Fixed\]: PopupV2 - Fix bug show less, more of description
879
+ - \[Fixed\]: Alert - Fix perfect pixel; Add size tiny
880
+ - \[Fixed\]: Attachment - Update localize
881
+ - \[Fixed\]: Button - Remove margin css
882
+ - \[Fixed\]: Label - Add css ellipsis, fix colors
883
+ - \[Fixed\]: Divider - Fix css, colors
884
+ - \[Fixed\]: Dropdown - Fix show wrong icon clear
885
+ - \[Fixed\]: Rating - Optimize code
886
+ - \[Fixed\]: DropdownBox - Fix bug not show dropdown
887
+ - \[Fixed\]: Button - Fix css Button with icon and Button without icon not in same row
888
+ - \[Fixed\]: TECH - Fix wrong color of Alert, Button, ButtonIcon, Paging, PopupV2, Rating
889
+ - \[Fixed\]: Dropdown - Fix bug show hide wrong on mobile
890
+ - \[Fixed\]: Datepicker - Fix bug not show defaultValue, warning when pass moment instance to date prop
891
+ - \[Fixed\]: Status - Fix css text to nowrap
892
+ - \[Fixed\]: Dropdown - Fix bug not show error when use multiple
877
893
 
878
894
  ## 1.3.25
879
895
 
880
- - \[Added\]: Icon - PersonRate
881
- - \[Added\]: MenuIcon - MHRP39N0015, MHRP29N0012, TASK, MHRP09N0028, MHRP09N0029
882
- - \[Changed\]: MenuIcon - Rename Menu Icon ERP
883
- - \[Changed\]: ButtonIcon - Update UI (Design update)
884
- - \[Changed\]: Fonts - Add fonts to assets
885
- - \[Changed\]: TECH - Replace <Icon /> with <ButtonIcon />
886
- - \[Changed\]: Icon - Bag, Calendar, Clock, Copy, Edit, Export, Login, Logout, Mail, Mapping, Marker, Paper, Phone, PlanePaper, QuestionMark, Save, Send, Wait, Menu
887
- - \[Fixed\]: Chip - Fix css width not max-content
888
- - \[Fixed\]: Avatar - Fix bug Cannot read properties of null (reading 'querySelector')
889
- - \[Fixed\]: DropdownBox - Fix bug DropdownBox not close when open modal
890
- - \[Fixed\]: Dropdown - Remove ::after border-color when focus
891
- - \[Changed\]: InputBase - Add text-overflow ellipsis
892
- - \[Fixed\]: Dropdown - Fix bug cannot read properties of null (reading 'childNodes')
893
- - \[Fixed\]: Dropdown - Fix bug scrollbar covering search bar of treeview
894
- - \[Fixed\]: Avatar - Fix bug wrong size of default icon
895
- - \[Fixed\]: PopupV2 - Fix bug not set open state when call onConfirm, onCancel
896
+ - \[Added\]: Icon - PersonRate
897
+ - \[Added\]: MenuIcon - MHRP39N0015, MHRP29N0012, TASK, MHRP09N0028, MHRP09N0029
898
+ - \[Changed\]: MenuIcon - Rename Menu Icon ERP
899
+ - \[Changed\]: ButtonIcon - Update UI (Design update)
900
+ - \[Changed\]: Fonts - Add fonts to assets
901
+ - \[Changed\]: TECH - Replace `<Icon />` with `<ButtonIcon />`
902
+ - \[Changed\]: Icon - Bag, Calendar, Clock, Copy, Edit, Export, Login, Logout, Mail, Mapping, Marker, Paper, Phone, PlanePaper, QuestionMark, Save, Send, Wait, Menu
903
+ - \[Fixed\]: Chip - Fix css width not max-content
904
+ - \[Fixed\]: Avatar - Fix bug Cannot read properties of null (reading 'querySelector')
905
+ - \[Fixed\]: DropdownBox - Fix bug DropdownBox not close when open modal
906
+ - \[Fixed\]: Dropdown - Remove ::after border-color when focus
907
+ - \[Changed\]: InputBase - Add text-overflow ellipsis
908
+ - \[Fixed\]: Dropdown - Fix bug cannot read properties of null (reading 'childNodes')
909
+ - \[Fixed\]: Dropdown - Fix bug scrollbar covering search bar of treeview
910
+ - \[Fixed\]: Avatar - Fix bug wrong size of default icon
911
+ - \[Fixed\]: PopupV2 - Fix bug not set open state when call onConfirm, onCancel
896
912
 
897
913
  ## Changelog
898
914
 
899
915
  ## 1.3.24
900
916
 
901
- - \[Add\]: Icon - HourGlass
902
- - \[Add\]: IconMenu - MHRM84N0002, MHRP39N0014, MHRP09N0024, MHRP09N0025, MHRP09N0026, MHRP09N0027, MHRP29N0019, MHRP29N0020
903
- - \[Changed\]: Icon - Update file svg History, View, ArrowDoubleDown, ArrowDoubleLeft, ArrowDoubleRight, ArrowDoubleUp, Deny
904
- - \[Changed\]: FormControl - Add PropTypes 'node' to props 'label' of DatePicker, Dropdown, MoneyInput, NumberInput, TextInput, TimePicker
905
- - \[Changed\]: Accordion - Add tabIndex -1 to allow focusable (Design require)
906
- - \[Fixed\]: Accordion - Fix bug 'The pseudo class ":first-child" is potentially unsafe when doing server-side rendering'
907
- - \[Fixed\]: TreeView - Hotfix UI Accordion in TreeView
908
- - \[Fixed\]: Tab - Fix demo storybook
909
- - \[Fixed\]: Tab - Fix 'children' prop-types; allow using both 'label' and 'children' props
910
- - \[Fixed\]: Button - Update storybook Button, ButtonIcon, ButtonMore
911
- - \[Fixed\]: DropdownBox - Fix cannot log ref function
912
- - \[Fixed\]: DropdownBox - Fix bug scroll
917
+ - \[Add\]: Icon - HourGlass
918
+ - \[Add\]: IconMenu - MHRM84N0002, MHRP39N0014, MHRP09N0024, MHRP09N0025, MHRP09N0026, MHRP09N0027, MHRP29N0019, MHRP29N0020
919
+ - \[Changed\]: Icon - Update file svg History, View, ArrowDoubleDown, ArrowDoubleLeft, ArrowDoubleRight, ArrowDoubleUp, Deny
920
+ - \[Changed\]: FormControl - Add PropTypes 'node' to props 'label' of DatePicker, Dropdown, MoneyInput, NumberInput, TextInput, TimePicker
921
+ - \[Changed\]: Accordion - Add tabIndex -1 to allow focusable (Design require)
922
+ - \[Fixed\]: Accordion - Fix bug 'The pseudo class ":first-child" is potentially unsafe when doing server-side rendering'
923
+ - \[Fixed\]: TreeView - Hotfix UI Accordion in TreeView
924
+ - \[Fixed\]: Tab - Fix demo storybook
925
+ - \[Fixed\]: Tab - Fix 'children' prop-types; allow using both 'label' and 'children' props
926
+ - \[Fixed\]: Button - Update storybook Button, ButtonIcon, ButtonMore
927
+ - \[Fixed\]: DropdownBox - Fix cannot log ref function
928
+ - \[Fixed\]: DropdownBox - Fix bug scroll
913
929
 
914
930
  ## 1.3.23
915
931
 
916
- - \[Changed\]: Tab - Update design
917
- - \[Changed\]: Theme - Add font-face
918
- - \[Fixed\]: Tab - Fix perfect pixel, add scrollButtons
919
- - \[Fixed\]: Avatar - Fix zIndex of Popover lower than Modal, add background-image
920
- - \[Fixed\]: Popover - Fix zIndex of Popover lower than Modal
921
- - \[Fixed\]: Dropdown - Fix bug scroll
922
- - \[Fixed\]: Avatar - Add event when use prop hoverAble on mobile, remove tooltip arrow
932
+ - \[Changed\]: Tab - Update design
933
+ - \[Changed\]: Theme - Add font-face
934
+ - \[Fixed\]: Tab - Fix perfect pixel, add scrollButtons
935
+ - \[Fixed\]: Avatar - Fix zIndex of Popover lower than Modal, add background-image
936
+ - \[Fixed\]: Popover - Fix zIndex of Popover lower than Modal
937
+ - \[Fixed\]: Dropdown - Fix bug scroll
938
+ - \[Fixed\]: Avatar - Add event when use prop hoverAble on mobile, remove tooltip arrow
923
939
 
924
940
  ## 1.3.22
925
941
 
926
- - \[Fixed\]: Popup - Fix description with content as html.
927
- - \[Added\]: IconV2 - Thay đổi cơ chê quản lý danh sách Icon.
942
+ - \[Fixed\]: Popup - Fix description with content as html.
943
+ - \[Added\]: IconV2 - Thay đổi cơ chê quản lý danh sách Icon.
928
944
 
929
945
  ## 1.3.21
930
946
 
931
- - \[Fixed\]: Fixed a CORE bug that caused an error for projects lower than ios13
932
- - \[Fixed\]: Label - Fix margin different from design
933
- - \[Fixed\]: Attachment - Fix bug transition, fix css
934
- - \[Fixed\]: Icon - Fix not show "Copy Đường Dẫn thành công" when click ERP icon
935
- - \[Changed\]: Accordion - Redevelop component Accordion
936
- - \[Changed\]: Attachment - Add prop readOnly
937
- - \[Changed\]: Tab - Add prop level
938
- - \[Changed\]: Icon - Update Icon W05F0001, W05F0008, W06F0001
939
- - \[Added\]: Icon - Add W06F0008, MHRM39N0014, MHRM39N0015, PaperView
947
+ - \[Fixed\]: Fixed a CORE bug that caused an error for projects lower than ios13
948
+ - \[Fixed\]: Label - Fix margin different from design
949
+ - \[Fixed\]: Attachment - Fix bug transition, fix css
950
+ - \[Fixed\]: Icon - Fix not show "Copy Đường Dẫn thành công" when click ERP icon
951
+ - \[Changed\]: Accordion - Redevelop component Accordion
952
+ - \[Changed\]: Attachment - Add prop readOnly
953
+ - \[Changed\]: Tab - Add prop level
954
+ - \[Changed\]: Icon - Update Icon W05F0001, W05F0008, W06F0001
955
+ - \[Added\]: Icon - Add W06F0008, MHRM39N0014, MHRM39N0015, PaperView
940
956
 
941
957
  ## 1.3.20
942
958
 
943
- - \[Fixed\]: Popup - Fix css position causing not showing (IOS)
959
+ - \[Fixed\]: Popup - Fix css position causing not showing (IOS)
944
960
 
945
961
  ## 1.3.19
946
962
 
947
- - \[Fixed\]: DatetimePicker - enabled onClick when InputBase readonly
948
- - \[Fixed\]: DatePicker - Remove min-width 200px, Add Tooltip when width smaller than 200px
949
- - \[Fixed\]: Modal - Fix bug scroll not working on Firefox
950
- - \[Fixed\]: Popup - Fix popup on safari IOS (iphone ios 13.x.x trở xuống)
951
- - \[Fixed\]: Tab - Fix bug flickering when re-render
963
+ - \[Fixed\]: DatetimePicker - enabled onClick when InputBase readonly
964
+ - \[Fixed\]: DatePicker - Remove min-width 200px, Add Tooltip when width smaller than 200px
965
+ - \[Fixed\]: Modal - Fix bug scroll not working on Firefox
966
+ - \[Fixed\]: Popup - Fix popup on safari IOS (iphone ios 13.x.x trở xuống)
967
+ - \[Fixed\]: Tab - Fix bug flickering when re-render
952
968
 
953
969
  ## 1.3.18
954
970
 
955
- - \[Changed\]:Tab - Phát triển lại component Tab
956
- - \[Fixed\]: Attachment - Error can not read property "style"
957
- - \[Changed\]: Popover - Add functions by ref (show, close, setPosition)
958
- - \[Changed\]: DropdownBox - Fix bug "React does not recognize the "dropdownBoxStyle" prop on a DOM element"
959
- - \[Changed\]: Input - Update style status Disabled/ReadOnly
960
- - \[Changed\]: Button - Add staus loading
961
- - \[Fixed\]: Dropdown - Fix don't receive "disabled" prop once again when to change disabled
962
- - \[Change\]: Button - Return callback onclick event
963
- - \[Change\]: Rating - Not change color icon outline with custom props.
971
+ - \[Changed\]:Tab - Phát triển lại component Tab
972
+ - \[Fixed\]: Attachment - Error can not read property "style"
973
+ - \[Changed\]: Popover - Add functions by ref (show, close, setPosition)
974
+ - \[Changed\]: DropdownBox - Fix bug "React does not recognize the "dropdownBoxStyle" prop on a DOM element"
975
+ - \[Changed\]: Input - Update style status Disabled/ReadOnly
976
+ - \[Changed\]: Button - Add staus loading
977
+ - \[Fixed\]: Dropdown - Fix don't receive "disabled" prop once again when to change disabled
978
+ - \[Change\]: Button - Return callback onclick event
979
+ - \[Change\]: Rating - Not change color icon outline with custom props.
964
980
 
965
981
  ## 1.3.17
966
982
 
967
- - \[Added\]: Icon - Add PlaylistAdd, CalendarBlankRounded icons, AddCircle icon.
968
-
969
- - \[Changed\]: Popup V2 - Fix decription.length
983
+ - \[Added\]: Icon - Add PlaylistAdd, CalendarBlankRounded icons, AddCircle icon.
984
+ - \[Changed\]: Popup V2 - Fix decription.length
970
985
 
971
986
  ## 1.3.15
972
987
 
973
- - \[Added\]: Icon - Add PlaylistAdd, CalendarBlankRounded icons
974
-
975
- - \[Changed\]: Popup V2 - Add scrollbar, change animation, add type Yes/No
976
- - \[Changed\]: Popup V2 - Fix pixel perfect, fix word-break
977
-
978
- - \[Fixed\]: Text - fix word-break
979
-
980
- - \[Changed\]: Input - return limit for onLoadMore function, Add disabled item.
981
- - \[Fixed\]: Input - Fix disabled label
988
+ - \[Added\]: Icon - Add PlaylistAdd, CalendarBlankRounded icons
989
+ - \[Changed\]: Popup V2 - Add scrollbar, change animation, add type Yes/No
990
+ - \[Changed\]: Popup V2 - Fix pixel perfect, fix word-break
991
+ - \[Fixed\]: Text - fix word-break
992
+ - \[Changed\]: Input - return limit for onLoadMore function, Add disabled item.
993
+ - \[Fixed\]: Input - Fix disabled label
982
994
 
983
995
  ## 1.3.13
984
996
 
985
- - \[Added\]: Icon - Add Monetization icons
986
-
987
- - \[Changed\]: Popup - remove DOM after close
988
- - \[Changed\]: Popup V2 - Add zIndex, Remove required description, Update storybook
989
-
990
- - \[Fixed\]: Input - DatePicker remove InputValue when value invalid
991
- - \[Fixed\]: Input - DateRangePicker set input value for more than one in english case
992
- - \[Fixed\]: Tab - TabContainer fix error eventSlide not running and fix error classList when not tabItem
993
- - \[Fixed\]: Theme - fix makeStyles with @media
997
+ - \[Added\]: Icon - Add Monetization icons
998
+ - \[Changed\]: Popup - remove DOM after close
999
+ - \[Changed\]: Popup V2 - Add zIndex, Remove required description, Update storybook
1000
+ - \[Fixed\]: Input - DatePicker remove InputValue when value invalid
1001
+ - \[Fixed\]: Input - DateRangePicker set input value for more than one in english case
1002
+ - \[Fixed\]: Tab - TabContainer fix error eventSlide not running and fix error classList when not tabItem
1003
+ - \[Fixed\]: Theme - fix makeStyles with @media
994
1004
 
995
1005
  ## 1.3.12
996
1006
 
997
- - \[Added\]: Theme - Additional breakpoints for responsive
998
- - \[Added\]: system - Color-helper add new func isColor
999
- - \[Added\]: Tab - slide effect for TabPanel
1000
-
1001
- - \[Changed\]: Attachment - handle sort with data, and use as an option
1002
- - \[Changed\]: DateRangePicker - change style of text for mobile device
1003
- - \[Changed\]: Chart - PieChart animation text, tooltip
1004
- - \[Changed\]: Popup - allow custom confirm/cancel button
1005
-
1006
- - \[Fixed\]: Chart - PieChart custom position show label Depends on the length of the text
1007
- - \[Fixed\]: DateRangePicker fix bug 3 buttons visible at the same time, fix bug change locale not change weekdays, remove input value if defaultValue invalid
1008
- - \[Fixed\]: Dropdown - prevent break line when press Enter, conflict value attribute of input and div tag
1009
- - \[Fixed\]: Modal - set null for overflow of body after close Modal
1010
- - \[Fixed\]: Number/MoneyInput - format number was wrong
1011
- - \[Fixed\]: MoneyInput - fix default value with thousandSeparator, Fix onKeyDown can't add when focus before useEffect
1012
- - \[Fixed\]: system - makeStyles fix lost content of pseudo
1007
+ - \[Added\]: Theme - Additional breakpoints for responsive
1008
+ - \[Added\]: system - Color-helper add new func isColor
1009
+ - \[Added\]: Tab - slide effect for TabPanel
1010
+ - \[Changed\]: Attachment - handle sort with data, and use as an option
1011
+ - \[Changed\]: DateRangePicker - change style of text for mobile device
1012
+ - \[Changed\]: Chart - PieChart animation text, tooltip
1013
+ - \[Changed\]: Popup - allow custom confirm/cancel button
1014
+ - \[Fixed\]: Chart - PieChart custom position show label Depends on the length of the text
1015
+ - \[Fixed\]: DateRangePicker fix bug 3 buttons visible at the same time, fix bug change locale not change weekdays, remove input value if defaultValue invalid
1016
+ - \[Fixed\]: Dropdown - prevent break line when press Enter, conflict value attribute of input and div tag
1017
+ - \[Fixed\]: Modal - set null for overflow of body after close Modal
1018
+ - \[Fixed\]: Number/MoneyInput - format number was wrong
1019
+ - \[Fixed\]: MoneyInput - fix default value with thousandSeparator, Fix onKeyDown can't add when focus before useEffect
1020
+ - \[Fixed\]: system - makeStyles fix lost content of pseudo
1013
1021
 
1014
1022
  ## 1.3.11
1015
1023
 
1016
- - \[Added\]: Attachment - sort handler
1017
- - \[Added\]: DatePicker - clear value by icon with clearAble prop
1018
- - \[Added\]: DateRangePicker - add DateRangePicker version 2
1019
- - \[Added\]: Popup - add Popup version 2
1020
- - \[Added\]: system - setGlobal method
1021
-
1022
- - \[Changed\]: Dropdown - close on scroll
1023
- - \[Changed\]: Chart - create tooltip ver-2, PieChart change animation of tooltip
1024
- - \[Changed\]: Checkbox - allow handle by ref
1025
- - \[Changed\]: Tab - tabItem change distance between button and icon
1026
- - \[Changed\]: TreeView - disabledRelevantValue still checked/unchecked parent item, allow show children of last result was matched
1027
-
1028
- - \[Fixed\]: Modal - flexible footer height, set value into input after blur, add load more handler when data.length < total
1029
- - \[Fixed\]: Toggle - set necessary style
1024
+ - \[Added\]: Attachment - sort handler
1025
+ - \[Added\]: DatePicker - clear value by icon with clearAble prop
1026
+ - \[Added\]: DateRangePicker - add DateRangePicker version 2
1027
+ - \[Added\]: Popup - add Popup version 2
1028
+ - \[Added\]: system - setGlobal method
1029
+ - \[Changed\]: Dropdown - close on scroll
1030
+ - \[Changed\]: Chart - create tooltip ver-2, PieChart change animation of tooltip
1031
+ - \[Changed\]: Checkbox - allow handle by ref
1032
+ - \[Changed\]: Tab - tabItem change distance between button and icon
1033
+ - \[Changed\]: TreeView - disabledRelevantValue still checked/unchecked parent item, allow show children of last result was matched
1034
+ - \[Fixed\]: Modal - flexible footer height, set value into input after blur, add load more handler when data.length < total
1035
+ - \[Fixed\]: Toggle - set necessary style
1030
1036
 
1031
1037
  ## 1.3.10
1032
1038
 
1033
- - \[Added\]: Attachment - Ctrl + A to select all item
1034
- - \[Added\]: Theme - add makeStyles utils
1035
-
1036
- - \[Changed\]: Button - cursor no-drop for disabled button
1037
- - \[Changed\]: Chart - change id tooltip and custom position show tooltip
1038
- - \[Changed\]: Status - change default color to secondary
1039
-
1040
- - \[Fixed\]: Attachment - z-index too high, fix click out side of item
1041
- - \[Fixed\]: Calendar - text-align not center
1042
- - \[Fixed\]: Chart - LineChart change size of path and point when change width
1043
- - \[Fixed\]: Chip - fix color for outlined type
1044
- - \[Fixed\]: DatePicker - fix min-width of picker
1045
- - \[Fixed\]: InputBase - fix disabled for multiline
1046
- - \[Fixed\]: LinearProgress - miss value in small-width case
1047
- - \[Fixed\]: NumberInput - fix format is a function and change format but not change decimal digit, handle value when change format, handle min/max in onchange
1039
+ - \[Added\]: Attachment - Ctrl + A to select all item
1040
+ - \[Added\]: Theme - add makeStyles utils
1041
+ - \[Changed\]: Button - cursor no-drop for disabled button
1042
+ - \[Changed\]: Chart - change id tooltip and custom position show tooltip
1043
+ - \[Changed\]: Status - change default color to secondary
1044
+ - \[Fixed\]: Attachment - z-index too high, fix click out side of item
1045
+ - \[Fixed\]: Calendar - text-align not center
1046
+ - \[Fixed\]: Chart - LineChart change size of path and point when change width
1047
+ - \[Fixed\]: Chip - fix color for outlined type
1048
+ - \[Fixed\]: DatePicker - fix min-width of picker
1049
+ - \[Fixed\]: InputBase - fix disabled for multiline
1050
+ - \[Fixed\]: LinearProgress - miss value in small-width case
1051
+ - \[Fixed\]: NumberInput - fix format is a function and change format but not change decimal digit, handle value when change format, handle min/max in onchange
1048
1052
 
1049
1053
  ## 1.3.9
1050
1054
 
1051
- - \[Added\]: Attachment - add clear all handler
1052
- - \[Added\]: Chart - add tooltip
1053
- - \[Added\]: Dropdown - clearAble for multiple type
1054
- - \[Added\]: InputBase - add rows/maxRows props for multiline
1055
- - \[Added\]: LineChart - smooth line
1056
- - \[Added\]: NumberInput - add new NumberInput component
1057
- - \[Added\]: system - validation for input
1058
- - \[Added\]: Typography - Add 4 types for title
1059
-
1060
- - \[Changed\]: Collapse - only hidden for overflow-y
1061
- - \[Changed\]: Dropdown - additional keyExpr to display text of selected value, keeping search value if search with onInput
1062
- - \[Changed\]: FormGroup - handler error with oneHelperText for all Input
1063
- - \[Changed\]: Slider - Add onShowNavigation to show/hide the navigation-bottom bar, Hover to show Arrow button, enable active prop
1064
-
1065
- - \[Fixed\]: DatePicker - use min/max but not disabled invalid date
1066
- - \[Fixed\]: Dropdown - don't set onClear when onChange method changed, lost some item when search, prevent scroll body, show placeholder for div contenteditable, show search input when using children, remove load more after search
1067
- - \[Fixed\]: DropdownBox - use createPortal to render, remove max-height
1068
- - \[Fixed\]: Modal - existing dark background when darkTheme is false, can't focus into input in Modal
1069
- - \[Fixed\]: MoneyInput - check and return value with decimal digit
1070
- - \[Fixed\]: Popup - prevent scroll body, render at portal
1071
- - \[Fixed\]: Progress - LinearProgress fix miss value in small-width case
1072
- - \[Fixed\]: Tab - keep other Tab when using multiple TabContainer
1055
+ - \[Added\]: Attachment - add clear all handler
1056
+ - \[Added\]: Chart - add tooltip
1057
+ - \[Added\]: Dropdown - clearAble for multiple type
1058
+ - \[Added\]: InputBase - add rows/maxRows props for multiline
1059
+ - \[Added\]: LineChart - smooth line
1060
+ - \[Added\]: NumberInput - add new NumberInput component
1061
+ - \[Added\]: system - validation for input
1062
+ - \[Added\]: Typography - Add 4 types for title
1063
+ - \[Changed\]: Collapse - only hidden for overflow-y
1064
+ - \[Changed\]: Dropdown - additional keyExpr to display text of selected value, keeping search value if search with onInput
1065
+ - \[Changed\]: FormGroup - handler error with oneHelperText for all Input
1066
+ - \[Changed\]: Slider - Add onShowNavigation to show/hide the navigation-bottom bar, Hover to show Arrow button, enable active prop
1067
+ - \[Fixed\]: DatePicker - use min/max but not disabled invalid date
1068
+ - \[Fixed\]: Dropdown - don't set onClear when onChange method changed, lost some item when search, prevent scroll body, show placeholder for div contenteditable, show search input when using children, remove load more after search
1069
+ - \[Fixed\]: DropdownBox - use createPortal to render, remove max-height
1070
+ - \[Fixed\]: Modal - existing dark background when darkTheme is false, can't focus into input in Modal
1071
+ - \[Fixed\]: MoneyInput - check and return value with decimal digit
1072
+ - \[Fixed\]: Popup - prevent scroll body, render at portal
1073
+ - \[Fixed\]: Progress - LinearProgress fix miss value in small-width case
1074
+ - \[Fixed\]: Tab - keep other Tab when using multiple TabContainer
1073
1075
 
1074
1076
  ## 1.3.8
1075
1077
 
1076
- - \[Fixed\]: Input - only show error when non-value
1077
- - \[Fixed\]: Dropdown - scroll to top on load more
1078
- - \[Fixed\]: Rating - allow custom width/height, color when disabled, readOnly case
1078
+ - \[Fixed\]: Input - only show error when non-value
1079
+ - \[Fixed\]: Dropdown - scroll to top on load more
1080
+ - \[Fixed\]: Rating - allow custom width/height, color when disabled, readOnly case
1079
1081
 
1080
1082
  ## 1.3.7
1081
1083
 
1082
- - \[Added\]: Accordion - add AccordionGroup component
1083
- - \[Added\]: DatePicker - add returnFormat, two button to control onChange method
1084
- - \[Added\]: Dropdown - add DropdownBox component
1085
-
1086
- - \[Changed\]: Typography - h2: font-size: 18px, remove uppercase is the default case
1087
-
1088
- - \[Fixed\]: Checkbox - readOnly case
1089
- - \[Fixed\]: DatePicker - onChange method reset the initial value, allows to set icon and text positions
1090
- - \[Fixed\]: Dropdown - overflow of content when the text was too long, reassign the current value after deleting the content and click outside with a value of 0
1091
- - \[Fixed\]: MoneyInput - press Tab, allow enter 0
1092
- - \[Fixed\]: Tab - allows to display any tab
1084
+ - \[Added\]: Accordion - add AccordionGroup component
1085
+ - \[Added\]: DatePicker - add returnFormat, two button to control onChange method
1086
+ - \[Added\]: Dropdown - add DropdownBox component
1087
+ - \[Changed\]: Typography - h2: font-size: 18px, remove uppercase is the default case
1088
+ - \[Fixed\]: Checkbox - readOnly case
1089
+ - \[Fixed\]: DatePicker - onChange method reset the initial value, allows to set icon and text positions
1090
+ - \[Fixed\]: Dropdown - overflow of content when the text was too long, reassign the current value after deleting the content and click outside with a value of 0
1091
+ - \[Fixed\]: MoneyInput - press Tab, allow enter 0
1092
+ - \[Fixed\]: Tab - allows to display any tab
1093
1093
 
1094
1094
  ## 1.3.6
1095
1095
 
1096
- - \[Added\]: Chart - add LineChart component
1097
- - \[Added\]: Chip - additional maxLength prop to display shorten content
1098
- - \[Added\]: FormGroup - add new FormGroup component
1099
- - \[Added\]: Icon - additional some necessary icons
1100
- - \[Added\]: TreeView - disabled relevant value
1101
-
1102
- - \[Changed\]: Accordion - change expand icon deg (down/up)
1103
- - \[Changed\]: Button - change hover/focus and active styles with filter, default color is #7F828E, switch linked to text
1104
- - \[Changed\]: Dropdown - padding top/bottom is 8px
1105
- - \[Changed\]: Checkbox - update disabled and tick symbol styles
1106
- - \[Changed\]: Modal - box-shadow for footer
1107
- - \[Changed\]: Popover - remove after close prop (keep Popover element)
1108
- - \[Changed\]: Progress - LinearProgress determinate add value position (top/bottom)
1109
- - \[Changed\]: TextInput - auto increase margin bottom if error to long
1110
-
1111
- - \[Fixed\]: Dropdown - allowSearch TreeView mode, only set value into input when non-value prop
1112
- - \[Fixed\]: Chip - fix remove item in setTimeout function
1113
- - \[Fixed\]: Icon - allow use color from theme
1096
+ - \[Added\]: Chart - add LineChart component
1097
+ - \[Added\]: Chip - additional maxLength prop to display shorten content
1098
+ - \[Added\]: FormGroup - add new FormGroup component
1099
+ - \[Added\]: Icon - additional some necessary icons
1100
+ - \[Added\]: TreeView - disabled relevant value
1101
+ - \[Changed\]: Accordion - change expand icon deg (down/up)
1102
+ - \[Changed\]: Button - change hover/focus and active styles with filter, default color is #7F828E, switch linked to text
1103
+ - \[Changed\]: Dropdown - padding top/bottom is 8px
1104
+ - \[Changed\]: Checkbox - update disabled and tick symbol styles
1105
+ - \[Changed\]: Modal - box-shadow for footer
1106
+ - \[Changed\]: Popover - remove after close prop (keep Popover element)
1107
+ - \[Changed\]: Progress - LinearProgress determinate add value position (top/bottom)
1108
+ - \[Changed\]: TextInput - auto increase margin bottom if error to long
1109
+ - \[Fixed\]: Dropdown - allowSearch TreeView mode, only set value into input when non-value prop
1110
+ - \[Fixed\]: Chip - fix remove item in setTimeout function
1111
+ - \[Fixed\]: Icon - allow use color from theme
1114
1112
 
1115
1113
  ## 1.3.5
1116
1114
 
1117
- - \[Added\]: Calendar add actions properties
1118
- - \[Added\]: InputBase - add resetValue + setPreviousValue method
1119
- - \[Added\]: TreeView - multiple inheritance (checked parent/children -> checked children/parent, unchecked parent -> unchecked children, unchecked children -> don't unchecked parent). Show selected value
1120
-
1121
- - \[Changed\]: Alert - use ref to add Alert
1122
-
1123
- - \[Fixed\]: Dropdown - fix set readOnly for input
1124
- - \[Fixed\]: InputBase - fix padding for multiline
1125
- - \[Fixed\]: Popup - remove padding button confirm
1126
- - \[Fixed\]: TextInput - fix transport type into InputBase
1127
- - \[Fixed\]: Tooltip - apply tooltipMaxWidth
1128
- - \[Fixed\]: Typography - fix fullWidth style
1115
+ - \[Added\]: Calendar add actions properties
1116
+ - \[Added\]: InputBase - add resetValue + setPreviousValue method
1117
+ - \[Added\]: TreeView - multiple inheritance (checked parent/children -> checked children/parent, unchecked parent -> unchecked children, unchecked children -> don't unchecked parent). Show selected value
1118
+ - \[Changed\]: Alert - use ref to add Alert
1119
+ - \[Fixed\]: Dropdown - fix set readOnly for input
1120
+ - \[Fixed\]: InputBase - fix padding for multiline
1121
+ - \[Fixed\]: Popup - remove padding button confirm
1122
+ - \[Fixed\]: TextInput - fix transport type into InputBase
1123
+ - \[Fixed\]: Tooltip - apply tooltipMaxWidth
1124
+ - \[Fixed\]: Typography - fix fullWidth style
1129
1125
 
1130
1126
  ## 1.3.4
1131
1127
 
1132
- - \[Added\]: Dropdown - additional subtext
1133
- - \[Added\]: TreeView - handleCheckbox in ref.current, render child items async, search handler
1134
-
1135
- - \[Changed\]: InputBase - absolute HelperText component
1136
- - \[Changed\]: TextInput - apply InputBase
1137
-
1138
- - \[Fixed\]: Accordion - fix padding with icon at start
1139
- - \[Fixed\]: Avatar - render PopupView when non-disabled and non-readOnly
1140
- - \[Fixed\]: Button - fix width/height of icon when use name prop
1141
- - \[Fixed\]: Chip - non-fixed height
1142
- - \[Fixed\]: Dropdown - flexible when renderSelectedItem
1143
- - \[Fixed\]: Status - add className when render
1128
+ - \[Added\]: Dropdown - additional subtext
1129
+ - \[Added\]: TreeView - handleCheckbox in ref.current, render child items async, search handler
1130
+ - \[Changed\]: InputBase - absolute HelperText component
1131
+ - \[Changed\]: TextInput - apply InputBase
1132
+ - \[Fixed\]: Accordion - fix padding with icon at start
1133
+ - \[Fixed\]: Avatar - render PopupView when non-disabled and non-readOnly
1134
+ - \[Fixed\]: Button - fix width/height of icon when use name prop
1135
+ - \[Fixed\]: Chip - non-fixed height
1136
+ - \[Fixed\]: Dropdown - flexible when renderSelectedItem
1137
+ - \[Fixed\]: Status - add className when render
1144
1138
 
1145
1139
  ## 1.3.3
1146
1140
 
1147
- - \[Added\]: Calendar - handleCheckboxCalendar - add footer control
1148
- - \[Added\]: TreeView - value mode when multiple type (single or checked all parent and children)
1149
-
1150
- - \[Changed\]: Accordion - icon expand default at start
1151
- - \[Changed\]: Button - update color for status of events of mouse
1152
- - \[Changed\]: Dropdown - Render value with icon when exist iconExpr prop
1153
-
1154
- - \[Fixed\]: Accordion - check click on icon in Summary content
1155
- - \[Fixed\]: Checkbox - fix color when disabled
1156
- - \[Fixed\]: Dropdown - fix set value into input when value is empty or null, prevent set value input when searching
1157
- - \[Fixed\]: Modal - fix padding close icon
1158
- - \[Fixed\]: MoneyInput - prevent decimal symbol if decimal digit is 0, fix onChange when value is empty
1159
- - \[Fixed\]: Tooltip - don't create tooltip when title empty
1141
+ - \[Added\]: Calendar - handleCheckboxCalendar - add footer control
1142
+ - \[Added\]: TreeView - value mode when multiple type (single or checked all parent and children)
1143
+ - \[Changed\]: Accordion - icon expand default at start
1144
+ - \[Changed\]: Button - update color for status of events of mouse
1145
+ - \[Changed\]: Dropdown - Render value with icon when exist iconExpr prop
1146
+ - \[Fixed\]: Accordion - check click on icon in Summary content
1147
+ - \[Fixed\]: Checkbox - fix color when disabled
1148
+ - \[Fixed\]: Dropdown - fix set value into input when value is empty or null, prevent set value input when searching
1149
+ - \[Fixed\]: Modal - fix padding close icon
1150
+ - \[Fixed\]: MoneyInput - prevent decimal symbol if decimal digit is 0, fix onChange when value is empty
1151
+ - \[Fixed\]: Tooltip - don't create tooltip when title empty
1160
1152
 
1161
1153
  ## 1.3.2
1162
1154
 
1163
- - \[Added\]: PhoneInput - new PhoneInput component
1164
- - \[Added\]: Chart - new BarChart component
1165
- - \[Added\]: Dropdown - default object contains value for load more option
1166
-
1167
- - \[Changed\]: Attachment - run onChange in remove file handler
1168
- - \[Changed\]: Calendar - allow custom text-align and position of icon
1169
- - \[Changed\]: MoneyInput - additional start/end icon
1170
-
1171
- - \[Fixed\]: InputBase - backgroundColor when disabled
1172
- - \[Fixed\]: MoneyInput - fix decimalDigit for non-thousandSeparator, update value follow decimalDigit
1155
+ - \[Added\]: PhoneInput - new PhoneInput component
1156
+ - \[Added\]: Chart - new BarChart component
1157
+ - \[Added\]: Dropdown - default object contains value for load more option
1158
+ - \[Changed\]: Attachment - run onChange in remove file handler
1159
+ - \[Changed\]: Calendar - allow custom text-align and position of icon
1160
+ - \[Changed\]: MoneyInput - additional start/end icon
1161
+ - \[Fixed\]: InputBase - backgroundColor when disabled
1162
+ - \[Fixed\]: MoneyInput - fix decimalDigit for non-thousandSeparator, update value follow decimalDigit
1173
1163
 
1174
1164
  ## 1.3.1
1175
1165
 
1176
- - \[Added\]: Accordion - collapseIcon
1177
- - \[Added\]: Calendar - min, max validate
1178
- - \[Added\]: TreeView - select all option
1179
-
1180
- - \[Changed\]: Button - hover color, use textTransform from theme
1181
- - \[Changed\]: Dropdown - render item by children, useImperativeHandle show/close handler
1182
- - \[Changed\]: Input - error default if type of error is boolean
1183
- - \[Changed\]: Progress - Circular progess change min width from 24 to 16
1184
- - \[Changed\]: TreeView - expand by data with expand field
1185
-
1186
- - \[Fixed\]: Alert - fix remove timing without processing
1187
- - \[Fixed\]: Avatar - onerror in image
1188
- - \[Fixed\]: Collapse - height auto after expanded
1189
- - \[Fixed\]: Dropdown - search by displayExpr, return empty if valueExpr wrong, normalize text before compare
1190
- - \[Fixed\]: MoneyInput - onPaste handler
1166
+ - \[Added\]: Accordion - collapseIcon
1167
+ - \[Added\]: Calendar - min, max validate
1168
+ - \[Added\]: TreeView - select all option
1169
+ - \[Changed\]: Button - hover color, use textTransform from theme
1170
+ - \[Changed\]: Dropdown - render item by children, useImperativeHandle show/close handler
1171
+ - \[Changed\]: Input - error default if type of error is boolean
1172
+ - \[Changed\]: Progress - Circular progess change min width from 24 to 16
1173
+ - \[Changed\]: TreeView - expand by data with expand field
1174
+ - \[Fixed\]: Alert - fix remove timing without processing
1175
+ - \[Fixed\]: Avatar - onerror in image
1176
+ - \[Fixed\]: Collapse - height auto after expanded
1177
+ - \[Fixed\]: Dropdown - search by displayExpr, return empty if valueExpr wrong, normalize text before compare
1178
+ - \[Fixed\]: MoneyInput - onPaste handler
1191
1179
 
1192
1180
  ## 1.3.0
1193
1181
 
1194
- - \[Added\]: Accordion - add new component
1195
- - \[Added\]: Card - add new component
1196
- - \[Added\]: Calendar - add new component
1197
- - \[Added\]: Chart - add new component
1198
- - \[Added\]: Collapse - add new component
1199
- - \[Added\]: Dropdown - TreeView
1200
- - \[Added\]: HelperText - add new component
1201
- - \[Added\]: Icon - click on icon to copy the import text for that icon
1202
- - \[Added\]: InputBase - add new component
1203
- - \[Added\]: Label - add new component
1204
- - \[Added\]: MoneyInput - add new component
1205
- - \[Added\]: Paper - add new component
1206
- - \[Added\]: system - mapParent util
1207
- - \[Added\]: TreeList - add new component
1208
- - \[Added\]: Tab - add new component
1209
- - \[Added\]: Transfer - add new component
1210
-
1211
- - \[Changed\]: Avatar - direction to display more info, additional matchType prop to check type of file
1212
- - \[Changed\]: List - apply Collapse
1213
- - \[Changed\]: Paging - fullWidth, bgColor properties
1214
- - \[Changed\]: Progress - change labelColor to percentColor
1215
- - \[Changed\]: TextInput - use icon at head of Input
1216
- - \[Changed\]: Typography - fullWidth property
1217
-
1218
- - \[Fixed\]: Dropdown - render html with renderSelectedItem, Dropdown - increase height of content in input, clear input value with renderSelectedItem
1219
- - \[Fixed\]: Progress - CircularProgress's width, height, and thickness customization is allowed
1220
- - \[Fixed\]: Tooltip - fix remove tooltip on another event processing
1182
+ - \[Added\]: Accordion - add new component
1183
+ - \[Added\]: Card - add new component
1184
+ - \[Added\]: Calendar - add new component
1185
+ - \[Added\]: Chart - add new component
1186
+ - \[Added\]: Collapse - add new component
1187
+ - \[Added\]: Dropdown - TreeView
1188
+ - \[Added\]: HelperText - add new component
1189
+ - \[Added\]: Icon - click on icon to copy the import text for that icon
1190
+ - \[Added\]: InputBase - add new component
1191
+ - \[Added\]: Label - add new component
1192
+ - \[Added\]: MoneyInput - add new component
1193
+ - \[Added\]: Paper - add new component
1194
+ - \[Added\]: system - mapParent util
1195
+ - \[Added\]: TreeList - add new component
1196
+ - \[Added\]: Tab - add new component
1197
+ - \[Added\]: Transfer - add new component
1198
+ - \[Changed\]: Avatar - direction to display more info, additional matchType prop to check type of file
1199
+ - \[Changed\]: List - apply Collapse
1200
+ - \[Changed\]: Paging - fullWidth, bgColor properties
1201
+ - \[Changed\]: Progress - change labelColor to percentColor
1202
+ - \[Changed\]: TextInput - use icon at head of Input
1203
+ - \[Changed\]: Typography - fullWidth property
1204
+ - \[Fixed\]: Dropdown - render html with renderSelectedItem, Dropdown - increase height of content in input, clear input value with renderSelectedItem
1205
+ - \[Fixed\]: Progress - CircularProgress's width, height, and thickness customization is allowed
1206
+ - \[Fixed\]: Tooltip - fix remove tooltip on another event processing
1221
1207
 
1222
1208
  ## 1.2.13
1223
1209
 
1224
- - \[Fixed\]: Tooltip - remove timeout for create Tooltip
1210
+ - \[Fixed\]: Tooltip - remove timeout for create Tooltip
1225
1211
 
1226
1212
  ## 1.2.12
1227
1213
 
1228
- - \[Added\]: Rating - selector to choose value from number
1229
- - \[Added\]: Chip - view attach in Modal
1230
- - \[Added\]: DateRangePicker - new component DateRangePicker
1231
-
1232
- - \[Changed\]: Popup - default autofocusOKButton is true
1233
- - \[Changed\]: Modal - autoFocus Modal by props, size 24px for close icon
1234
- - \[Changed\]: Tooltip - remove arrow
1235
- - \[Changed\]: Typography - remove text prop, use children to display text or jsx element
1236
-
1237
- - \[Fixed\]: Dropdown - don't change data in dropdown when dataSource changed, check ref at click out of dropdown function
1238
- - \[Fixed\]: Popup - center text relative to icon when there is only one line of text
1239
- - \[Fixed\]: Status - set background is transparent
1240
- - \[Fixed\]: Typography - check children prop is an array of react elements
1214
+ - \[Added\]: Rating - selector to choose value from number
1215
+ - \[Added\]: Chip - view attach in Modal
1216
+ - \[Added\]: DateRangePicker - new component DateRangePicker
1217
+ - \[Changed\]: Popup - default autofocusOKButton is true
1218
+ - \[Changed\]: Modal - autoFocus Modal by props, size 24px for close icon
1219
+ - \[Changed\]: Tooltip - remove arrow
1220
+ - \[Changed\]: Typography - remove text prop, use children to display text or jsx element
1221
+ - \[Fixed\]: Dropdown - don't change data in dropdown when dataSource changed, check ref at click out of dropdown function
1222
+ - \[Fixed\]: Popup - center text relative to icon when there is only one line of text
1223
+ - \[Fixed\]: Status - set background is transparent
1224
+ - \[Fixed\]: Typography - check children prop is an array of react elements
1241
1225
 
1242
1226
  ## 1.2.11
1243
1227
 
1244
- - \[Added\]: system - date/time format utils (format, diff, relative, add/subtract)
1245
- - \[Added\]: Alert - secondary text
1246
- - \[Added\]: Badge - small size
1247
- - \[Added\]: Button - Circular button icon, More
1248
- - \[Added\]: Paging - small size
1249
- - \[Added\]: Rating - new component Rating
1250
- - \[Added\]: Status - small size and filled view type with standard color
1251
- - \[Added\]: Tooltip - small size
1252
-
1253
- - \[Changed\]: Attachment - Change Attachment icon
1254
- - \[Changed\]: Popup - Proposal Popup with outlined Button
1255
- - \[Changed\]: Typography - apply text-font from cdn, apply new types
1256
-
1257
- - \[Fixed\]: Dropdown - manipulate continuously to show/close dropdown, search item for 2nd opening, run onChange function after check selected item
1258
- - \[Fixed\]: Popover - can't close when opening without fullScreen
1259
- - \[Fixed\]: Popup - fix size and set position for icon
1228
+ - \[Added\]: system - date/time format utils (format, diff, relative, add/subtract)
1229
+ - \[Added\]: Alert - secondary text
1230
+ - \[Added\]: Badge - small size
1231
+ - \[Added\]: Button - Circular button icon, More
1232
+ - \[Added\]: Paging - small size
1233
+ - \[Added\]: Rating - new component Rating
1234
+ - \[Added\]: Status - small size and filled view type with standard color
1235
+ - \[Added\]: Tooltip - small size
1236
+ - \[Changed\]: Attachment - Change Attachment icon
1237
+ - \[Changed\]: Popup - Proposal Popup with outlined Button
1238
+ - \[Changed\]: Typography - apply text-font from cdn, apply new types
1239
+ - \[Fixed\]: Dropdown - manipulate continuously to show/close dropdown, search item for 2nd opening, run onChange function after check selected item
1240
+ - \[Fixed\]: Popover - can't close when opening without fullScreen
1241
+ - \[Fixed\]: Popup - fix size and set position for icon
1260
1242
 
1261
1243
  ## 1.2.10
1262
1244
 
1263
- - \[Added\]: new FormLabel component
1264
- - \[Added\]: system - date/time format
1265
-
1266
- - \[Changed\]: Alert - deny duration remove alert element
1267
- - \[Changed\]: Chip - switch type to viewType
1268
- - \[Changed\]: Dropdown - LoadMore, renderItem, renderSelectedItem function props, displayExpr with new pattern (contain { or } for multiple fields)
1269
- - \[Changed\]: Tooltip - set direction down is priority
1270
-
1271
- - \[Fixed\]: Dropdown - check currentValue not undefined, search handler, update position after search
1272
- - \[Fixed\]: TextInput - fix auto resize and fixed position textarea
1245
+ - \[Added\]: new FormLabel component
1246
+ - \[Added\]: system - date/time format
1247
+ - \[Changed\]: Alert - deny duration remove alert element
1248
+ - \[Changed\]: Chip - switch type to viewType
1249
+ - \[Changed\]: Dropdown - LoadMore, renderItem, renderSelectedItem function props, displayExpr with new pattern (contain { or } for multiple fields)
1250
+ - \[Changed\]: Tooltip - set direction down is priority
1251
+ - \[Fixed\]: Dropdown - check currentValue not undefined, search handler, update position after search
1252
+ - \[Fixed\]: TextInput - fix auto resize and fixed position textarea
1273
1253
 
1274
1254
  ## 1.2.9
1275
1255
 
1276
- - \[Added\]: system - getGlobal function
1277
- - \[Added\]: Avatar - Avatar outline
1278
-
1279
- - \[Changed\]: Button - additional 2 size tiny and giant
1280
- - \[Changed\]: Checkbox - additional colors
1281
- - \[Changed\]: Typography - use font SF Pro Display
1282
-
1283
- - \[Fixed\]: Attachment - drag file in icon add
1284
- - \[Fixed\]: Badge - resize
1285
- - \[Fixed\]: Time Picker - Update position
1256
+ - \[Added\]: system - getGlobal function
1257
+ - \[Added\]: Avatar - Avatar outline
1258
+ - \[Changed\]: Button - additional 2 size tiny and giant
1259
+ - \[Changed\]: Checkbox - additional colors
1260
+ - \[Changed\]: Typography - use font SF Pro Display
1261
+ - \[Fixed\]: Attachment - drag file in icon add
1262
+ - \[Fixed\]: Badge - resize
1263
+ - \[Fixed\]: Time Picker - Update position
1286
1264
 
1287
1265
  ## 1.2.8
1288
1266
 
1289
- - \[Added\]: system - locale and global variable
1290
- - \[Added\]: Avatar - show more info in avatar
1291
- - \[Added\]: Dropdown - selectBox
1292
-
1293
- - \[Changed\]: Modal - moveable and remove box-shadow of footer
1294
- - \[Changed\]: re-write Text component -> Typography component
1295
- - \[Changed\]: Alert - switch variant to color
1296
- - \[Changed\]: Button - switch variant to color, type to viewType
1297
- - \[Changed\]: Chip - switch variant to color
1298
- - \[Changed\]: FormControl - switch variant to viewType, box -> filled, line -> underlined
1299
- - \[Changed\]: Icon - separate icons with components (diginet-core-ui/icons)
1300
- - \[Changed\]: List - non-click list item if click on action
1301
-
1302
- - \[Fixed\]: Paging - Allow press Delete and Backspace to delete current page, check current page with new page was entered
1303
- - \[Fixed\]: TextInput - auto increase height of textarea after set value, set right height when text only one line
1267
+ - \[Added\]: system - locale and global variable
1268
+ - \[Added\]: Avatar - show more info in avatar
1269
+ - \[Added\]: Dropdown - selectBox
1270
+ - \[Changed\]: Modal - moveable and remove box-shadow of footer
1271
+ - \[Changed\]: re-write Text component -> Typography component
1272
+ - \[Changed\]: Alert - switch variant to color
1273
+ - \[Changed\]: Button - switch variant to color, type to viewType
1274
+ - \[Changed\]: Chip - switch variant to color
1275
+ - \[Changed\]: FormControl - switch variant to viewType, box -> filled, line -> underlined
1276
+ - \[Changed\]: Icon - separate icons with components (diginet-core-ui/icons)
1277
+ - \[Changed\]: List - non-click list item if click on action
1278
+ - \[Fixed\]: Paging - Allow press Delete and Backspace to delete current page, check current page with new page was entered
1279
+ - \[Fixed\]: TextInput - auto increase height of textarea after set value, set right height when text only one line
1304
1280
 
1305
1281
  ## 1.2.7
1306
1282
 
1307
- - \[Added\]: Icon - add generate and un-view icons
1308
- - \[Added\]: TextInput - add number, password and search type
1309
- -
1310
- - \[Changed\]: Alert - delay duration of processing
1311
- - \[Changed\]: Attachment - additional URL for newAttached
1312
- - \[Changed\]: ButtonIcon - allow use icons list
1313
- - \[Changed\]: DatePicker - add required label
1314
- - \[Changed\]: Dropdown - default variant is line, allow hidden clear icon, color red for required label
1315
- - \[Changed\]: Modal - allow/non-allow dark background
1316
- - \[Changed\]: TextInput - default variant is line, color red for required label
1317
- -
1318
- - \[Fixed\]: Attachment - handle show/close popup, remove files of input when data change
1319
- - \[Fixed\]: Avatar - object-fit cover for preview image
1320
- - \[Fixed\]: Button - color of button icon link, update size of button icon
1321
- - \[Fixed\]: DatePicker - update position of DatePickerBox and label
1322
- - \[Fixed\]: Dropdown - move global variable to local variable, check value/defaultValue are text/number/array
1323
- - \[Fixed\]: Paging - only allow press Number or Array key
1283
+ - \[Added\]: Icon - add generate and un-view icons
1284
+ - \[Added\]: TextInput - add number, password and search type
1285
+ -
1286
+ - \[Changed\]: Alert - delay duration of processing
1287
+ - \[Changed\]: Attachment - additional URL for newAttached
1288
+ - \[Changed\]: ButtonIcon - allow use icons list
1289
+ - \[Changed\]: DatePicker - add required label
1290
+ - \[Changed\]: Dropdown - default variant is line, allow hidden clear icon, color red for required label
1291
+ - \[Changed\]: Modal - allow/non-allow dark background
1292
+ - \[Changed\]: TextInput - default variant is line, color red for required label
1293
+ -
1294
+ - \[Fixed\]: Attachment - handle show/close popup, remove files of input when data change
1295
+ - \[Fixed\]: Avatar - object-fit cover for preview image
1296
+ - \[Fixed\]: Button - color of button icon link, update size of button icon
1297
+ - \[Fixed\]: DatePicker - update position of DatePickerBox and label
1298
+ - \[Fixed\]: Dropdown - move global variable to local variable, check value/defaultValue are text/number/array
1299
+ - \[Fixed\]: Paging - only allow press Number or Array key
1324
1300
 
1325
1301
  ## 1.2.6
1326
1302
 
1327
- - \[Added\]: Add new Avatar component
1328
- - \[Added\]: Add new Slider component
1329
- - \[Added\]: Add new Popover component
1330
- - \[Added\]: Add new Badge component
1331
- - \[Added\]: Add new Divider component
1332
- - \[Added\]: Add new List component
1333
-
1334
- - \[Changed\]: Button - Re-write Button component
1335
- - \[Changed\]: Dropdown - Re-write Dropdown component
1336
-
1337
- - \[Fixed\]: Attachment - Fix box-sizing and align center for icon and name at icon view type, fix line-height for detail info of attach
1338
- - \[Fixed\]: Popup - Close icon not appear (Proposals popup)
1339
- - \[Fixed\]: Paging - Fix page 2 and immediately before last page (page selector), Fix enter num 0 in the page info
1340
- - \[Fixed\]: Modal - Render portal
1341
- - \[Fixed\]: DatePicker - Position fixed
1342
- - \[Fixed\]: Option - use checked and defaultChecked for CheckBox, Radio, Toggle
1303
+ - \[Added\]: Add new Avatar component
1304
+ - \[Added\]: Add new Slider component
1305
+ - \[Added\]: Add new Popover component
1306
+ - \[Added\]: Add new Badge component
1307
+ - \[Added\]: Add new Divider component
1308
+ - \[Added\]: Add new List component
1309
+ - \[Changed\]: Button - Re-write Button component
1310
+ - \[Changed\]: Dropdown - Re-write Dropdown component
1311
+ - \[Fixed\]: Attachment - Fix box-sizing and align center for icon and name at icon view type, fix line-height for detail info of attach
1312
+ - \[Fixed\]: Popup - Close icon not appear (Proposals popup)
1313
+ - \[Fixed\]: Paging - Fix page 2 and immediately before last page (page selector), Fix enter num 0 in the page info
1314
+ - \[Fixed\]: Modal - Render portal
1315
+ - \[Fixed\]: DatePicker - Position fixed
1316
+ - \[Fixed\]: Option - use checked and defaultChecked for CheckBox, Radio, Toggle
1343
1317
 
1344
1318
  ## 1.2.5
1345
1319
 
1346
- - \[Added\]: Add new Modal component
1347
- - \[Added\]: Add new Chip/AttachChip component
1348
-
1349
- - \[Changed\]: Popup - Get show/close popup function, allow autofocus OK button, use callback on show popup (click confirm button)
1350
- - \[Changed\]: Attachment - Apply get popup show/close function
1351
- - \[Changed\]: Icon - Re-write Icon component
1352
-
1353
- - \[Fixed\]: Input - Fix css Time and Date Picker, fix css Date Picker
1354
- - \[Fixed\]: Attachment - Fix icon and event handlers
1320
+ - \[Added\]: Add new Modal component
1321
+ - \[Added\]: Add new Chip/AttachChip component
1322
+ - \[Changed\]: Popup - Get show/close popup function, allow autofocus OK button, use callback on show popup (click confirm button)
1323
+ - \[Changed\]: Attachment - Apply get popup show/close function
1324
+ - \[Changed\]: Icon - Re-write Icon component
1325
+ - \[Fixed\]: Input - Fix css Time and Date Picker, fix css Date Picker
1326
+ - \[Fixed\]: Attachment - Fix icon and event handlers
1355
1327
 
1356
1328
  ## 1.2.4
1357
1329
 
1358
- - \[Added\]: Add new Popup component
1359
- - \[Added\]: Add new ButtonIcon component
1360
-
1361
- - \[Changed\]: Time Picker - Update Time Picker component follow new design (use scroll or drag mouse event)
1362
- - \[Changed\]: Attachment - Show warning popup before delete attachment and autofocus OK button
1363
-
1364
- - \[Fixed\]: Babel-loader build failed with Optional chaining syntax
1365
- - \[Fixed\]: Progress - Set default size
1366
- - \[Fixed\]: Attachment - Fix Position detail info, Color for icons handle chosen items, press Delete to remove item and press Arrow key to select near item
1367
- - \[Fixed\]: Paging - Fix update current page and reset onchange method for selector element when update totalItems
1368
- - \[Fixed\]: TextInput - Fix margin between label and input for line type
1330
+ - \[Added\]: Add new Popup component
1331
+ - \[Added\]: Add new ButtonIcon component
1332
+ - \[Changed\]: Time Picker - Update Time Picker component follow new design (use scroll or drag mouse event)
1333
+ - \[Changed\]: Attachment - Show warning popup before delete attachment and autofocus OK button
1334
+ - \[Fixed\]: Babel-loader build failed with Optional chaining syntax
1335
+ - \[Fixed\]: Progress - Set default size
1336
+ - \[Fixed\]: Attachment - Fix Position detail info, Color for icons handle chosen items, press Delete to remove item and press Arrow key to select near item
1337
+ - \[Fixed\]: Paging - Fix update current page and reset onchange method for selector element when update totalItems
1338
+ - \[Fixed\]: TextInput - Fix margin between label and input for line type
1369
1339
 
1370
1340
  ## 1.2.3
1371
1341
 
1372
- - \[Changed\]: Add size for Alert component
1373
- - \[Changed\]: Transport message from notification to Alert component
1374
- - \[Changed\]: Allow custom width/height for Alert component
1375
- - \[Changed\]: Allow custom height of Scrollbar
1376
-
1377
- - \[Fixed\]: Clear icon size
1378
- - \[Fixed\]: Convert to simple page with more paging only contain one item
1342
+ - \[Changed\]: Add size for Alert component
1343
+ - \[Changed\]: Transport message from notification to Alert component
1344
+ - \[Changed\]: Allow custom width/height for Alert component
1345
+ - \[Changed\]: Allow custom height of Scrollbar
1346
+ - \[Fixed\]: Clear icon size
1347
+ - \[Fixed\]: Convert to simple page with more paging only contain one item
1379
1348
 
1380
1349
  ## 1.2.2
1381
1350
 
1382
- - \[Added\]: Add new Alert component
1383
- - \[Added\]: Add new Notify component
1384
-
1385
- - \[Changed\]: Attachment - Add status icon for new file + separate detail information (username + date time + file size)
1386
- - \[Changed\]: DatePicker - CSS + Remove function auto update value for the input when switch month or year
1351
+ - \[Added\]: Add new Alert component
1352
+ - \[Added\]: Add new Notify component
1353
+ - \[Changed\]: Attachment - Add status icon for new file + separate detail information (username + date time + file size)
1354
+ - \[Changed\]: DatePicker - CSS + Remove function auto update value for the input when switch month or year
1387
1355
 
1388
1356
  ## 1.2.1
1389
1357
 
1390
- - \[Added\]: Time Picker component
1391
- - \[Added\]: Dropdown component
1392
-
1393
- - \[Fixed\]: Others/Scrollbar - maxWidth,maxHeight,Positions
1394
- - \[Changed\]: Progress - forwardRef,Fix Syntax
1395
- - \[Changed\]: Attachment - Choose item(s) by mouse, accept file type && Ignore existing file
1396
- - \[Changed\]: Form -> FormControl, Options + FormControl(CheckBox, RadioButton, Toggle)
1397
- - \[Changed\]: Form/FormDate -> FormControl/DatePicker
1398
-
1399
- - \[Delete\]: Options component
1400
- - \[Delete\]: Input component
1358
+ - \[Added\]: Time Picker component
1359
+ - \[Added\]: Dropdown component
1360
+ - \[Fixed\]: Others/Scrollbar - maxWidth,maxHeight,Positions
1361
+ - \[Changed\]: Progress - forwardRef,Fix Syntax
1362
+ - \[Changed\]: Attachment - Choose item(s) by mouse, accept file type && Ignore existing file
1363
+ - \[Changed\]: Form -> FormControl, Options + FormControl(CheckBox, RadioButton, Toggle)
1364
+ - \[Changed\]: Form/FormDate -> FormControl/DatePicker
1365
+ - \[Delete\]: Options component
1366
+ - \[Delete\]: Input component
1401
1367
 
1402
1368
  ## 1.2.0 (2020-11-03)
1403
1369
 
1404
- - \[Added\]: CheckText component
1405
- - \[Added\]: Form/FormDate component
1406
- - \[Added\]: Options component
1407
- - \[Added\]: Others/Extra component
1408
- - \[Added\]: Others/Scrollbar component
1409
- - \[Added\]: Paging component
1410
- - \[Added\]: Progress/Circle component
1411
- - \[Added\]: Status component
1412
- - \[Added\]: Icon component for DHR/ERP
1413
-
1414
- - \[Changed\]: Progress/Linear component
1415
- - \[Changed\]: Form/Dropdown component
1370
+ - \[Added\]: CheckText component
1371
+ - \[Added\]: Form/FormDate component
1372
+ - \[Added\]: Options component
1373
+ - \[Added\]: Others/Extra component
1374
+ - \[Added\]: Others/Scrollbar component
1375
+ - \[Added\]: Paging component
1376
+ - \[Added\]: Progress/Circle component
1377
+ - \[Added\]: Status component
1378
+ - \[Added\]: Icon component for DHR/ERP
1379
+ - \[Changed\]: Progress/Linear component
1380
+ - \[Changed\]: Form/Dropdown component
1381
+
1382
+ [Added]: Adde