Skip to content

Commit 222ba45

Browse files
committed
0.18.15
1 parent 9f6c6f6 commit 222ba45

File tree

3 files changed

+27
-23
lines changed

3 files changed

+27
-23
lines changed

CHANGELOG.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v0.18.14](https://github.com/mongodb/snooty/compare/v0.18.13...v0.18.14)
10+
## [v0.18.15](https://github.com/mongodb/snooty/compare/v0.18.11...v0.18.15)
1111

1212
### Merged
1313

14+
- Update build.sh [`#1335`](https://github.com/mongodb/snooty/pull/1335)
15+
- No caching in parser for Netlify builds [`#1334`](https://github.com/mongodb/snooty/pull/1334)
16+
- DOP-5242 🐛 fixes the issue of the tab selector now rendering on mobile view [`#1332`](https://github.com/mongodb/snooty/pull/1332)
17+
- DOP-5259: interactive method selector for offline docs [`#1331`](https://github.com/mongodb/snooty/pull/1331)
18+
- DOP-5258: make collapsibles interactive offline [`#1330`](https://github.com/mongodb/snooty/pull/1330)
19+
- Update package lock for icon [`#1328`](https://github.com/mongodb/snooty/pull/1328)
20+
- DOP-5093: make tabs selectors interactive on offline builds [`#1325`](https://github.com/mongodb/snooty/pull/1325)
1421
- Highlight release warnings [`#1319`](https://github.com/mongodb/snooty/pull/1319)
1522
- DOP-5236: revert back to version 5.0.0 [`#1323`](https://github.com/mongodb/snooty/pull/1323)
1623
- DOP-5215: Move repo cloning to populate-metadata extension [`#1320`](https://github.com/mongodb/snooty/pull/1320)
1724
- DOP-5236: Upgrading gatsby [`#1321`](https://github.com/mongodb/snooty/pull/1321)
18-
19-
## [v0.18.13](https://github.com/mongodb/snooty/compare/v0.18.12...v0.18.13) - 2024-12-05
20-
21-
### Merged
22-
2325
- DOP-5132: Support image-less banners and add TypeScript support [`#1318`](https://github.com/mongodb/snooty/pull/1318)
2426
- DOP-5124: reconstruct table data using tanstack tables [`#1316`](https://github.com/mongodb/snooty/pull/1316)
2527
- DOP-5181: Upgrade Chatbot to 0.10.2 [`#1317`](https://github.com/mongodb/snooty/pull/1317)
2628
- DOP-5142: Remove border radius one dark mode images [`#1315`](https://github.com/mongodb/snooty/pull/1315)
2729
- DOP-5203: update dark mode dropdown position [`#1314`](https://github.com/mongodb/snooty/pull/1314)
2830
- DOP-5203: change Chatbot access from search input to button [`#1311`](https://github.com/mongodb/snooty/pull/1311)
2931
- DOP-5159 Specify content repo and parser version in build script for Netlify Frontend Builds [`#1309`](https://github.com/mongodb/snooty/pull/1309)
32+
- DOP-5189: Create Netlify function to proxy URL fetch [`#1310`](https://github.com/mongodb/snooty/pull/1310)
33+
- DOP-5194: update input font size for mobile [`#1308`](https://github.com/mongodb/snooty/pull/1308)
3034
- Merge in latest Snooty tag [`#1293`](https://github.com/mongodb/snooty/pull/1293)
3135

3236
### Commits
3337

3438
- Revert "Merge branch 'netlify-poc' into main" [`f729b9e`](https://github.com/mongodb/snooty/commit/f729b9e9b75f3872877e0a34b457846e07e7dfa4)
39+
- Update netlify.toml [`9b05e57`](https://github.com/mongodb/snooty/commit/9b05e5700312fe095c34b611bc4ec63f5f51ddb9)
3540
- change build.sh parser version [`9b07302`](https://github.com/mongodb/snooty/commit/9b07302adfb0c53cd51c3c518d735f2e33405bbb)
36-
- Merge tag 'v0.18.11' into netlify-poc [`9ee8960`](https://github.com/mongodb/snooty/commit/9ee896072effd4591552551b7c15debc77bc04ca)
37-
38-
## [v0.18.12](https://github.com/mongodb/snooty/compare/v0.18.11...v0.18.12) - 2024-11-21
39-
40-
### Merged
41-
42-
- DOP-5189: Create Netlify function to proxy URL fetch [`#1310`](https://github.com/mongodb/snooty/pull/1310)
43-
- DOP-5194: update input font size for mobile [`#1308`](https://github.com/mongodb/snooty/pull/1308)
4441

4542
## [v0.18.11](https://github.com/mongodb/snooty/compare/v0.18.10...v0.18.11) - 2024-11-14
4643

@@ -336,21 +333,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
336333

337334
## [v0.16.19](https://github.com/mongodb/snooty/compare/v0.16.18...v0.16.19) - 2024-06-20
338335

336+
## [v0.16.18](https://github.com/mongodb/snooty/compare/v0.16.17...v0.16.18) - 2024-06-27
337+
339338
### Merged
340339

340+
- :art: DOP-4760 sets the letter-spacing for p and a tags within the landing template [`#1152`](https://github.com/mongodb/snooty/pull/1152)
341+
- DOP-4782: Avoid using style prop for Link component [`#1150`](https://github.com/mongodb/snooty/pull/1150)
342+
- :art: DOP-4635 using static css approach [`#1151`](https://github.com/mongodb/snooty/pull/1151)
343+
- :white_check_mark: DOP-4781 changes the description of the Chatbot test [`#1148`](https://github.com/mongodb/snooty/pull/1148)
344+
- :lipstick: DOP-4635 applies styles in footnote to support dark mode [`#1144`](https://github.com/mongodb/snooty/pull/1144)
345+
- DOP-4715: Upgrade consistent nav to "v2.1.0" [`#1146`](https://github.com/mongodb/snooty/pull/1146)
346+
- :lipstick: DOP-4644 applies dark mode support for Instruqt drawer [`#1143`](https://github.com/mongodb/snooty/pull/1143)
347+
- DOP-4761: update LG/tabs to v12 to render content in HTML [`#1141`](https://github.com/mongodb/snooty/pull/1141)
348+
- DOP-4652 update skeleton for dark mode [`#1139`](https://github.com/mongodb/snooty/pull/1139)
349+
- Fix ChatbotUI background inheritance [`#1145`](https://github.com/mongodb/snooty/pull/1145)
350+
- Lighthouse Fix: Access correct commit message for both merges and PRs [`#1142`](https://github.com/mongodb/snooty/pull/1142)
341351
- :sparkles: DOP-4624 now using mongodb-chatbot-ui component's dark mode [`#1137`](https://github.com/mongodb/snooty/pull/1137)
342352
- DOP-4632: Make feedback widget submitted links use LG Typography [`#1136`](https://github.com/mongodb/snooty/pull/1136)
343353
- :fire: DOP-4663 removes Topic component and all traces of it [`#1140`](https://github.com/mongodb/snooty/pull/1140)
344354
- DOP-4614: Skunk - upload lighthouse reports to Atlas [`#1131`](https://github.com/mongodb/snooty/pull/1131)
345355
- Remove old lighthouse workflow [`#1134`](https://github.com/mongodb/snooty/pull/1134)
346356
- Remove lang-based redirect for now [`#1133`](https://github.com/mongodb/snooty/pull/1133)
347357

348-
## [v0.16.18](https://github.com/mongodb/snooty/compare/v0.16.17...v0.16.18) - 2024-06-14
349-
350-
### Merged
351-
352-
- Remove lang-based redirect for now [`#1133`](https://github.com/mongodb/snooty/pull/1133)
353-
354358
## [v0.16.17](https://github.com/mongodb/snooty/compare/v0.16.16...v0.16.17) - 2024-06-13
355359

356360
### Merged

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snooty",
3-
"version": "0.18.14",
3+
"version": "0.18.15",
44
"repository": "github:mongodb/snooty",
55
"engines": {
66
"node": "^18",

0 commit comments

Comments
 (0)