All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.9.1 (2023-01-18)
react-radio-checkbox
- #293 Default checked causing issues in bulk edit. (SUI-166) (@creador-dev)
- Pawan Kumar (@creador-dev)
1.9.0 (2022-11-16)
react-accordion
,react-bulk-actions
- #146 Bulk actions. (SUI-222) (@creador-dev)
react-accordion
- #168 Include
checkbox
element for row/item selection. (SUI-331) (@creador-dev)
- #168 Include
react-toggles
react-radio-checkbox
- #169 Create components. (SUI-332) (@creador-dev)
react-input
- #267 Add "forwardref" in input component to access it's actions in other components. (SUI-425) (@creador-dev)
- #271 Add show/hide button for password type. (SUI-448) (@creador-dev)
react-modal
- #275 Re-rendering when input value changes. (SUI-459) (@creador-dev)
- Leighton Sapir (@iamleigh)
- Pawan Kumar (@creador-dev)
1.8.3 (2022-06-17)
react-accordion
- When
icon
is empty, the image disappears. #269 (SUI-360) (@creador-dev) - Blank space between icon and title when image is empty. #269 (SUI-361) (@creador-dev)
- When
- Pawan Kumar (@creador-dev)
1.8.2 (2022-05-30)
react-progress-bar
- Comparing a string and a number with strict operator is pointless. #232 (SUI-398) (@creador-dev)
- Using isNaN may lead to unexpected results. #231 (SUI-399) (@creador-dev)
react-modal
- Missing cleanup of timer in componentDidMount. #230 (SUI-400) (@creador-dev)
react-dropdown
- Using component state to compute could lead to undesired behavior. #255 (SUI-402) (@creador-dev)
- Case clause is duplicated. #229 (SUI-401) (@creador-dev)
react-pagination
- Repeated property. #228 (SUI-403) (@creador-dev)
react-input
- Class identifier is wrong. #227 (SUI-404) (@creador-dev)
- Regular Expression Denial of Service in postcss. #264 (SUI-380) (@creador-dev)
- Regular Expression Denial of Service in trim. #263 (SUI-416) (@iamleigh)
- Regular expression denial of service in glob-parent. #262 (SUI-420) (@iamleigh)
- Inefficient Regular Expression Complexity in nth-check. #261 (SUI-387) (@iamleigh)
- Cross-site Scripting in Prism. #234 (SUI-381) (@creador-dev)
- Bump ws from 7.4.0 to 7.5.7 #254 (SUI-419) (@iamleigh)
- Bump hosted-git-info from 2.8.8 to 2.8.9 #253 (SUI-417) (@iamleigh)
- Bump ssri from 6.0.1 to 6.0.2 #252 (SUI-415) (@iamleigh)
- Bump y18n from 4.0.0 to 4.0.3 #251 (SUI-414) (@iamleigh)
- Bump elliptic from 6.5.3 to 6.5.4 #250 (SUI-413) (@iamleigh)
- Bump node-notifier from 8.0.0 to 8.0.2 #249 (SUI-412) (@iamleigh)
- Bump ini from 1.3.5 to 1.3.8 #248 (SUI-411) (@iamleigh)
- Bump tmpl from 1.0.4 to 1.0.5 #247 (SUI-410) (@iamleigh)
- Bump async from 2.6.3 to 2.6.4 #244 (SUI-373) (@iamleigh)
- Regular Expression Denial of Service in trim-newlines. #246 (SUI-394) (@iamleigh)
- Incorrect comparison in axios. #241 (SUI-375) (@iamleigh)
- Bump color-string from 1.5.4 to 1.9.1 #225 (SUI-393) (@iamleigh)
- Run Chromatic when pushing to any release branch. #226 (SUI-395) (@iamleigh)
- Configure CodeQL alerts. #217 (SUI-376) (@iamleigh)
- Bump path-parse from 1.0.6 to 1.0.7 #223 (SUI-391) (@iamleigh)
- Bump nanoid from 3.1.16 to 3.3.4 #218 (SUI-377) (@iamleigh)
- Bump tar from 4.4.13 to 4.4.19 #222 (SUI-390) (@iamleigh)
- Bump shelljs from 0.8.4 to 0.8.5 #221 (SUI-383) (@iamleigh)
- Bump node-fetch from 2.6.1 to 2.6.7 #220 (SUI-382) (@iamleigh)
- Bump lodash-es from 4.17.15 to 4.17.21 #219 (SUI-378) (@iamleigh)
- Bump moment from 2.29.1 to 2.29.3 #216 (SUI-374) (@iamleigh)
- Bump ejs from 3.1.5 to 3.1.7 #214 (SUI-370) (@iamleigh)
- Bump handlebars from 4.7.6 to 4.7.7 #224 (SUI-392) (@iamleigh)
- Bump minimist from 1.2.5 to 1.2.6 #215 (SUI-371) (@iamleigh)
- ESLint and Prettier configurations not detected. #265 (SUI-396) (@iamleigh)
- Remove
notes
support on add-ons panel. #260 (SUI-421) (@iamleigh) - Upgrade to Storybook 6.4.22. #259 (SUI-315) (@iamleigh)
- Leighton Sapir (@iamleigh)
- Pawan Kumar (@creador-dev)
1.8.1 (2022-05-03)
react-input
- Add
prefix
prop. #207 (SUI-356) (@creador-dev) - Add
suffix
prop. #206 (SUI-357) (@creador-dev) - Allow constrained field. #205 (SUI-358) (@iamleigh)
- Add
react-notifications
- Support callback function for dismiss button. #187 (SUI-349) (@creador-dev)
react-dropdown
- Add
disabled
property for trigger menu button. #184 (SUI-341) (@creador-dev)
- Add
react-notifications
react-pagination
- Parent wrapper breaks the component. #209 (SUI-362) (@creador-dev)
- Wrong package version for
builder
. #198 (SUI-353) (@creador-dev)
react-post
- Image keeps on loading when is empty or null. #183 (SUI-343) (@creador-dev)
- Wrong package version for
builder
. #199 (SUI-353) (@creador-dev) - Disabled state is missing. #185 (SUI-345) (@creador-dev)
- Post title HTML chars are rendered encoded on hovering. #163 (SUI-264) (@creador-dev)
react-progress-bar
- Wrong package version for
builder
. #200 (SUI-353) (@creador-dev)
- Wrong package version for
react-notifications
- Wrong package version for
builder
. #197 (SUI-353) (@creador-dev)
- Wrong package version for
react-modal
- Wrong package version for
builder
. #196 (SUI-353) (@creador-dev)
- Wrong package version for
react-input
- Wrong package version for
builder
. #195 (SUI-353) (@creador-dev)
- Wrong package version for
react-dropdown
- Wrong package version for
builder
. #194 (SUI-353) (@creador-dev) - Missing
disabled
styles for options. #186 (SUI-342) (@creador-dev)
- Wrong package version for
react-button
- Wrong package version for
builder
. #193 (SUI-353) (@creador-dev)
- Wrong package version for
react-box
- Wrong package version for
builder
. #192 (SUI-353) (@creador-dev)
- Wrong package version for
core
react-accordion
- Wrong package version for
builder
. #191 (SUI-353) (@creador-dev) - Demo image is missing in the stories. #174 (SUI-335) (@creador-dev)
- Wrong package version for
react-pagination
react-accordion
react-progress-bar
- Improve stories. #176 (SUI-337) (@creador-dev)
react-input
react-notifications
react-post
react-dropdown
react-button-icon
react-button
- Invalid hook call. #204 (SUI-355) (@creador-dev)
- Set
react
dependency to latest version for all packages. #171 (SUI-203) (@iamleigh) - Rollup was trying to import and compile
react-dom
causing an error during build. #166 (SUI-329) (@creador-dev) - Upgrade
SUI
dependency to its latest version. #160 (SUI-314) (@iamleigh)
- Leighton Sapir (@iamleigh)
- Pawan Kumar (@creador-dev)
1.8.0 (2022-01-30)
react-progress-bar
react-button
- Allow icon to be placed at left or right of label. #131 (SUI-219) (@Gowtham369)
react-input
- Allow error class/state. #132 (SUI-218) (@Gowtham369)
- Update change log file to new structure. #157 (SUI-271) (@iamleigh)
- Styled components can't be loaded multiple times. #141 (SUI-272) (@iamleigh)
- Update change log labels. #140 (SUI-270) (@iamleigh)
- Gowtham Ravipati (@Gowtham369)
- Leighton Sapir (@iamleigh)