Commit Graph

239 Commits

Author SHA1 Message Date
Camila Belo 8a42303a0e fix(home): remove api report warnings
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-05-19 08:29:26 -04:00
Camila Belo 8ccd534ec0 fix(home): remove duplicated settings modal
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-05-19 08:29:26 -04:00
kmarkow e37c2b4590 Fix api-report in plugins/home package
Signed-off-by: kmarkow <kamilmarkow@gmail.com>
2023-05-19 08:29:26 -04:00
kmarkow 8d3ebb7b0c Code Review: Update documentation
Signed-off-by: kmarkow <kamilmarkow@gmail.com>
2023-05-19 08:29:26 -04:00
kmarkow 3c8761d5c6 Code Review: Add depreacted.ts and remove the old duplicated code
Signed-off-by: kmarkow <kamilmarkow@gmail.com>
2023-05-19 08:29:26 -04:00
kmarkow b1c117375d Update api-report.md
Signed-off-by: kmarkow <kamilmarkow@gmail.com>
2023-05-19 08:29:26 -04:00
Malikah Montgomery b27f802f18 refactor how to export deprecated module
Signed-off-by: Malikah Montgomery <malikah.montgomery@thoughtworks.com>
2023-05-19 08:29:26 -04:00
Malikah Montgomery 1f6ce3afa7 generate api report
Signed-off-by: Malikah Montgomery <malikah.montgomery@thoughtworks.com>
2023-05-19 08:29:25 -04:00
Malikah Montgomery 838267c68c deprecated createCardExtension in plugin-home and updated stack-overflow to use new plugin-home-react package
Signed-off-by: Malikah Montgomery <malikah.montgomery@thoughtworks.com>
2023-05-19 08:29:25 -04:00
github-actions[bot] 73e7820731 Version Packages 2023-05-16 09:38:40 +00:00
Camila Belo 2589d22a3c Merge pull request #17814 from backstage/adjust-world-clocks-labels
[Home]: Improve world clock accessibility
2023-05-16 10:26:37 +02:00
Camila Belo b6b7f1642c feat(home): improve world clock accessibility
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-05-16 09:23:05 +02:00
github-actions[bot] 4f3076700a Version Packages (next) 2023-05-09 09:49:35 +00:00
Johan Haals 1b33f153fc Merge pull request #17691 from drodil/remove_object_hash
fix: remove object-hash dependency from home plugin
2023-05-08 16:22:12 +02:00
Heikki Hellgren acca896646 fix: remove object-hash dependency from home plugin
The object hash doesn't work if the component props include React
components such as icons. This is true for example the HomepageToolkit
component. Removed the hashing of the component props
completely as the hash is totally optional to be used as a key in the
CustomHomepageGrid.

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2023-05-08 08:41:22 +03:00
github-actions[bot] 8b05da0912 Version Packages (next) 2023-05-02 13:41:12 +00:00
blam 586f2bb3a4 chore: little fix
Signed-off-by: blam <ben@blam.sh>
2023-04-26 19:24:59 +02:00
blam 28a8126b1a chore: small rename and fix ts
Signed-off-by: blam <ben@blam.sh>
2023-04-26 18:19:12 +02:00
blam bd53eb2be1 chore: rename this package like we do in scaffolder to avoid typescript namespace clashes
Signed-off-by: blam <ben@blam.sh>
2023-04-26 18:16:32 +02:00
blam a9495557c1 chore: this should be broken
Signed-off-by: blam <ben@blam.sh>
2023-04-26 17:53:18 +02:00
github-actions[bot] e04bb20bdc Version Packages (next) 2023-04-25 15:53:19 +00:00
Nikolai R Kristiansen 5272cfabc3 fix(deps): Add missing @rjsf/core in plugin-home
Fixes the following error:
```
[0] ERROR in ../../node_modules/@rjsf/material-ui/dist/material-ui.esm.js 1:0-46
[0] Module not found: Error: Can't resolve '@rjsf/core' in '/Users/example/dev/backstage-rm/node_modules/@rjsf/material-ui/dist'
```

Signed-off-by: Nikolai R Kristiansen <nikolai.kristiansen@remarkable.no>
2023-04-19 09:58:06 +02:00
github-actions[bot] 6141c31839 Version Packages 2023-04-18 12:36:06 +00:00
Heikki Hellgren 760f521b97 feat: customizable homepage
Allows customizing homepage components, their placement, size and
individual settings. For maximum size and settings, the existing home
components should change to use `createCustomizableCardExtension`
function. This disables the default `Settings` entity and replaces it
with form using react-json-schema-form.

relates to #16535

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2023-04-18 14:45:07 +03:00
github-actions[bot] ab75a16da7 Version Packages (next) 2023-04-11 14:21:21 +00:00
github-actions[bot] 9a5a1c4ba2 Version Packages (next) 2023-04-04 13:14:06 +00:00
github-actions[bot] e32dc5e79d Version Packages (next) 2023-03-28 16:01:25 +00:00
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
github-actions[bot] 5af2c4f412 Version Packages (next) 2023-03-21 13:38:30 +00: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
github-actions[bot] 0eceadb950 Version Packages (next) 2023-03-07 17:21:48 +00: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
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
github-actions[bot] 25b57cc07f Version Packages 2023-02-14 13:41:52 +00:00
Jan Van Bruggen c51efce2a0 Update docs to always use yarn add --cwd for app & backend
Some commands currently error, and others are simply formatted inconsistently.
This format seems to work and be the most popular/common,
so I applied it to all similar occurrences.

Signed-off-by: Jan Van Bruggen <JanVB@verily.com>
2023-02-13 09:40:20 -07:00
github-actions[bot] b2a73c984a Version Packages (next) 2023-02-07 15:03:45 +00:00
github-actions[bot] 675324ed19 Version Packages (next) 2023-01-31 14:45:37 +00:00
Ben Lambert fadc75b6a3 Merge pull request #15973 from awanlin/topic/fix-welcome-title-styling
Fixed WelcomeTitle regression
2023-01-30 15:21:54 +01:00
Andre Wanlin d0254bb02f Updated to use inherit variant
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-01-30 06:25:31 -06:00
Andre Wanlin eebe28ec80 Updated to use Typography H3 variant
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-01-29 12:36:27 -06:00
Andre Wanlin 3d1d867d42 Fixed WelcomeTitle regression
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-01-29 12:36:27 -06:00
Casper Thygesen 763dd1ccec Remove plugin-stack-overflow from packages.json in @plugin-home
Signed-off-by: Casper Thygesen <cth@trifork.com>
2023-01-26 15:28:20 +01:00
github-actions[bot] 12a7b316ee Version Packages (next) 2023-01-24 12:01:10 +00:00
github-actions[bot] 6d46667727 Version Packages 2023-01-17 11:50:48 +00:00
Carlos Esteban Lopez Jaramillo a52566971c Merge branch 'master' into feat/BCKSTG-93-paragraphs
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2023-01-11 13:31:50 -05:00
Carlos Esteban Lopez 2bdd1f92c1 fix: Add paragraph prop for bottom margin
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-10 16:08:53 -05:00