Releases: PayEx/design.payex.com
Releases · PayEx/design.payex.com
DesignGuide v.0.7.0 - 2018-07-03
Added
- Added well component.
- Added a styling for using
text-muted
within a text-color modifyer class (i.e.color-brand
). - Added section about breakpoints.
- Added section about display classes.
- Added table with supported browsers in browser-support section.
- Added card component.
Changed
- Changed the name of the alert class
alert-error
toalert-danger
to match the other components. - Changed alert component to
display: block
by default, no longer requiring classin
. Close-buttons for the alert component now adds classd-none
instead. - Changed modal component to use class
d-block
instead of classin
. Open/close-buttons for the modal component now toggles classd-block
instead. - Optimized
px-script
code for rangeslider component. It no longer triggers eventlistener for chrome-related styling in other browsers.
Removed
- Removed class
fade
from modal for now.
Fixed
- Fixed form components for other browsers than chrome.
- Fixed bug with breadcrumb component not rendering correctly if using spaces between
<li>
-elements.
DesignGuide v.0.6.0 - 2018-06-08
Added
- Added polyfill for
Nodelist.forEach
. - Added polyfill for
Object.assign
. - Added badge component.
- Added utility classes for visibility.
- Added utility classes for display properties.
- Added more variants of the rangeslider.
Changed
- Reworked grid to resemble that of Bootstrap v4.
- Refactored the rangeslider.
- Updated documentation for rangeslider.
Fixed
- Fixed issue with documentation not being viewable in the edge and ie browsers.
DesignGuide v.0.5.0 - 2018-05-29
Added
- Added section about icons.
Fixed
- Fixed a bug with loaders not displaying properly in Firefox.
DesignGuide v.0.4.0 - 2018-05-23
Added
- Added datepicker component.
- Added introduction.
- Added topbar component.
- Added license.
- Added versioning description to readme.
- Added Google tag manager.
Changed
- Loader component now generates needed html for the loader itself with the attribute
data-loader
. Static html still works, but is not recommended to use with the new attribute. - Optimized configuration for react router.
- Updated files for px-script to be self-contained, even tough webpack already does this, we might not be using webpack forever.
- Changed destination for script and styles. They are no longer named after version, but instead put in a folder with the current version (ex
/0.4.0/scripts/px.js
). - Updated readme.
- Changed routing, so the path no longer starts with
/design.payex.com/
.
DesignGuide v.0.2.1 - 2018-04-19
- Mainly changes to local dev environment and setup for teamcity, no significant changes to the documentation itself
DesignGuide v.0.2.0 - 2018-04-17
Added
- Added tabs component.
Changed
- Refactored px-script.
- px-script no longer contains methods to manipulate components, only init methods remains for now.
- Changed base colors to properly reflect colors specified in the PayEx Graphic Manual.