Skip to content

Releases: rsm-hcd/AndcultureCode.JavaScript.React.Components

v0.6.2

29 Jul 20:03
f33f760
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @myty made their first contribution in #140

Full Changelog: 0.6.1...0.6.2

v0.6.1

29 Jul 19:03
e4f914b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

v0.5.0

15 Mar 12:25
Compare
Choose a tag to compare

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

@alexgetty
@phess101

v0.4.0 - SCSS restructure

27 Jan 17:31
Compare
Choose a tag to compare

v0.4.0 Release

Release notes

This PR performs project restructure moving SCSS files beside components

Known issues

#48 Move scss files beside components

Contributors

@phess101

v0.3.5

02 Dec 13:22
Compare
Choose a tag to compare

v0.3.5 Release

Release notes

Maintenance release to backfill tests as well as some refactoring for the AccessibleList molecule component

Known issues

#19 Backfill tests for Molecules/AccessibleList

Contributors

@SaidShah

Export list-box

16 Nov 16:09
Compare
Choose a tag to compare

v0.3.4 Release

Release notes

Quick bug fix to export list-box component

Known issues

#80 Export list-box component

Contributors

@wintondeshong

v0.3.3

11 Nov 23:58
Compare
Choose a tag to compare

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

@SaidShah

v0.3.2 - Maintenance release

29 Oct 09:15
Compare
Choose a tag to compare

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

@KevinBusch
@SaidShah

v0.3.1

09 Sep 12:52
Compare
Choose a tag to compare

v0.3.1 Release

Release notes

Styling fix for the Select component

Known issues

#38: Fixed issue with select arrow displaying beneath select dropdown.

Contributors

@ralphjmcintyre

v0.3.0

31 Aug 21:43
Compare
Choose a tag to compare

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

Contributors

@KevinBusch