)]}'
{
  "commit": "8918e937561da2e4d66c3d69429ef2ec85cd5aed",
  "tree": "b365b0cce98e43b483ffb4fb98ba590b7c45eeb1",
  "parents": [
    "cd19bad56ae550334c6f6d56623ff6a46818f198"
  ],
  "author": {
    "name": "Tarrin Neal",
    "email": "tarrinneal@gmail.com",
    "time": "Fri Jul 07 11:43:07 2023 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Jul 07 18:43:07 2023 +0000"
  },
  "message": "[flutter_markdown] Pass parent TextStyle down to MarkdownElementBuilder.visitElementAfter (#4393)\n\nThe parent `TextStyle` should be passed down to the `MarkdownElementBuilder.visitElementAfter` method to allow custom markdown tags to override only part of the text style, e.g. the color, but keep all the rest of the styles the same.\r\n\r\nThis is especially useful when trying to color markdown headers in a certain color, as the parent font size, font family, etc. all are passed down and can be kept, while only the color is overridden.\r\n\r\nThis will unfortunately lead to a breaking change, due to the nature of how the class is typically used. As all usages of the class are sub-classes any change to the method schema will result in a breaking change!\r\n\r\nEnables the following https://github.com/flutter/flutter/issues/105571\r\n\r\nreplaces https://github.com/flutter/packages/pull/3281",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "82d0964646f41ec1d26f98c72a03d311441e3521",
      "old_mode": 33188,
      "old_path": "packages/flutter_markdown/CHANGELOG.md",
      "new_id": "fa273dbf115214016abb71cdb6f51f291b0f809e",
      "new_mode": 33188,
      "new_path": "packages/flutter_markdown/CHANGELOG.md"
    },
    {
      "type": "modify",
      "old_id": "f43852453c242aca8e4bc65a5281f71ca761dcc9",
      "old_mode": 33188,
      "old_path": "packages/flutter_markdown/lib/src/builder.dart",
      "new_id": "fbdcb31c3a6915e54fede31322d2eeedd1818bbb",
      "new_mode": 33188,
      "new_path": "packages/flutter_markdown/lib/src/builder.dart"
    },
    {
      "type": "modify",
      "old_id": "690f5b89572a9b908e00c3dae37a0c37c39fbcd6",
      "old_mode": 33188,
      "old_path": "packages/flutter_markdown/lib/src/widget.dart",
      "new_id": "65dc983d10edc3b9fa6d6ad51e3b4e225896ec22",
      "new_mode": 33188,
      "new_path": "packages/flutter_markdown/lib/src/widget.dart"
    },
    {
      "type": "modify",
      "old_id": "8ff74e8411b0181db3ed3104ed6d674e39c01141",
      "old_mode": 33188,
      "old_path": "packages/flutter_markdown/pubspec.yaml",
      "new_id": "e7485b032f276379f62d065fd0441c26c79593f5",
      "new_mode": 33188,
      "new_path": "packages/flutter_markdown/pubspec.yaml"
    },
    {
      "type": "modify",
      "old_id": "46ed3ed2990b32551081c61157a256e6c34a7e04",
      "old_mode": 33188,
      "old_path": "packages/flutter_markdown/test/custom_syntax_test.dart",
      "new_id": "fd81ba7e1fc5e32da15ba7b79203486e51139d71",
      "new_mode": 33188,
      "new_path": "packages/flutter_markdown/test/custom_syntax_test.dart"
    }
  ]
}
