2025-01-23
A nice generalized improvement on the entity edit navigation top bar, along a couple of improvements on documentation and linting.
It covers commits from 2025-01-22 on 11.x
branch.
#3484600 - 54c4637eb3df707423dc6831b11a9277a69709e3
Adds extra contextual information for entity edit forms.
It is also a nice example of adding a component, and a plugin.
#3488841 - 873f84fca246d495d837de39db9111521097e3f8
Fixes info hooks return type declarations an use.
#3497931 - 7ca46b5997286ccdb0568a52d1a9cf7c7955e7d0
Fixes one documentation block return type.
$ git log --oneline --reverse --since=2025-01-21T23:59:59+00:00 --until=2025-01-23T00:00:00+00:00
7ca46b59972 Issue #3497931 by jurgenhaas, smustgrave: Sql::addWhere has wrong type for $value
873f84fca24 Issue #3488841 by mstrelan, shalini_jha, akulsaxena, smustgrave, nicxvan: Add array return to all *_info hook implementations
54c4637eb3d Issue #3484600 by anjali rathod, plopesc, finnsky, lauriii, m4olivei, ckrina, berdir, smustgrave, catch: Show entity information on the Top Bar
$ git diff --shortstat 7ca46b59972~1..54c4637eb3d
62 files changed, 777 insertions(+), 447 deletions(-)