aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/codex/codex.mjs
Commit message (Collapse)AuthorAgeFilesLines
* Update Codex from v1.2.1 to v1.3.0Eric Gardner2024-01-231-8279/+0
| | | | | | | | | | | | | | | | | | | | | Also introduces a new design token (@border-color-muted) and updates some resource module definitions to use .cjs filenames per upstream. Bug: T324688 Bug: T338184 Bug: T338802 Bug: T346815 Bug: T349016 Bug: T350197 Bug: T352585 Bug: T352931 Bug: T354547 Bug: T354759 Bug: T355081 Bug: T355160 Bug: T355551 Change-Id: Idcfdee4583018500d06e37fda2ee4925111f1915
* Update Codex from v1.2.0 to v1.2.1lwatson2024-01-091-207/+103
| | | | | | | | | | | | | | | | | Bug: T296106 Bug: T312195 Bug: T348804 Bug: T350447 Bug: T351753 Bug: T352587 Bug: T352765 Bug: T352931 Bug: T353216 Bug: T353846 Bug: T354394 Bug: T354525 Bug: T354571 Change-Id: Ibbdc191b9f7fa3f735e63ba28d14bbf2378f8814
* Update Codex from v1.0.1 to v1.1.1Anne Tomasevich2023-12-061-1036/+1746
| | | | | | | | | | | | | | | | | Bug: T301730 Bug: T311671 Bug: T340590 Bug: T346689 Bug: T346696 Bug: T347662 Bug: T349566 Bug: T349859 Bug: T350436 Bug: T350448 Bug: T350651 Bug: T352192 Bug: T352642 Change-Id: I00b42d01021c2742547f205d69a5036624af1055
* Update Codex from v1.0.0 to v1.0.1Roan Kattouw2023-11-071-52/+74
| | | | | | | | | | | | | | | Bug: T338474 Bug: T338814 Bug: T338975 Bug: T343457 Bug: T345982 Bug: T349262 Bug: T350203 Bug: T350346 Bug: T350413 Bug: T350644 Bug: T350647 Change-Id: I8429427913647003242cdddd123f538f0b6c22ec
* Update Codex from v1.0.0-rc.1 to v1.0.0Anne Tomasevich2023-10-241-0/+7651
| | | | | | | | | | | | | This includes new unminified ESM files for codex and the codex-search subset. Bug: T295186 Bug: T347613 Bug: T348608 Bug: T348775 Bug: T348890 Bug: T349411 Change-Id: Ib69e00cdedf40fa7f054c21002554360d5682406
* Update Codex from v0.19.0 to v0.20.0Volker E2023-09-271-5409/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for Codex's upcoming 1.0 release, this patch makes some additional changes in how the library is vendored into MW. * foreign-resources.yml: codex-search is removed as a stand-alone package (the upstream NPM package has also been deprecated). The search-specific build of Codex now lives in the main "codex" package. The foreign-resources.yml file has been updated to pull in the codex-search scripts and styles from this new location. * resources.php: The resource module definitions for codex-search and codex-search-styles have been updated to use the relocated CSS/JS files. * UMD bundles: Upstream, Codex now designates the CJS bundle as the primary entry point. A UMD bundle of the main Codex library is still produced but this is intended mainly for usage through CDNs or basic script-tag inclusion; in the future the codex.umd.js bundle may be removed from MediaWiki and users should not rely on it. The codex-search.umd.js bundle has been removed. * MJS bundles: Codex also produces .mjs (ESM) bundles upstream; for users outside of MediaWiki these are the recommended bundles to use. However, within MediaWiki only the CommonJS build should be used, as ResourceLoader does not support delivery of ESM scripts at present. The codex.mjs and codex-search.mjs bundles have been removed from MediaWiki with this patch. Bug: T335324 Bug: T340020 Bug: T340119 Bug: T344848 Bug: T345281 Bug: T345688 Bug: T346099 Bug: T346435 Bug: T346988 Change-Id: I84b26ddf5f9a0a98faf0df8c7acaa5f678032786
* Update Codex from v0.18.0 to v0.19.0Eric Gardner2023-09-121-1465/+1884
| | | | | | | | | | | | | | | | | Bug: T337095 Bug: T339021 Bug: T340119 Bug: T342313 Bug: T344178 Bug: T344541 Bug: T344848 Bug: T344849 Bug: T345283 Bug: T345284 Bug: T345286 Bug: T345876 Bug: T346116 Change-Id: I0b10fa51a32758fac8e573d71e9f69924f9c4b8c
* Update Codex from v0.17.0 to v0.18.0Roan Kattouw2023-08-291-1393/+1457
| | | | | | | | | | | | | | | Bug: T313835 Bug: T335087 Bug: T342403 Bug: T343217 Bug: T343219 Bug: T343312 Bug: T343474 Bug: T343476 Bug: T343479 Bug: T344460 Bug: T344538 Change-Id: I79c9703130ad59add2052113832d543b7799c929
* Update Codex from v0.16.1 to v0.17.0Anne Tomasevich2023-08-161-1269/+1306
| | | | | | | | | | Bug: T335087 Bug: T337808 Bug: T339962 Bug: T342295 Bug: T343490 Bug: T344178 Change-Id: I8a63d25da31198551a92be548ea161b481ad7ce2
* Update Codex from v0.15.0 to v0.16.1Roan Kattouw2023-08-011-1375/+1459
| | | | | | | | | | | | | Bug: T324375 Bug: T329321 Bug: T337444 Bug: T339013 Bug: T339963 Bug: T342392 Bug: T342394 Bug: T342396 Bug: T342560 Change-Id: Ia6d559d7e5ad089f4702e648aa29061e2772e982
* Update Codex from v0.14.0 to v0.15.0Eric Gardner2023-07-181-1003/+1138
| | | | | | | | | Bug: T324223 Bug: T326665 Bug: T337095 Bug: T340797 Bug: T342031 Change-Id: I3f99e087d2aa55a0e9805e4d01a986a4c12ae4af
* Update Codex from v0.13.0 to v0.14.0Roan Kattouw2023-07-051-395/+396
| | | | | | | | | | | | Bug: T309903 Bug: T326665 Bug: T338344 Bug: T339141 Bug: T339839 Bug: T340072 Bug: T340261 Bug: T340570 Change-Id: Idd664a0a114701286e48a5cd262286e4e31f8766
* Update Codex from v0.12.0 to v0.13.0Anne Tomasevich2023-06-201-1397/+1871
| | | | | | | | | | | | Bug: T284273 Bug: T309239 Bug: T309246 Bug: T331044 Bug: T333392 Bug: T337878 Bug: T337975 Bug: T338616 Change-Id: I80ff8fe18d65ccd98e58c0529136774f23f60de4
* Update Codex from v0.11.0 to v0.12.0Eric Gardner2023-06-061-1132/+1260
| | | | | | | | | | | | | | | | | | | | | Bug: T284273 Bug: T325105 Bug: T326665 Bug: T330803 Bug: T331034 Bug: T331040 Bug: T331042 Bug: T332124 Bug: T333394 Bug: T333437 Bug: T335694 Bug: T337279 Bug: T337282 Bug: T337429 Bug: T337442 Bug: T338144 Bug: T338177 Change-Id: I1144275b7199f7388620f16886c9208d2f9d09de
* Update Codex from v0.10.0 to v0.11.0Volker E2023-05-231-504/+527
| | | | | | | | | | | | | | | | | | | Bug: T295711 Bug: T311026 Bug: T314661 Bug: T322436 Bug: T323179 Bug: T325105 Bug: T325769 Bug: T325788 Bug: T328492 Bug: T331034 Bug: T333030 Bug: T333392 Bug: T335694 Bug: T336533 Bug: T336954 Change-Id: I9db6eff7acf10b549fa968cea350efc115d78096
* Update Codex from v0.9.1 to v0.10.0Anne Tomasevich2023-05-111-640/+630
| | | | | | | | | | | | | | | | | | Bug: T295711 Bug: T322436 Bug: T325105 Bug: T325788 Bug: T331039 Bug: T333437 Bug: T334887 Bug: T335088 Bug: T335323 Bug: T335430 Bug: T335959 Bug: T336208 Bug: T336249 Bug: T336267 Change-Id: I107e477c8575e29f20f6c0c465413a0c735f7c17
* Update Codex from v0.9.0 to v0.9.1Volker E2023-04-251-702/+1600
| | | | | | | | | | | | | Bug: T322428 Bug: T324449 Bug: T325105 Bug: T329383 Bug: T331039 Bug: T334222 Bug: T334434 Bug: T334497 Bug: T335087 Change-Id: I19ba94ea857d662526d649b66145383424273515
* Update Codex from v0.8.0 to v0.9.0Eric Gardner2023-04-111-498/+478
| | | | | | | | | | | | Bug: T312987 Bug: T324708 Bug: T325105 Bug: T331032 Bug: T331033 Bug: T333463 Bug: T333713 Bug: T334129 Change-Id: Iacce46bdd52ee24364308e09f9a766e26f3cc4ce
* Update Codex from v0.7.0 to v0.8.0Roan Kattouw2023-03-281-708/+752
| | | | | | | | | | | | | | | | Also update the location of the codex-icon-paths.less alias file for a change made in Codex v0.8.0, and add newly added tokens to mediawiki.skin.defaults.less. Bug: T285592 Bug: T295165 Bug: T295711 Bug: T312987 Bug: T324708 Bug: T328602 Bug: T331403 Bug: T332167 Change-Id: I0ed32fb5913a3bc33245c8e884a64abb11afa5b8
* Update Codex from v0.6.2 to v0.7.0Volker E2023-03-151-506/+522
| | | | | | | | | | | | | | | | | | Bug: T295711 Bug: T303384 Bug: T312987 Bug: T321470 Bug: T324708 Bug: T328602 Bug: T330665 Bug: T330694 Bug: T330711 Bug: T331457 Bug: T331790 Co-authored-by: Volker E. <volker.e@wikimedia.org> Depends-On: I793a4cbe51729e93e070434d40a6031fb183f9e6 Change-Id: I72f5b2f95db0fa266d355a47f6b568c24f916bb3
* Update Codex from v0.6.0 to v0.6.2Volker E2023-02-281-0/+3116
Bug: T308520 Bug: T311026 Bug: T316046 Bug: T325055 Bug: T325105 Bug: T325772 Bug: T329320 Bug: T329383 Bug: T329969 Bug: T329987 Bug: T330711 Change-Id: I0160b74a0ae77f3d7b36fe3e3b57b85762c62879