Skip to content

Commit 8059e15

Browse files
authored
Prepare for v6.0.0 (#180)
1 parent c8fe970 commit 8059e15

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,26 @@ A concise overview of the public-facing changes to the gem from version to versi
44

55
## Unreleased
66

7+
## v6.0.0 - 2026-01-22
8+
9+
### Features
10+
711
- Add Rake task `graphql-docs:generate` for integration with Rails and other Ruby projects that use Rake. Supports both task arguments and environment variables for configuration. Can be used with `Rake::Task["assets:precompile"].enhance(["graphql-docs:generate"])` to generate docs as part of the build process.
8-
- **breaking:** Upgrade commonmarker, html-pipeline, and gemoji dependencies, see **BREAKING CHANGES** section below
12+
- Add support for running as a Rack app for easy integration with existing web applications
13+
- Add resizable sidebar for better UX
14+
- Add Dark Mode styles support
15+
- Render deprecation info for queries and mutations
16+
17+
### Improvements
18+
19+
- Replace jQuery with vanilla JavaScript for smaller bundle size and fewer dependencies
20+
- Optimize packaged gem size and use system fonts for better performance
921
- Run CI against Ruby 4.0
1022

23+
### Breaking Changes
24+
25+
- **breaking:** Upgrade commonmarker, html-pipeline, and gemoji dependencies, see **BREAKING CHANGES** section below
26+
1127
### 🚨 BREAKING CHANGES
1228

1329
This release upgrades three major dependencies with significant breaking changes.

lib/graphql-docs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module GraphQLDocs
44
# Current version of the GraphQLDocs gem
5-
VERSION = "5.2.0"
5+
VERSION = "6.0.0"
66
end

0 commit comments

Comments
 (0)