Skip to content

Releases: open-condo-software/condo

release-v5.3.0

08 Apr 04:51

Choose a tag to compare

What's Changed

  • chore(deps): bump next-mdx-remote from 4.3.0 to 6.0.0 in /apps/dev-portal-web by @dependabot[bot] in #7252
  • fix(dev-portabl-web): revert next-mdx-remote back to 4.3.0 by @sitozzz in #7407
  • chore(werf): add jemalloc memory allocator to docker configuration by @AleX83Xpert in #7411
  • feat(miniapp-utils)!: INFRA-1571 post-messaging rework. Service workers, metadata, middlewares and more by @SavelevMatthew in #7413
  • fix(condo): add sms sender for new app, remove unneded secrets by @YEgorLu in #7409
  • feat(miniapp-utils): INFRA-1571 accept frame metadata on addFrame by @SavelevMatthew in #7414
  • feat(news-greenhouse): DOMA-13129 change news group by @vovaaxeapolla in #7415
  • feat(resident-app): DOMA-12963 hack phone number input for phone number pasting to work by @YEgorLu in #7241
  • feat(condo): DOMA-12932 add subscription progress widget and modal by @Alexander-Turkin in #7387
  • feat(miniapp-utils): INFRA-1576 embedding context proof of concept by @SavelevMatthew in #7416
  • feat(eps): DOMA-13114 added logs by @vovaaxeapolla in #7400
  • feat(condo): DOMA-13021 move work with push tokens to new model by @YEgorLu in #7370
  • feat(eps): DOMA-8932 remove eps receipt by @vovaaxeapolla in #7419
  • fix(condo): DOMA-13139 cut the italics in stripMarkdown by @tolmachev21 in #7420
  • feat(eps): DOMA-13113 remove acquiring bot by @vovaaxeapolla in #7408
  • feat(ui): DOMA-13025 add emoticons in rich text area by @tolmachev21 in #7386
  • feat(condo): DOMA-13084 device key in sync remote clients by @YEgorLu in #7392
  • feat(resident-app): INFRA-1578 adjust resident app miniapps to embeddingContext by @SavelevMatthew in #7425
  • fix(spp): DOMA-13131 fixed spp reports by @dkoviazin in #7424
  • chore(b2b-payments-gateway): added empty app for fix werf cache errors by @nomerdvadcatpyat in #7426
  • feat(condo): DOMA-13004 use chunk loading in AI Assistant tool calls by @toplenboren in #7421

Full Changelog: release-v5.2.0...release-v5.3.0

@open-condo/ui@2.54.0

02 Apr 14:11
2337175

Choose a tag to compare

✨ New Features

  • ui: DOMA-13025 add emoji support in RichTextArea component
  • ui: DOMA-13025 extend RichTextArea with emoji dropdown labels and default values
  • ui: DOMA-13025 fix after review
  • ui: DOMA-13025 enhance RichTextArea and TextArea components with emoji and copy functionality
  • ui: DOMA-13025 implement copy button functionality across CommentForm, InputStepForm, BaseIncidentForm, and BaseTicketPropertyHintForm components
  • ui: DOMA-13025 enhance CommentForm, InputStepForm, BaseIncidentForm, and BaseTicketPropertyHintForm with improved emoji support and tooltip labels
  • ui: DOMA-13025 add TODO for locale support in RichTextArea and enhance style with squircle corner shape
  • ui: DOMA-13025 fix stylelint

🦖 Other Changes

  • deps-dev: bump storybook from 9.1.17 to 9.1.19
  • deps-dev: bump storybook from 9.1.17 to 9.1.19 in /packages/ui

release-v5.2.0

01 Apr 06:05

Choose a tag to compare

What's Changed

  • feat(pos-integration): DOMA-13041 add webhook notifications for integration status changes by @AleX83Xpert in #7356
  • chore(deps-dev): bump rollup from 4.28.0 to 4.59.0 by @dependabot[bot] in #7257
  • feat(spp): DOMA-12955 dayly send email to the bank with control date report by @dkoviazin in #7382
  • fix(condo): DOMA-12068 fix name input in profile again by @YEgorLu in #7385
  • fix(condo): DOMA-13108 hide hidden or non public miniapps in subscription settings screen by @toplenboren in #7381
  • feat(condo): DOMA-13051 add RemoteClientPushToken model by @YEgorLu in #7343
  • fix(condo): DOMA-13054 add error handling for invalid share links by @tolmachev21 in #7384
  • fix(condo): [DOMA-13008, DOMA-13010] Update AI assistnant frontend logic by @toplenboren in #7298
  • hotfix(condo): DOMA-13103 fix survey mobile styles by @Alexander-Turkin in #7389
  • fix(condo): Doma-10698 fix address parsing for unit names by @dkoviazin in #7390
  • feat(eps): DOMA-13072 remove resident bot by @vovaaxeapolla in #7391
  • feat(spp): DOMA-12955 emails to send spp control date report to envs by @dkoviazin in #7393
  • feat(spp): DOMA-12955 email config for control dates report by @dkoviazin in #7394
  • hotfix(condo): DOMA-13103 fix survey mobile styles by @Alexander-Turkin in #7395
  • chore(condo): helm on main by @toplenboren in #7397
  • feat(condo): DOMA-13005 add getNewsItems and getTicketWithDetails tool calls by @toplenboren in #7388
  • feat(spp): DOMA-12957 changed spp report to support events by @dkoviazin in #7396
  • chore(deps-dev): bump storybook from 9.1.17 to 9.1.19 in /packages/ui by @dependabot[bot] in #7264
  • feat: INFRA-1569 enhance analytics with environment tracking by @SavelevMatthew in #7401
  • deps: bump posthog-js dependency by @sitozzz in #7403
  • feat(miniapp-utils): INFRA-1570 replaceDomain helper added by @SavelevMatthew in #7404
  • chore(deps-dev): bump storybook from 9.1.17 to 9.1.19 by @dependabot[bot] in #7263
  • fix(miniapp-utils): INFRA-1570 fix replaceDomain negative lookahead by @SavelevMatthew in #7405
  • chore(deps): bump minimatch from 5.1.1 to 5.1.8 by @dependabot[bot] in #7273

Full Changelog: release-v5.1.1...release-v5.2.0

@open-condo/miniapp-utils@3.2.0

01 Apr 13:48
575924e

Choose a tag to compare

✨ New Features

  • miniapp-utils: embeddingContext proof of concept
  • miniapp-utils: INFRA-1576 embedding context
  • miniapp-utils: INFRA-1576 exports, sender and minor improvements
  • resident-app: INFRA-1576 change casing
  • resident-app: INFRA-1576 include OS in embedding context

@open-condo/apollo@2.1.27

01 Apr 13:49
575924e

Choose a tag to compare

🌐 Dependencies

  • @open-condo/miniapp-utils: upgraded from 3.1.0 to 3.2.0

@open-condo/miniapp-utils@3.1.0

31 Mar 09:23
18f1c4f

Choose a tag to compare

✨ New Features

  • miniapp-utils: INFRA-1571 accept frame metadata on addFrame

🐛 Bug Fixes

  • miniapp-utils: INFRA-1574 update metadata for already registered frames

@open-condo/miniapp-utils@3.0.0

31 Mar 05:26
335e3f2

Choose a tag to compare

⚠️ BREAKING CHANGES

  • event handler signature has changed to unify events from different sources, also special source "worker" added to existing "parent"

✨ New Features

  • miniapp-utils: INFRA-1571 add middleware concept to postMessage for event interception
  • miniapp-utils: INFRA-1571 add serviceWorker post-message support
  • miniapp-utils: INFRA-1571 change middlewares next signature to support partial next call

🐛 Bug Fixes

  • resident-app: INFRA-1571 small review fixes

@open-condo/apollo@2.1.26

31 Mar 09:23
18f1c4f

Choose a tag to compare

🌐 Dependencies

  • @open-condo/miniapp-utils: upgraded from 3.0.0 to 3.1.0

@open-condo/apollo@2.1.25

31 Mar 05:26
335e3f2

Choose a tag to compare

🌐 Dependencies

  • @open-condo/miniapp-utils: upgraded from 2.24.1 to 3.0.0

@open-condo/miniapp-utils@2.24.1

29 Mar 18:25
316ce78

Choose a tag to compare

🐛 Bug Fixes

  • miniapp-utils: INFRA-1570 fix replaceDomain negative lookahead