v1.6.5
版本发布时间: 2023-05-24 23:08:41
amplication/amplication最新发布版本:v3.2.1(2024-08-05 00:45:44)
New Features:
Custom Attributes for Prisma Model and Fields
This new feature lets you add custom attributes to your Prisma model and fields. This feature is designed to offer you more flexibility and control over your data structures. It expands the capabilities of our platform and allows for more advanced and personalized configurations of your Prisma models.
Example: customer entity
model attributes - we use: @@index([firstName, isPremium]) @@map("customers")
in the custom attributes text box
field attributes - we use @default(false) @map("is_premuim_customer")
in the custom attributes text box of the isPremium
field
And the results... 🥁
What's also Changed
- convert image src to base 64 by @barshimi in https://github.com/amplication/amplication/pull/6027
- Refactor(client): refactor bitbucket lock tooltip text by @abrl91 in https://github.com/amplication/amplication/pull/6032
- Refactor(client): UX of create public-private repo by @abrl91 in https://github.com/amplication/amplication/pull/6041
- feat(server): Move entity field BI events to server by @yuval-hazaz in https://github.com/amplication/amplication/pull/6025
- Fix(client+design-system): bitbucket icon by @abrl91 in https://github.com/amplication/amplication/pull/6042
- feat(client): add support for static website deployment by @overbit in https://github.com/amplication/amplication/pull/5975
- refactor(client): refactor to static website deployment & workflow changes by @levivannoort in https://github.com/amplication/amplication/pull/6036
- chore(workflow): split deployment template file by @levivannoort in https://github.com/amplication/amplication/pull/6058
- chore(workflows): set correct quotes on commands by @levivannoort in https://github.com/amplication/amplication/pull/6059
- fix(client): re-add mandatory client billing key by @overbit in https://github.com/amplication/amplication/pull/6061
- feat(server): Move entity BI events to server by @yuval-hazaz in https://github.com/amplication/amplication/pull/6022
- feat(server): add customAttributes to Entity by @yuval-hazaz in https://github.com/amplication/amplication/pull/6063
- feat(client):Entity Custom Attribute by @yuval-hazaz in https://github.com/amplication/amplication/pull/6064
- fest(server): Entity field custom attribute by @yuval-hazaz in https://github.com/amplication/amplication/pull/6065
- feat(client): Entity field custom attribute UI by @yuval-hazaz in https://github.com/amplication/amplication/pull/6066
- Bug Report: UI/UX - Error Message Alignment and Search Field Width Adjustment by @gitstart in https://github.com/amplication/amplication/pull/6037
- Fix/4040 static assets are not copied correctly in generated apps admin UI by @EugeneTseitlin in https://github.com/amplication/amplication/pull/5991
- Fix/6031 bug report uiux long list item in left side menu breaking display by @EugeneTseitlin in https://github.com/amplication/amplication/pull/6069
- As a dev - I want to finish the remove of nestjs-prisma from generated code by @gitstart in https://github.com/amplication/amplication/pull/5914
- chore(deps): bump @emotion/styled from 11.10.6 to 11.11.0 by @dependabot in https://github.com/amplication/amplication/pull/6010
- Fix/5246-change-log-level-for-business-logs by @EugeneTseitlin in https://github.com/amplication/amplication/pull/6067
- refactor: update readme and move svg to assets directory by @levivannoort in https://github.com/amplication/amplication/pull/5929
- feat(plugin-api): add authenticated request to github api and reduce db calls by @overbit in https://github.com/amplication/amplication/pull/6018
- check if subscription existence on create and update, issue warning i… by @EugeneTseitlin in https://github.com/amplication/amplication/pull/6039
- feat(dsg): entity attributes by @yuval-hazaz in https://github.com/amplication/amplication/pull/6072
- feat: Entity and Entity Field custom attributes - Epic by @yuval-hazaz in https://github.com/amplication/amplication/pull/6068
- chore(plugin-api): fix nx cache for prisma generated client by @overbit in https://github.com/amplication/amplication/pull/6071
- Fix(server): pull request comment URL by @abrl91 in https://github.com/amplication/amplication/pull/6088
- add pagination to get commit & use commit on layout application by @barshimi in https://github.com/amplication/amplication/pull/6093
- feat(kafka): add client consumer config for rebalancing timeout by @overbit in https://github.com/amplication/amplication/pull/6095
- fix(logging): issue related to missing stack and cause in our logs #6105 by @overbit in https://github.com/amplication/amplication/pull/6105
Full Changelog: https://github.com/amplication/amplication/compare/v1.6.4...v1.6.5