Skip to content

Commit

Permalink
8.1.0 (#49)
Browse files Browse the repository at this point in the history
* 8.1.0
  • Loading branch information
pookmish authored and sherakama committed Oct 30, 2019
1 parent de4393d commit 629b666
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 16 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Stanford Image Styles

8.x-1.0
--------------------------------------------------------------------------------
_Release Date: 2019-10-30_

- First Stable Release!
- Changes to this release from Alpha 1:
* Added circleci
* Updated codeclimate configuration
* Added dependencies to drupal/image_effects & drupal/focal_point
* Created and updated image styles to match decanter breakpoints
* Added Card image style
* Added CTA image style
* Updated repsonsive image styles to match new decanter breakpoint styles
* Added tests
* Updated breakpoints.yml to mirror new Decanter breakpoints


8.x-1.0-alpha1
--------------------------------------------------------------------------------
_Release Date: 2017-10-30_
Expand Down
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# [Stanford Image Styles](https://github.com/SU-SWS/stanford_image_styles)
##### Version: 8.x-1.0-dev
##### Version: 8.x

[![CircleCI](https://circleci.com/gh/SU-SWS/stanford_image_styles.svg?style=svg)](https://circleci.com/gh/SU-SWS/stanford_image_styles)
[![Maintainability](https://api.codeclimate.com/v1/badges/51adad6b2a3d5097cfb1/maintainability)](https://codeclimate.com/github/SU-SWS/stanford_image_styles/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/51adad6b2a3d5097cfb1/test_coverage)](https://codeclimate.com/github/SU-SWS/stanford_image_styles/test_coverage)

Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)

Expand All @@ -15,7 +17,6 @@ The Stanford Image Styles module contains a number of shared or common image sty
Accessibility
---
[![WCAG Conformance 2.0 AA Badge](https://www.w3.org/WAI/wcag2AA-blue.png)](https://www.w3.org/TR/WCAG20/)
Evaluation Date: 201X-XX-XX
This module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: [https://ucomm.stanford.edu/policies/accessibility-policy.html](https://ucomm.stanford.edu/policies/accessibility-policy.html).

Installation
Expand All @@ -34,18 +35,6 @@ Troubleshooting

If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.

Developer
---

If you wish to develop on this module you will most likely need to compile some new css. Please use the sass structure provided and compile with the sass compiler packaged in this module. To install:

```
npm install
grunt watch
or
grunt devmode
```

Contribution / Collaboration
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ type: module
description: Provides an admin page to view a preview of all image styles after effects are applied.
core: 8.x
package: Stanford
version: 8.x-1.0-dev
version: 8.x-1.0
dependencies:
- stanford_image_styles
2 changes: 1 addition & 1 deletion stanford_image_styles.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Provides Image Styles'
core_version_requirement: ^8 || ^9
package: Stanford
version: 8.x-1.0-dev
version: 8.x-1.0
dependencies:
- drupal:image
- drupal:responsive_image
Expand Down

0 comments on commit 629b666

Please sign in to comment.