diginet-core-ui 1.4.20-beta.1 → 1.4.21

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