Michael Roytman
7233f08d3d
feat: update version of frontend-lib-learning-assistant to 2.23.1 ( #1807 )
...
This commit installs version 2.23.1 of @edx/frontend-lib-learning-assistant.
This release fixes a bug where the Xpert Learning Assistant was only available to learners in the audit and credit modes.
See https://github.com/edx/frontend-lib-learning-assistant/releases/tag/v2.23.1 .
2025-10-15 13:35:20 -04:00
Muhammad Anas
47b9a436a6
chore: bump frontend-component-header to v8.x.x ( #1791 )
...
* chore: bump frontend-component-header to v6.6.x
* chore: bump frontend-component-header to ^8.0.0
2025-10-08 09:48:07 -04:00
Feanil Patel
d3188efbcc
build: remove unused @edx/reactifex package
...
Remove @edx/reactifex package from devDependencies as it is no longer
needed. Translation extraction functionality has been verified to work
correctly without this dependency.
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-26 13:09:24 -04:00
Samuel Allan
7fccf7794c
fix: update frontend-build to fix install issues
...
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
https://github.com/openedx/frontend-build/issues/664 and
https://github.com/openedx/frontend-build/pull/665 for more information.
The frontend-build dependency was updated by:
```
npm install --package-lock-only @openedx/frontend-build
```
Private-ref: https://tasks.opencraft.com/browse/BB-9953
2025-09-12 14:21:20 -03:00
Isaac Lee
9bf5d01c41
chore: update learning assistant plugin 2.23.0 ( #1781 )
2025-08-25 12:54:13 -04:00
Muhammad Anas
db29e314c3
feat: customize proctoring review requirements link using externalLinkUrlOverrides ( #1775 )
2025-08-04 10:36:44 -04:00
Maniraja Raman
4c8aa7c80c
feat: add FEATURE_ENABLE_CHAT_V2_ENDPOINT to environment files and update library version ( #1768 )
2025-07-29 16:48:07 -04:00
Diana Villalvazo
56a73eee15
test: transform snapshot into rtl test 2/2 ( #1757 )
...
* test: remove snapshots and use rtl tests
* test: add expected result on map search
2025-07-29 10:03:07 -04:00
Diana Villalvazo
48270c35dd
chore: remove react-unit-test-utils package ( #1758 )
2025-07-28 14:02:55 -04:00
Brian Smith
ddbc2124ef
feat!: add design tokens support ( #1737 )
...
BREAKING CHANGE: Pre-design-tokens theming is no longer supported.
Co-authored-by: Diana Olarte <diana.olarte@edunext.co >
2025-06-18 12:07:01 -04:00
edX requirements bot
f28528e813
chore: update browserslist DB ( #1730 )
...
Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com >
2025-06-09 00:43:43 +00:00
wgu-jesse-stewart
ab3f5fd7bc
fix: ensure full-height layout ( #1724 )
...
When content within a sequence was shorter than the height of the browser viewport, the `.sequence-container > .outline-sidebar-wrapper` element does not expand appropriately. This caused the course outline sidebar to be partially or completely hidden from view.
2025-06-06 15:55:15 -03:00
KristinAoki
db9663b664
feat: add start:with-theme command
2025-06-05 19:47:23 +05:30
Javier Ontiveros
31b02d777f
feat: disable completion item icons on flag ( #1714 )
...
* feat: base modifications to disable completion checks when flag enabled
* chore: started updating tests
* chore: udpated tests
* chore: added missing negative test
---------
Co-authored-by: Adolfo R. Brandes <adolfo@axim.org >
2025-06-04 15:33:12 -03:00
Nathan Sprenkle
d3d2f75c12
chore: re-add query-string dependency ( #1703 )
...
Several of our plugins still rely on this, though it should be removed ASAP
2025-05-12 10:36:48 -04:00
renovate[bot]
73406fbb31
fix(deps): update dependency @edx/openedx-atlas to ^0.7.0 ( #1699 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 02:39:17 +00:00
Braden MacDonald
1484bc50f7
refactor: replace query-string pkg, remove unused <ShareButton> ( #1676 )
2025-05-05 09:56:09 -07:00
Brian Smith
24c9437e91
feat: import FooterSlot from component package instead of slot package ( #1682 )
2025-04-24 12:32:45 -04:00
Brian Smith
fb6f110732
feat: standardize slot ids ( #1685 )
2025-04-24 07:27:23 -04:00
Ivo Branco
4cc716b20c
chore(deps): update dependency @openedx/frontend-build ( #1677 )
...
This will extract more messages to be translated.
2025-04-16 15:36:46 -04:00
Braden MacDonald
756fbbac83
chore: remove 'patch-package' and its unused frontend-build patch
2025-04-15 11:56:18 -07:00
Brian Smith
360af1f0e9
feat: upgrade to react 18 ( #1663 )
2025-04-07 14:58:51 -04:00
renovate[bot]
8ecaa018da
fix(deps): update dependency @edx/react-unit-test-utils to v3.1.0 ( #1652 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 13:56:25 +00:00
Brian Smith
c06f2c37ab
chore(deps): update @openedx dependencies to versions that support React 18 ( #1656 )
2025-04-02 09:49:49 -04:00
Michael Roytman
91d3762513
feat: update version of frontend-lib-learning-assistant to 2.19.2 ( #1629 )
...
This commit installs version 2.19.2 of @edx/frontend-lib-learning-assistant.
This release commit fixes a bug where the days remaining banner appears after an audit trial learner sends their first message. In this case, the days remaining is not displayed until the call to the chat summary endpoint completes. This commit adds a loading spinner to the banner that appears while that call is in progress.
See https://github.com/edx/frontend-lib-learning-assistant/releases/tag/v2.19.2 .
2025-03-07 11:01:21 -05:00
renovate[bot]
d6908abb13
chore(deps): update dependency @testing-library/user-event to v14.6.1
2025-03-05 14:00:48 -08:00
Braden MacDonald
96d3d0da7e
chore: remove husky
2025-03-05 16:39:59 -03:00
renovate[bot]
14cc32fcf6
fix(deps): update dependency @openedx/frontend-build to v14.3.2 ( #1616 )
...
* fix(deps): update dependency @openedx/frontend-build to v14.3.2
* fix: 'unitId' PropType is defined but prop is never used
* fix: bump maximum allowed bundle size for now :/
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Braden MacDonald <braden@opencraft.com >
2025-03-05 18:04:37 +00:00
Braden MacDonald
ae04e5b366
fix: remove husky internal files that should never have been committed
2025-02-28 10:18:31 -08:00
renovate[bot]
f433118a8d
fix(deps): update dependency @edx/browserslist-config to v1.5.0 ( #1612 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-28 06:41:56 +00:00
renovate[bot]
9958638a86
fix(deps): update dependency @reduxjs/toolkit to v1.9.7
2025-02-27 16:47:57 -08:00
Varsha Menon
da633ffbd9
feat: upgrade learning assistant frontend to 2.19.1 optimizely bug fix ( #1607 )
2025-02-27 10:15:04 -05:00
Varsha Menon
b54d1e467e
Revert "chore: upgrade frontend lib learning assistant version ( #1590 )" ( #1592 )
...
This reverts commit e34d18d727 .
2025-02-21 10:38:28 -05:00
Varsha Menon
e34d18d727
chore: upgrade frontend lib learning assistant version ( #1590 )
2025-02-19 12:18:51 -05:00
Marcos Rigoli
bd9c97c269
fix: Unify Xpert audit trial eligibility between backend and frontend ( #1581 )
...
* fix: Refactored Chat to be easier to read
* chore: Fixed comment typo
2025-01-30 16:35:39 -03:00
Marcos Rigoli
5be1620f1d
fix: Updated learning assistant to v2.14.2 ( #1577 )
2025-01-21 17:17:38 -03:00
Braden MacDonald
826f1382dd
* fix(deps): update @openedx/paragon to v22.13.0, fix minor TypeScript warning ( #1572 )
...
* fix(deps): update dependency @openedx/paragon to v22.13.0
* fix: update use of useWindowSize() to reflect accurate data types
* chore: allow slightly larger bundle size for new paragon :/
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-10 10:09:17 -08:00
renovate[bot]
4bb4bb7a88
fix(deps): update dependency @edx/browserslist-config to v1.4.0 ( #1570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-08 00:40:32 +00:00
Marcos Rigoli
346e15abd4
feat: Updated frontend-lib-learning-assistant to v2.14.1 ( #1559 )
2025-01-03 13:00:10 -03:00
renovate[bot]
0456ad9318
fix(deps): update dependency husky to v9 ( #1545 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-02 11:34:18 -03:00
Marcos Rigoli
e505f78cfb
feat: Updated frontend-lib-learning-assistant to v2.13.0 ( #1557 )
2024-12-18 12:50:19 -03:00
Varsha Menon
8a20b908c7
feat: upgrade learning assistant ( #1553 )
2024-12-16 10:09:34 -05:00
Alison Langston
dafdcad2b4
feat: update gating for chat component ( #1550 )
...
* feat: update gating for chat component
* fix: add gating for access expiration
* chore: upgrade learning assistant version
2024-12-09 16:21:40 -05:00
Braden MacDonald
4a925f9c11
refactor: convert masquerade UI widgets to Function Components + TypeScript ( #1513 )
...
* refactor: convert masquerade UI widgets to TypeScript
* test: improve test coverage
* chore: upgrade @testing-library/user-event to v14
* test: improve test coverage
* test: improve test coverage
2024-12-04 22:33:06 +05:30
renovate[bot]
e0196f2a2a
fix(deps): update dependency copy-webpack-plugin to v12
2024-11-26 14:41:49 -08:00
Varsha Menon
642031bf87
feat: upgrade learning assistant ( #1542 )
2024-11-25 12:02:51 -05:00
Brian Smith
f778f27647
feat: update to header with new FPF pluginProps ( #1524 )
2024-11-22 15:20:58 -05:00
renovate[bot]
19b8df35ae
chore(deps): update dependency axios-mock-adapter to v2.1.0
2024-11-20 09:06:54 -08:00
renovate[bot]
8aafc6b8bd
fix(deps): update dependency redux to v4.2.1
2024-11-19 16:08:56 -08:00
Nathan Sprenkle
c221770213
chore: bump frontend-build to 14.2.0 ( #1522 )
2024-11-18 14:02:51 -05:00