Skip to content

Releases: gmsgowtham/react-native-marked

v1.4.2

19 Oct 10:02
Compare
Choose a tag to compare

1.4.2 (2022-10-19)

Bug Fixes

  • minor: keep spacing b/w nodes (579c7c6)

Performance Improvements

  • disable mangle and remove entities package for decoding (74efc47)

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

19 Oct 09:35
Compare
Choose a tag to compare

1.4.1 (2022-10-19)

What's Changed

  • chore(deps): update dependency eslint-plugin-jest to v27.1.2 by @renovate in #55
  • chore(deps): update dependency @types/react-native to v0.70.5 by @renovate in #57
  • chore(deps): update dependency react-native-builder-bob to v0.20.0 by @renovate in #56
  • chore(deps): update dependency @evilmartians/lefthook to v1.1.3 by @renovate in #58
  • chore(deps): update typescript-eslint monorepo to v5.40.1 by @renovate in #59
  • chore(deps): update dependency @testing-library/react-native to v11.3.0 by @renovate in #60
  • chore(deps): update jest monorepo to v29.2.1 by @renovate in #61
  • chore(deps): update dependency eslint-plugin-jest to v27.1.3 by @renovate in #63
  • chore(deps): update dependency @types/react-native to v0.70.6 by @renovate in #62

Full Changelog: v1.4.0...v1.4.1

v1.4.0

14 Oct 13:49
Compare
Choose a tag to compare

1.4.0 (2022-10-14)

Bug Fixes

  • minor: image node params (011d0a1)
  • minor: remove custom style types and simplify style typings (c5c2469)
  • minor: set accessibilityHint for image to undef (96151d6)

Features

  • minor: support image styling (8da21fe)

What's Changed

  • chore(deps): update dependency react-native-builder-bob to v0.19.0 by @renovate in #47
  • eslint-plugin-react-native-a11y-support support by @gmsgowtham in #48
  • chore(deps): update jest monorepo to v29.2.0 by @renovate in #51
  • chore(deps): pin dependency eslint-plugin-react-native-a11y to 3.2.1 by @renovate in #49
  • chore(deps): update dependency react-native-builder-bob to v0.19.1 by @renovate in #52
  • fix(minor): remove custom style types and simplify style typings by @gmsgowtham in #53
  • feat(minor): support image styling by @gmsgowtham in #54

Full Changelog: v1.3.1...v1.4.0

v1.3.1

12 Oct 17:47
Compare
Choose a tag to compare

1.3.1 (2022-10-12)

  • Bump dependencies to latest

What's Changed

  • Configure Renovate by @renovate in #29
  • chore(deps): pin dependencies by @renovate in #30
  • chore(deps): update dependency @babel/preset-env to v7.19.4 by @renovate in #31
  • chore(deps): update dependency eslint to v8.25.0 by @renovate in #38
  • chore(deps): update dependency @types/react-native to v0.70.4 by @renovate in #37
  • chore(deps): update dependency eslint-plugin-jest to v27.1.1 by @renovate in #36
  • chore(deps): update dependency @types/jest to v29.1.2 by @renovate in #35
  • chore(deps): update dependency @release-it/conventional-changelog to v5.1.1 by @renovate in #34
  • chore(deps): update dependency @evilmartians/lefthook to v1.1.2 by @renovate in #33
  • chore(deps): update actions/checkout action to v3 by @renovate in #41
  • chore(deps): update typescript-eslint monorepo to v5.40.0 by @renovate in #40
  • chore: update react to v18, react-native to v70 by @gmsgowtham in #44
  • chore(deps): update react monorepo to v18.2.0 by @renovate in #45
  • ci changes by @gmsgowtham in #46

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Oct 17:48
Compare
Choose a tag to compare

1.3.0 (2022-10-09)

Bug Fixes

  • make image alt optional (8e6ae36)
  • remove unreachable code for image with link (730afb9)

Features

v1.2.0

09 Oct 14:33
Compare
Choose a tag to compare

Changelog:

1.2.0 (2022-10-09)

Bug Fixes

  • add accessibilityHint and accessibilityRole to images (aa028d4)
  • add accessibilityHint and accessibilityRole to links (a5b5bf0)

Features

  • (minor) add bottom border to h1 and h2 (11cfabd)

v1.1.7

07 Oct 17:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

v1.1.6

07 Oct 06:23
Compare
Choose a tag to compare

What's Changed

  • perf: use 'entities' package for better performance by @gmsgowtham in #24

Full Changelog: v1.1.5...v1.1.6

v1.1.5

06 Oct 18:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

05 Oct 17:24
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade lefthook package, remove tsc from pre-commit by @gmsgowtham in #18
  • bump: upgrade example app to latest expo version and fix TS issues. by @gmsgowtham in #19
  • fix: remove markdown string trim inorder to perserve the whitespace by @gmsgowtham in #20

Full Changelog: v1.1.3...v1.1.4