Skip to content

Commit

Permalink
feat: Provide a build-in icon for custom cards & made the workflow re…
Browse files Browse the repository at this point in the history
…act to commit comments

And prepare for release (that will be in about 1.4 days). Also, it now 1.4.0 as of semantic versioning (it does include a quite a lot)
  • Loading branch information
GabsEdits committed May 2, 2024
1 parent 6ae8858 commit 020db80
Show file tree
Hide file tree
Showing 10 changed files with 162 additions and 101 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- main
workflow_dispatch:
repository_dispatch:
issue_comment:
types:
- created

permissions:
actions: write
Expand All @@ -19,7 +22,7 @@ env:

jobs:
build:
if: startsWith(github.event.head_commit.message, 'release:')
if: contains(github.event.comment.body, 'Publish this Release') || startsWith(github.event.head_commit.message, 'release:')
runs-on: ubuntu-latest

steps:
Expand Down
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
## 1.3.4 (unreleased)
## 1.4.0 (unreleased)

### Cleanup(s)

- Remove dublicated styles that are now provided by `normalize.css`
- Remove duplicated styles that are now provided by `normalize.css`

- Provide a easier way to make the time blink in the `time` tag (now using bold instead of `span`)
- Provide an easier way to make the time blink in the `time` tag (now using bold instead of `span`)

- Migrate basic font configuration to the `fonts.scss` file (rather than the `index.scss` file)

- Migrate all `pixel` values to `rem` values for better accessibility

### Fix(es)

- Allow a changable dark mode background color for code snippets
- Allow a changeable dark mode background color for code snippets

- Made the navigation island have a specific minimum height
- Made the navigation island have a specific minimum height (it could become smaller until now)

### Feature(s)

- Provide a `title` for the navigation icons to improve accessibility

- Migrate all `pixel` values to `rem` values for better accessibility

- Add two new types of links (`external` and `internal`) with different icons at the end of the link

- Migrate basic font configuration to the `fonts.scss` file (rather then the `index.scss` file)
- Provide a build-in icon for custom cards

## 1.3.3 (2024-04-27)

Expand Down
1 change: 1 addition & 0 deletions icons/dangerous.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/lightbulb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aplos",
"version": "1.3.4-6",
"version": "1.4.0-1",
"type": "module",
"description": "A sleek, contemporary, and purposefully designed VitePress theme",
"main": "index.ts",
Expand Down
199 changes: 112 additions & 87 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 020db80

Please sign in to comment.