Releases: rsm-hcd/AndcultureCode.JavaScript.React.Components
v0.6.2
v0.6.1
v0.5.0
v0.5.0 Release
Release notes
Restructuring of Atom & Molecule components to be more intentional about their classifications. See PR #102 for specific code changes
Notable features:
- All Atoms with more than 1 HTML element, with the exception of icons and wrappers for icon positioning, have been moved to the Molecules layer.
- Additionally, there were a handful of icon-variant components that were merged into their base component with the ability to optionally add an icon prop.
Known issues
#84 Standardize Atom & Molecule classification
Contributors
v0.4.0 - SCSS restructure
v0.3.5
Export list-box
v0.3.4 Release
Release notes
Quick bug fix to export list-box component
Known issues
#80 Export list-box component
Contributors
v0.3.3
v0.3.3 Release
Release notes
Maintenance release for backfilling various tests and bug fixes in the library
Known issues
#7 Backfill tests for Atoms/PasswordInput
#9 Backfill tests for Atoms/TextInput and Atoms/TextInputIcon
#11 Backfill tests for Atoms/Select
#12 Backfill tests for Atoms/InputCharacterCount
#13 Backfill tests for Atoms/ProgressBar
#14 Backfill tests for Atoms/Heading and Atoms/HeadingIcon
#21 Backfill tests for Molecules/DropdownButton
#23 Backfill tests for Molecules/CheckboxFormField
#24 Backfill test for Molecules/InputFormField
#25 Backfill tests for Molecules/PasswordInputField
#34 Backfill tests for Atoms/ToastManager
#50 Knobs for Dropdown button not working in storybook
Contributors
v0.3.2 - Maintenance release
v0.3.2 Release
Release notes
Backfilling of automated tests for various components as well as bug fixes
Known issues
#55 added tests for radio list
#56 Added tests for unordered list
#57 Added tests for radio button
#58 Added tests for paragraphs
#59 Added tests for textareaformfield
#60 Added test for forms
#61 Added tests for checkbox button
#62 Added tests for checkbox input
#63 Add tests for molecules select form field
#64 Added and updated tests for text area
#67 Removed e.preventDefault() from window object touchEnd event. Added
Contributors
v0.3.1
v0.3.0
v0.3.0 Release
Release notes
Adds a new sketchpad component with various tools for drawing and interaction, such as a pencil tool, pan tool, line tool, etc.
Known issues
#45 Sketch Pad Component