Releases: PayEx/design.payex.com
Releases Β· PayEx/design.payex.com
DesignGuide v2.3.2
Changelog
[2.3.1] - 2019-11-08
Fixed
- Bump eslint-utils from 1.3.1 to 1.4.3 for security reasons
- While we're at it, basically bump every node package that doesn't require a lot of refactoring because it's cool to be up-to-date
DesignGuide v2.3.1
Changelog
[2.3.1] - 2019-11-08
Fixed
- Bump eslint-utils from 1.3.1 to 1.4.3 for security reasons
- While we're at it, basically bump every node package that doesn't require a lot of refactoring because it's cool to be up-to-date
DesignGuide v2.3.0
Changelog
[2.3.0] - 2019-07-25
Added
- Added class .action-toggle to .action-list, selecting on .material-icons is deprecated.
- Added class .panel-header and .panel-footer to panel. Support for and without classes is deprecated and will be removed on the next major.
Changed
- Changed label, help-block, legend and placeholder appearance to improve readability.
Fixed
- datepicker.init() now deletes existing flatpickr instances when init is called more than once.
- Fixed bug making our charts documentation crash.
DesignGuide v2.2.0
Changelog
[2.2.0] - 2019-05-23
Added
- Added new init functionality. You can now pass an ID init one specific component.
- Added return values to init. It now returns an object, array of objects or null.
- Added javascript documentation to getting-started section.
- Added component specific documentation about functions.
- Added open and close by ID to actionlist object
- Added close by ID to alert object
- Added open and close by ID to datepicker object
- Added open and close by ID to nav object
- Added open and close by ID to tabs object
- Added open and close by ID to topbar object
- Added option to disable the listener resposible for closing the sheet on clicking outside (data-require-action).
Removed
- Dialog can no longer be closed by clicking outside of it or pressing the ESC key.
DesignGuide v2.1.0
Changelog
[2.1.0] - 2019-05-07
Added
- Added Page Layout section /core
- Added .main-content class
- Added Border section to /utilities
- Added .border class along with more variants
DesignGuide v2.0.3
Changelog
[2.0.3] - 2019-03-25
Fixed
- Fixed issue with action-list icon showing through action-list menu.
- Fixed issue with polyfills
DesignGuide v2.0.2
Changelog
[2.0.2] - 2019-03-07
Fixed
- Fixed issue with "has-vscroll" class not being removed on sheet close.
- Fixed issue with panel table css selectors.
DesignGuide v2.0.1
Changelog
[2.0.1] - 2019-02-13
Changed
- Removed straggling experimental warnings.
Removed
- Removed deprecated text color utility classname
.color-{color}
, use.text-{color}
.
DesignGuide v2.0.0
Changelog
[2.0.0] - 2019-02-12
Hooray!! π π π It's finally here, Stable release! π π π
Fixed
- Fixed issue with action lists not closing when opening a new one.
- Fixed issue with autocomplete for search field in documentation.
DesignGuide v0.16.1
Changelog
[0.16.1] - 2019-02-05
Fixed
- Fixed issue with datepicker not being visible inside sheet.