Commit Graph

985 Commits

Author SHA1 Message Date
Fredrik Adelöw 2cd810c414 @types/react to its right place in dependencies
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-03-27 14:46:31 +02:00
Fredrik Adelöw e0c6e8b9c3 get rid of majority of peer dependency warnings in yarn
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-03-27 12:26:23 +02:00
Morgan Bentell 38e0eeb41a color tweaks to handle changes in mkdocs-material v9
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
2023-03-22 18:41:41 +01:00
github-actions[bot] 5af2c4f412 Version Packages (next) 2023-03-21 13:38:30 +00:00
Morgan Bentell f11f42b8e1 Merge pull request #16659 from agentbellnorm/techdocs/remove-warnings
[TechDocs] remove warnings
2023-03-20 14:43:11 +01:00
Morgan Bentell 2bf94911a4 Merge pull request #16776 from scsinha/ssinha/fix-search-result-item-font
Fix font size and color in search result item
2023-03-16 16:38:39 +01:00
Morgan Bentell 103f5e2793 Merge branch 'master' into techdocs/remove-warnings
Signed-off-by: Morgan Bentell <morgan.bentell@gmail.com>
2023-03-16 16:18:32 +01:00
github-actions[bot] 24632ad94b Version Packages 2023-03-14 14:31:40 +00:00
Sudeep Sinha b2e182cdfa Fix font size and color in search result item
Signed-off-by: Sudeep Sinha <ssinha@squarespace.com>
2023-03-08 14:08:47 -05:00
github-actions[bot] 0eceadb950 Version Packages (next) 2023-03-07 17:21:48 +00:00
Fredrik Adelöw d06fc3f3e3 Merge pull request #16614 from backstage/freben/unpack-props
🧹 unpack props inside component bodies
2023-03-02 10:50:51 +01:00
Morgan Bentell e73da4a0a9 use div insted of span because it's not allowed
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
2023-03-01 15:45:23 +01:00
Morgan Bentell f41478fd02 wrap settingsaddons in span to remove warning from mui Menu component
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
2023-03-01 09:34:53 +01:00
Morgan Bentell cef1a238a9 bump mui labs to remove warnings
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
2023-02-28 17:35:09 +01:00
github-actions[bot] b19b95fc09 Version Packages (next) 2023-02-28 13:04:36 +00:00
Patrik Oldsberg a6f22cbd40 Merge pull request #16521 from luchillo17/fix/BCKSTG-102-theme-aware-colors
refactor: Replace white & black colors with theme aware ones
2023-02-28 13:28:46 +01:00
Fredrik Adelöw 65454876fb unpack props inside component bodies
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-02-27 15:31:15 +01:00
Morgan Bentell 54a1e133b5 enable pointer events for element that has new classname in newer versions of mkdocs-material
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
2023-02-27 13:53:20 +01:00
Patrik Oldsberg 3a3e779a40 Merge pull request #16412 from immobiliare/fix-copy-to-clipboard-in-unsecure-context
fix(techdocs): copy to clipboard in not secure context
2023-02-27 10:26:14 +01:00
Antonio Musolino 238cf657c0 fix(techdocs): copy to clipboard works in usecure context
Signed-off-by: Antonio Musolino <antoniomusolino007@gmail.com>
2023-02-27 08:45:16 +01:00
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
Carlos Esteban Lopez cee0cd96cc refactor: Replace white & black colors with theme aware ones
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-02-22 03:53:07 -05: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