Skip to content

Commit db23eb9

Browse files
chore: new release (#74)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9107d45 commit db23eb9

7 files changed

+22
-34
lines changed

.changeset/cyan-ways-juggle.md

-7
This file was deleted.

.changeset/dry-steaks-report.md

-7
This file was deleted.

.changeset/lemon-dancers-know.md

-7
This file was deleted.

.changeset/shiny-birds-sing.md

-5
This file was deleted.

.changeset/unlucky-ducks-exist.md

-7
This file was deleted.

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# apeu
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- 1099999: Enables the customization of the cover position for content collections that supports a cover.
8+
9+
A new `position` property is available in the `cover` object for content collections accepting a cover. The value should match the tokens supported by the CSS `object-position` property (only strings like `top`, `left`, etc. are supported).
10+
11+
- 1099999: Removes alt text for decorative images.
12+
13+
The collections entries using a `cover` no longer accepts an `alt` property to define the alternative text of the images. Those are purely decorative so they shouldn't be announced to screen readers.
14+
15+
- a49c607: Fixes an issue where pagination styles was overridden by other styles in production.
16+
17+
The CSS order seems a bit inconsistent between development and production modes. The style for pagination links was not correctly applied to the built website.
18+
19+
- 1099999: Readjusts the cover dimensions.
20+
- 6165c62: Removes links pointing to the current page.
21+
22+
Some pages (tags, categories) was linking to themselves. This removes those useless links.
23+
324
## 1.0.3
425

526
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apeu",
33
"description": "The code source of my personal website.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"license": "MIT",
66
"author": {
77
"name": "Armand Philippot",

0 commit comments

Comments
 (0)