-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
f1ed561
commit 548548b
Showing
4 changed files
with
99 additions
and
4 deletions.
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ on: | |
|
||
jobs: | ||
upload-assets: | ||
needs: create-release | ||
strategy: | ||
matrix: | ||
include: | ||
|
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
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,98 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.1](https://github.com/mdn/rari/releases/tag/v0.0.1) - 2024-09-18 | ||
|
||
### Added | ||
|
||
- *(release-plz)* add release-plz and use lto | ||
- *(redirects)* short cuts | ||
- *(seach-index)* build search index | ||
- *(homepage)* build homepage | ||
- *(generic_pages)* add support for generic pages | ||
- *(SPA)* basic SPA support | ||
- *(spas)* initial support for spas | ||
- *(translations)* use en-us front matter | ||
- *(translations)* add other translations field | ||
- *(sitemap)* build sitemap.txt | ||
- *(tmpl)* css_ref | ||
- *(baseline)* support new baseline | ||
- *(templ)* apilistalpha | ||
- *(templ)* add webextallexamples and listgroups | ||
- *(templ)* webextallcompat | ||
- *(templ)* addonsidebarmain | ||
- *(templs)* more on subpages and fixes | ||
- *(templs)* lots of sidebars | ||
- *(templ)* more sidebars | ||
- *(templ)* addonsidebar | ||
- *(deps)* remove once_cell | ||
- *(templs)* glossarydisambiguation | ||
- *(templs)* add js prop attr and svginfo | ||
- *(sidebar)* l10n support | ||
- *(templs)* embeds | ||
- *(templs)* banners and http links | ||
- *(templs)* prev next menu | ||
- *(templs)* default api sidebar | ||
- *(templs)* embed gh live sample | ||
- *(templs)* many | ||
- *(templs)* more banners | ||
- *(templs)* add securecontext | ||
- *(templs)* svgattrs and seecompattable | ||
- feat(templs) webextapiref | ||
- *(apiref)* heavy lifting | ||
- *(templ)* post process inline sidebar | ||
- *(sidebars)* start supporting inline sidebars | ||
- *(templ)* first half of cssinfo | ||
- *(templ)* template before html conversion! | ||
- *(templ)* jsref + fixes | ||
- *(rari)* initial commit | ||
|
||
### Fixed | ||
|
||
- *(ci)* fix release-plz | ||
- *(ci)* fix upload and release-plz | ||
- *(homepage)* use hyData | ||
- *(build)* orphaned and conflicting | ||
- *(various)* fix issues from testing | ||
- *(build)* locale and redirect fixes | ||
- *(search-index)* path | ||
- *(many)* fix path related issues | ||
- *(ids)* fix fixing ids | ||
- *(l10n)* fix trimming | ||
- fix p and summary | ||
- *(banners)* add p | ||
- *(templ)* cssinfo at 99% | ||
- *(ids)* more dl issues | ||
- *(ids)* more on dl ids | ||
- *(ids)* start with 2?! | ||
- *(ci)* remove openssl-sys dependency | ||
- *(ci)* remvoe codeql | ||
|
||
### Other | ||
|
||
- *(deps)* update all and move to workspace | ||
- *(deps)* update dependencies | ||
- *(errors)* add io error with context | ||
- *(md)* update note cards | ||
- *(deps)* major | ||
- *(deps)* all minor | ||
- *(comrak)* 0.26 | ||
- rename macros -> templs | ||
- move templs | ||
- add custom sorter | ||
- apiref | ||
- templ stats and performance | ||
- quicklinks and fixes | ||
- missing page support | ||
- update dpes | ||
- more templs | ||
- prefix img src | ||
- new template escape | ||
- add parser | ||
- move l10n to content |
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