Patrik Oldsberg
107ae5220e
Merge pull request #16477 from backstage/renovate/jss-10.x
...
fix(deps): update dependency jss to ~10.10.0
2023-02-24 18:00:17 +01:00
Johan Haals
40a4245561
Merge pull request #16531 from backstage/renovate/msw-1.x
...
chore(deps): update dependency msw to v1
2023-02-23 14:50:18 +01:00
Fredrik Adelöw
c10384a923
Get rid of usages of the old Button
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-02-22 14:29:31 +01:00
renovate[bot]
52b0022dab
chore(deps): update dependency msw to v1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-02-22 12:55:56 +00:00
github-actions[bot]
b4627f23b2
Version Packages (next)
2023-02-21 15:40:30 +00:00
Fredrik Adelöw
306d9bbf9d
Merge pull request #16367 from IlyaSavich/customizable-search-list-item-icon
...
Pass search item to icon component, pass icon as component to search list item
2023-02-21 14:47:05 +01:00
Ilya Savich
3f75b7607c
Add ability to pass icon as function to have ability to customize it by search item
...
Signed-off-by: Ilya Savich <isavich@box.com >
2023-02-21 10:14:19 +01:00
renovate[bot]
8adfda60ae
fix(deps): update dependency jss to ~10.10.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-02-20 21:29:15 +00:00
Raghunandan
adc244e1bd
Use outerHTML during sanitize to preserve html tag attribs
...
Signed-off-by: Raghunandan <soapraj@gmail.com >
2023-02-15 18:38:42 +01:00
github-actions[bot]
25b57cc07f
Version Packages
2023-02-14 13:41:52 +00:00
Fredrik Adelöw
8b7ee6ff69
Merge pull request #16122 from dweber019/feat/tech-docs-addon-lightbox
...
Add TechDocs addon LightBox
2023-02-08 09:18:14 +01:00
github-actions[bot]
b2a73c984a
Version Packages (next)
2023-02-07 15:03:45 +00:00
David Weber
4660b63947
feat: add TechDocs addon LightBox
...
Signed-off-by: David Weber <david.weber@w3tec.ch >
2023-02-06 19:38:19 +01:00
Emma Indal
ce1220a4b8
support custom list item props on search extensions
...
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2023-02-02 09:36:30 +01:00
Emma Indal
f7e698636a
updates based on result list items extension changes
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2023-02-01 15:40:21 +01:00
Emma Indal
a0619a5b49
make sure result list is structured with list elements only
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2023-02-01 15:40:21 +01:00
github-actions[bot]
675324ed19
Version Packages (next)
2023-01-31 14:45:37 +00:00
Ben Lambert
7f11883e24
Merge pull request #15813 from ryan-hanchett/feat/doc-table-pagesize
...
feat: add option to override material table options for DocsTable
2023-01-30 14:05:42 +01:00
Camila Belo
0eaa579f89
docs(search): add changeset files
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2023-01-28 10:05:15 +01:00
Camila Belo
5dc2618440
docs(search): update api reports
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2023-01-28 10:05:15 +01:00
Camila Belo
2f91e1684e
feat(search): create catalog, explore, tools, and search extensions
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2023-01-28 10:05:15 +01:00
github-actions[bot]
12a7b316ee
Version Packages (next)
2023-01-24 12:01:10 +00:00
Ryan Hanchett
ba3a089c5e
Merge branch 'master' of github.com:ryan-hanchett/backstage into feat/doc-table-pagesize
2023-01-23 15:38:05 -08:00
Damien Vitrac
cad5607411
fix(techdocs): remove footer overlay on large screen
...
Uses static positions on the child links instead of the container
Resolves #15653
Signed-off-by: Damien Vitrac <dvitrac@vmware.com >
2023-01-23 14:04:03 +01:00
Morgan Bentell
40f77667c8
Merge pull request #15598 from gtestault/master
...
fix(techdocs): Fixes anchor bug in Techdocs reader
2023-01-19 12:21:49 +01:00
Ryan Hanchett
bd939999a9
fix: generate new api reports
...
Signed-off-by: Ryan Hanchett <ryan.hanchett@invitae.com >
2023-01-18 10:11:53 -08:00
Ryan Hanchett
21c64d53bb
feat: enable passing material table options to docs table via entity list docs table
...
Signed-off-by: Ryan Hanchett <ryan.hanchett@invitae.com >
2023-01-17 14:30:28 -08:00
github-actions[bot]
6d46667727
Version Packages
2023-01-17 11:50:48 +00:00
Carlos Esteban Lopez
1daac71e74
fix: Apply linter <span> rule
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2023-01-10 16:07:40 -05:00
github-actions[bot]
9521f1274d
Version Packages (next)
2023-01-10 14:18:51 +00:00
Gabriel Testault
cb5a4d4849
fix(techdocs): remove comment about implementation details
...
Signed-off-by: Gabriel Testault <gabriel.testault@goto.com >
2023-01-10 12:59:52 +01:00
Gabriel Testault
c8e09cc383
fix(techdocs): Fixed bug in Techdocs reader where a techdocs page with a hash in the URL did not always jump to the document anchor.
...
the scrollIntoAnchor transformer now jumps to the anchor only after css waas loaded instead of jumping after 200ms.
Signed-off-by: Gabriel Testault <gabriel.testault@goto.com >
2023-01-05 16:17:08 +01:00
github-actions[bot]
c4132274d9
Version Packages (next)
2023-01-03 14:44:31 +00:00
Patrik Oldsberg
db2e137744
remove unnecessary usages of ThemeProvider
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-12-31 18:24:32 +01:00
Ben Lambert
4100f670b0
Merge pull request #14965 from kuangp/fix/techdocsLog
...
fix(TechDocsBuildLogs): properly render entire log
2022-12-28 16:44:46 +01:00
github-actions[bot]
f834622f56
Version Packages (next)
2022-12-27 15:22:57 +00:00
renovate[bot]
7115c7389b
fix(deps): update dependency jss to ~10.9.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-12-22 11:47:48 +00:00
blam
f2ea446de0
chore: apply changesets from hotfix
...
Signed-off-by: blam <ben@blam.sh >
2022-12-21 16:24:52 +01:00
github-actions[bot]
3245539963
Version Packages
2022-12-20 11:30:21 +00:00
Morgan
e567de03a1
add another test
...
Signed-off-by: Morgan <mbentell@spotify.com >
2022-12-20 10:03:48 +01:00
Morgan
665c681f3c
fix tests that broke
...
Signed-off-by: Morgan <mbentell@spotify.com >
2022-12-20 09:55:50 +01:00
Morgan Bentell
028f88ecb4
Update test string
...
Signed-off-by: Morgan Bentell <morgan.bentell@gmail.com >
2022-12-19 18:06:41 +01:00
Morgan
6aa2b965eb
when looking for the page within the outlet, reject addons wrapper as well as addons, because different versions of react router use different numbers of wrappers. Should be compatible with all 6.* versions now
...
Signed-off-by: Morgan <mbentell@spotify.com >
2022-12-19 17:48:13 +01:00
Fredrik Adelöw
d19420d3ca
Merge pull request #15037 from luchillo17/feat/BCKSTG-93-linter-rules
...
Enable eslint-plugin-react with recommended settings & forbid button
2022-12-16 11:10:49 +01:00
github-actions[bot]
b2f4e97add
Version Packages (next)
2022-12-13 16:56:03 +00:00
Carlos Esteban Lopez
87cbf39fa1
fix: Fix button linter rules
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2022-12-13 11:37:14 -05:00
Patrik Oldsberg
530a1f1299
plugins: replace react-router mocks with react-router-dom
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-12-12 21:30:57 +01:00
Patrik Oldsberg
ab597e6a10
fix yarn.lock + forgotten package
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-12-10 15:17:53 +01:00
Patrik Oldsberg
2e701b3796
refactor react-router -> react-router-dom
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-12-10 15:17:53 +01:00
github-actions[bot]
fbc645cf88
Version Packages (next)
2022-12-08 09:11:43 +00:00