Skip to content

2.5.5 // 2023-08-27

Compare
Choose a tag to compare
@surfinzap surfinzap released this 27 Aug 14:21
· 47 commits to main since this release

💪 Improvements

  • Replace a space with a non-breaking space before a single capital letter that is a part of the phrase:
    • Sputnik VSputnik⎵V
    • The product X has launched.The product⎵X has launched.

🐛 Fixes

  • In Markdown, keep the space when e.g. is followed by code (e.g. code)
  • Keep the space when e.g. is followed by emoji (e.g. 🥳)
  • Don’t swap the right double quote with ellipsis that follows closing bracket:
    • Ask “what if (the thing)…”Ask “what if (the thing)”…

🔨 Maintenance

  • Update build scripts
  • Update eslint configuration
  • Update NPM packages to their latest versions