Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn "Added in: v1.8" into "Added before v1.9" #1456

Merged
merged 2 commits into from
Aug 2, 2024
Merged

Conversation

Skn0tt
Copy link
Member

@Skn0tt Skn0tt commented Aug 1, 2024

We didn't have versioning prior to v1.8. This PR makes our display of versions a little more accurate by changing all mentions of "Added in v1.8" to "Added before v1.9". Don't want people thinking that v1.8 was a huge release :D

@Skn0tt Skn0tt self-assigned this Aug 1, 2024
src/generator.js Outdated
@@ -181,6 +181,12 @@ import HTMLCard from '@site/src/components/HTMLCard';
writeFileSyncCached(path.join(this.outDir, 'api', `class-${clazz.name.toLowerCase()}.mdx`), this.mdxLinks(output));
}

#formatSince(since) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we usually prefer underscores across the source-base.

Suggested change
#formatSince(since) {
_formatSince(since) {

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🫡 7ff4043

Copy link
Contributor

github-actions bot commented Aug 1, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-forest-0a29f6210-1456.centralus.azurestaticapps.net

Copy link
Contributor

github-actions bot commented Aug 1, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-forest-0a29f6210-1456.centralus.azurestaticapps.net

@Skn0tt Skn0tt merged commit 9400cb1 into main Aug 2, 2024
6 checks passed
@Skn0tt Skn0tt deleted the added-before-18 branch August 2, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants