Skip to content

Releases: US-CBP/cbp-theme

Updates to table and left side bar

03 Oct 16:58
Compare
Choose a tag to compare

#150 - fix continuous scrolling issue with page resize

#146 - fix table layout css

#153 - fix select font size and color

Adding visual diff for tracking changes

Minor patch for labels and radio button

22 Sep 15:12
Compare
Choose a tag to compare

#139 - Radio text overlap fix
#137 - Hex color update
#133 - Time line update

Refactor Cards, Accessibility Fixes, Font Adjustment

13 Sep 19:26
Compare
Choose a tag to compare

#125 Refactor Cards to use Material Design classes only

#126 Text sizing adjustment from 15px to 13px

#117 Static input field labels disappearing fix

#118 Disabled field no longer show as 'required field'

#119 Readonly fields attribute added for input fields with accessible colors

#112 #42 Toasts and Notifications Accessiblity enhancements

Header and Notification Accessibility

21 Aug 15:46
Compare
Choose a tag to compare
  • Fixes Issue #7 moving header text from css to html for better accessibility (#114)
    #114
  • Fixes Issue #42: accessibility fix on notification, fixes: extend alert scss and add aria to alerts and notification (#111)

Fix for jquery and removal of kitchensink dist directory

15 Aug 02:10
Compare
Choose a tag to compare
  • Fix for jquery not found due to Webpack configuration #107
  • Removed Kitchen Sink dist directory #105

Move font-awesome to dependencies from devDependencies

26 Jul 13:30
Compare
Choose a tag to compare

Per #95

Font Awesome library is a dependency and not a devDependency

Refactor of SASS files, Allow for Layout without Application Header

25 Jul 16:07
Compare
Choose a tag to compare

Fixes #98 #97

  • Application layouts no longer require the application header
  • Remove webpack character, folder structure refactoring, introduced roboto-fontface library

Fixes for tables, input masks, miscellaneous

13 Jul 19:14
Compare
Choose a tag to compare

The following fixes were made:

  • Input Field and Select Underline color consistency #82
  • updates for th tags in rows to ensure they were not right aligned or bold #84
  • Static labels no longer disappear when value is entered #87
  • Placeholder label does not dissappear on focus with Input Mask #93
  • Updates to Developer Guide with correct port #96

Fix for SASS imports referencing node_modules paths

29 Jun 14:32
Compare
Choose a tag to compare

This patch release fixes #90

  • Referencing npm modules without using relative node_modules path so that users of cpb-theme may use individual scss files portably

  • Resolve aliases collide with scss npm module import - our workaround is to use the alias that is different from the npm module name.
    It is a webpack node-sass/loader-sass issue.

Added SASS files to the distribution

10 Apr 16:24
Compare
Choose a tag to compare

Added SASS files to the distribution to support other projects also using SASS to facilitate use of variables and extension.