Skip to content

v3.0.0

Compare
Choose a tag to compare
@ydb-platform-bot ydb-platform-bot released this 06 Dec 00:02

3.0.0 (2022-12-05)

⚠ BREAKING CHANGES

Updated build config (11e02c6)

Before the change

  • the target dir for the production build was build/resources
  • favicon.png was placed directly in build

After the change

  • the target dir is build/static
  • favicon.png is in build/static

This change is intended to simplify build config and make it closer to the default one. Previously there were some custom tweaks after the build, they caused bugs and were hard to maintain. Now the application builds using the default create-react-app config.