Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release Notes
=============

Version 0.59.12
---------------

- fix: spacing issue for mobile (#3124)
- Hide video transcript from api results (#3078)
- feat: removed OFAC Gray Box across Learn (#3119)
- fix: implement the new UAI card (#3118)
- feat: implement bundle upsell design (#3110)
- Use certificate_available for hasCertificate on courses and programs (#3116)
- swap order of what-youll-learn and requirements (#3117)
- fix: Handle missing financial_assistance_form_url on product summary and course enrollment button (#3109)
- fix: Handle image stretch on product page (#3108)

Version 0.59.8 (Released March 26, 2026)
--------------

Expand Down
2 changes: 1 addition & 1 deletion frontends/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ol-test-utilities": "0.0.0"
},
"dependencies": {
"@mitodl/mitxonline-api-axios": "^2026.3.25",
"@mitodl/mitxonline-api-axios": "^2026.3.26",
"@tanstack/react-query": "^5.66.0",
"axios": "^1.12.2",
"tiny-invariant": "^1.3.3"
Expand Down
6 changes: 0 additions & 6 deletions frontends/api/src/generated/v0/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions frontends/api/src/generated/v1/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const program: PartialFactory<V2ProgramDetail> = (overrides = {}) => {
},
},
certificate_type: faker.lorem.word(),
certificate_available: faker.datatype.boolean(),
topics: [
{
name: faker.lorem.word(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ const video: LearningResourceFactory<VideoResource> = (overrides = {}) => {
{
video: {
duration: faker.number.int({ min: 1, max: 70 }).toString(),
transcript: faker.lorem.paragraph(),
},
},
overrides,
Expand Down
2 changes: 1 addition & 1 deletion frontends/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@emotion/styled": "^11.11.0",
"@floating-ui/react": "^0.27.16",
"@mitodl/course-search-utils": "^3.5.2",
"@mitodl/mitxonline-api-axios": "^2026.3.25",
"@mitodl/mitxonline-api-axios": "^2026.3.26",
"@mitodl/smoot-design": "^6.24.0",
"@mui/material": "^6.4.5",
"@mui/material-nextjs": "^6.4.3",
Expand Down
Loading
Loading