v1.7.0
版本发布时间: 2023-05-30 23:06:59
amplication/amplication最新发布版本:v3.2.1(2024-08-05 00:45:44)
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 https://github.com/amplication/amplication/pull/6110
- fix(reservedNames.ts) add "Config" to RESERVED_NAMES by @DevenPerkins in https://github.com/amplication/amplication/pull/6113
- chore(deps): bump @monaco-editor/react from 4.4.6 to 4.5.1 by @dependabot in https://github.com/amplication/amplication/pull/6081
- fix(client): subscription notifications by @yuval-hazaz in https://github.com/amplication/amplication/pull/6125
- fix(client): commits pagination bugs by @morhag90 in https://github.com/amplication/amplication/pull/6130
- fix(git-utils): issue where git apply fails due to: cannot apply binary patch to without full index line by @overbit in https://github.com/amplication/amplication/pull/6120
- fix(dsg): [BREAKING CHANGE] duplicated modules by @overbit in https://github.com/amplication/amplication/pull/5845
- fix(dsg): imports issues at runtime by @overbit in https://github.com/amplication/amplication/pull/6140
- test(dsg): e2e update plugin version config by @overbit in https://github.com/amplication/amplication/pull/6141
- fix(dsg): make prisma-schema-dsl-types as dependency since it's used in runtime by @overbit in https://github.com/amplication/amplication/pull/6142
- refactor(dsg): context modules population by @overbit in https://github.com/amplication/amplication/pull/6144
New Contributors
- @DevenPerkins made their first contribution in https://github.com/amplication/amplication/pull/6113
Full Changelog: https://github.com/amplication/amplication/compare/v1.6.5...v1.7.0