sky-toolkit-core
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -7,3 +7,3 @@ Provide a general summary of your changes in the Title above | ||
## Related Issue | ||
Please link to the issue here: | ||
Please link to the issue here | ||
@@ -19,5 +19,5 @@ ## Motivation and Context | ||
## Screenshots (if appropriate): | ||
## Screenshots (if appropriate) | ||
## Types of changes | ||
## Types of Changes | ||
What types of changes does your code introduce? Put an `x` in all the boxes that apply: | ||
@@ -29,7 +29,18 @@ | ||
## Checklist: | ||
## Browser Support | ||
- [ ] Chrome | ||
- [ ] Edge | ||
- [ ] Firefox | ||
- [ ] IE9 | ||
- [ ] IE10 | ||
- [ ] IE11 | ||
- [ ] Opera | ||
- [ ] Safari | ||
- [ ] Mobile Devices | ||
## Checklist | ||
- [ ] New functions and mixins have appropriate tests. | ||
- [ ] All new and existing tests passed. | ||
- [ ] Changes have been browser tested (including IE). | ||
- [ ] I have added instructions on how to test my changes. | ||
- [ ] Package version updated. | ||
- [ ] CHANGELOG.md updated. |
@@ -0,1 +1,16 @@ | ||
# Toolkit Core v0.5.2 | ||
## 1. Features | ||
- [divider] New mixins for creating divider gradient border and shadow. | ||
## 2. Enhancements | ||
- [colors] Added `mid` gradient to `gradients` variable map. | ||
- [forms] ie9 class to hide gradient text overflow for `c-form-select`. | ||
- [functions] Added `convert-to-em` helper to convert em and px values to the equivalent em value ie `convert-to-em(40px) = 2em` with optional base font-size. | ||
- [functions] Added `strip-unit` helper to remove units from a value. ie `strip-unit(400px) = 400`. | ||
- [gradients] `background-gradient` can now utilise an inverted horizontal direction and percentage overrides. | ||
- [settings] Update small breakpoint to 420px. | ||
=== | ||
# Toolkit Core v0.5.1 | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "sky-toolkit-core", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "The core framework of Sky's web toolkit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88767
59