-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"hexo-theme-cupertino": "1.0.0" | ||
}, | ||
"changesets": [ | ||
"cuddly-wombats-do", | ||
"famous-jobs-buy", | ||
"gorgeous-pumas-count", | ||
"long-humans-join", | ||
"loud-lamps-cover", | ||
"old-masks-complain", | ||
"quick-zoos-notice", | ||
"twenty-dolphins-chew", | ||
"unlucky-suns-smile", | ||
"wild-buses-join", | ||
"wise-shirts-cry" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# hexo-theme-cupertino | ||
|
||
## 2.0.0-beta.0 | ||
|
||
### Major Changes | ||
|
||
- 0fac982: Upgrade the structure of navigation and footer configuration, in order to allow configuring their items in an array. | ||
- 0fac982: Fix incomplete config overwriting, arrays won't be merged now. | ||
- 0fac982: Migrate from saved SVGs to icon packs. | ||
|
||
### Minor Changes | ||
|
||
- 0fac982: Translate all CSS to SCSS. | ||
- 0fac982: Manually format EJS and add Prettier to format JS and SCSS. | ||
- 0fac982: Remove unused i18n strings. | ||
- 0fac982: Pack `post-list` as a `partial`. | ||
- 0fac982: Refine navigation animation. | ||
- 0fac982: Add Changesets for better changelog keeping. | ||
|
||
### Patch Changes | ||
|
||
- 30cad68: Make scroll reveal effects play only once. | ||
- 0fac982: Remove wildcard transitions to avoid unexpected various transition durations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters