Skip to content

Commit

Permalink
Apply image container release notes suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek Szopka <83575+bartaz@users.noreply.github.com>
  • Loading branch information
jmuzina and bartaz committed Jun 17, 2024
1 parent 0794a18 commit 7c89135
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions releases.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- version: 4.13.0
features:
- component: Images
- component: Image container
url: /docs/patterns/images
status: Updated
notes: "We've added new classes for controlling image aspect ratio and background."
- component: Images
status: New
notes: "We've added a new image container component for controlling image aspect ratio and background."
- component: Images / Legacy variants
url: /docs/patterns/images
status: Deprecated
notes: "We've deprecated the <code>p-image--bordered</code> and <code>p-image--shadowed</code> classes. Use <code>p-image-container is-highlighted</code> instead."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "_layouts/examples.html" %}
{% block title %}Image container / Highlighted{% endblock %}
{% block title %}Image Container / Highlighted{% endblock %}

{% block standalone_css %}patterns_image{% endblock %}

Expand Down

0 comments on commit 7c89135

Please sign in to comment.