github amplication/amplication v1.7.0

latest releases: v2.0.1, dsg/v4.1.1, dsg/v4.1.0...
11 months ago

BREAKING CHANGE

This version contains a big change on how plugins and data-service-generator share modules (files). This change consists of replacing the old array Module[] with a new ModuleMap that will allow plugin developer an easier and less risky modification of the generated modules.

Moreover, to increase the visibility, we also added additional logging in the code generation process that will highlight, in shape of warning, if/when modules are overwritten instead of just silently overwrite them.

What's Changed

  • chore: add correct nx output for affected packaged component by @levivannoort in #6110
  • fix(reservedNames.ts) add "Config" to RESERVED_NAMES by @DevenPerkins in #6113
  • chore(deps): bump @monaco-editor/react from 4.4.6 to 4.5.1 by @dependabot in #6081
  • fix(client): subscription notifications by @yuval-hazaz in #6125
  • fix(client): commits pagination bugs by @morhag90 in #6130
  • fix(git-utils): issue where git apply fails due to: cannot apply binary patch to without full index line by @overbit in #6120
  • fix(dsg): [BREAKING CHANGE] duplicated modules by @overbit in #5845
  • fix(dsg): imports issues at runtime by @overbit in #6140
  • test(dsg): e2e update plugin version config by @overbit in #6141
  • fix(dsg): make prisma-schema-dsl-types as dependency since it's used in runtime by @overbit in #6142
  • refactor(dsg): context modules population by @overbit in #6144

New Contributors

Full Changelog: v1.6.5...v1.7.0

Don't miss a new amplication release

NewReleases is sending notifications on new releases.