Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v0.24.1 #6183

Merged
merged 52 commits into from
Dec 10, 2024
Merged

release: v0.24.1 #6183

merged 52 commits into from
Dec 10, 2024

Conversation

pushya22
Copy link
Collaborator

@pushya22 pushya22 commented Dec 10, 2024

✨ New Features

Real-Time Sync Enhancements on Pages

When a member locks, unlocks, archives, or restores a page, it immediately happens for all users with access to that page.

⚙️ Improvements

  • Improved UX by replacing User Notification Settings checkboxes with toggles
  • Pages access revamped for better security and flexibility, Guests can no longer create or edit pages.
  • Loader code refactor to improve page load performance.
  • Reduced unused components to optimise application performance.
  • Added sort order for issue activity.
  • Simplified navigation by removing Project Header Breadcrumb navigation from project breadcrumb.
  • Preserved custom theme colors while checking todo list items in pages.
  • Enhanced URL clarity for published Projects, Views, and Pages with meta data.
  • Optimized image aspect rations in pages across different screen resolutions.
  • Enhanced Hyper Mode performance with minor changes.
  • Added functionality to redirect users to the homepage when clicking the Plane logo on the invitations page.

🐞 Bug Fixes

  • Fixed an issue with estimates when enabled and not associated with any issue in the project is deleting the project
  • Addressed an issue where removed cycles continued to appear in the issue detail page. The cycles list now dynamically updates to reflect changes accurately.
  • Fixed a visibility issue with dropdown filters on Safari browsers to ensure consistent user experience across platforms.
  • Fixed markdown rendering for images in pages.
  • Removed unused components to optimise application performance.
  • UI fix for the shape of priority icons for improved visual clarity.
  • Resolved intake issue permissions where users with member-level permissions couldn't edit their own issue immediately after creation without refreshing the page.

🔑 Security

  • Resolved Nivo Charts vulnerabilities.
  • Django and Express version upgraded for improved compatibility and security.
  • Updated UI package module resolution for better dependency management.

prateekshourya29 and others added 30 commits November 29, 2024 20:20
* chore: local storage helper hook added to package

* chore: tabs global component added

* chore: collapsible button improvement

* chore: linear progress indicator improvement

* chore: fill icon set added to package
* chore: loader code refactor

* chore: code refactor

* chore: code refactor

* chore: code refactor
* fixed re order for favorites

* fixed lint errors

* added reorder

* fixed reorder inside folder

* fixed lint issues

* memoized reorder

* removed unnecessary comments

* seprated duplicate logic to a common file

* removed code comments

* fixed favorite remove while reorder inside folder

* fixed folder remove while reorder inside folder

* fixed-reorder issue

* added last child to drop handled

* fixed orderby function

* removed unncessasary comments
* fix: merge conflicts resolved from preview

* fix: space app build errors

* fix: product updates modal

* fix: build errors

* fix: lite text read only editor

* refactor: additional options push logic
* fix: add lock unlock archive restore realtime sync

* fix: show only after editor loads

* fix: added strong types

* fix: live events fixed

* fix: remove unused vars and logs

* fix: converted objects to enum

* fix: error handling and removing the events in read only mode

* fix: added check to only update if the image aspect ratio is not present already

* fix: imports

* fix: props order

* revert: no need of these changes anymore

* fix: updated type names

* fix: order of things

* fix: fixed types and renamed variables

* fix: better typing for the real time updates

* fix: trying multiplexing our socket connection

* fix: multiplexing socket connection in read only editor as well

* fix: remove single socket logic

* fix: fixing the cleanup deps for the provider and localprovider

* fix: add a better data structure for managing events

* chore: refactored realtime events into hooks

* feat: fetch page meta while focusing tabs

* fix: cycling through items on slash command item in down arrow

* fix: better naming convention for realtime events

* fix: simplified localprovider initialization and cleaning

* fix: types from ui

* fix: abstracted away from exposing the provider directly

* fix: coderabbit suggestions

* regression: pass user in dependency array

* fix: removed page action api calls by the other users the document is synced with

* chore: removed unused imports
* filters drop down fix safari

* added comments for translation
* chore: community edition product updates link

* fix: iframe embed for changelog

---------

Co-authored-by: sriram veeraghanta <[email protected]>
* fix: refactoring

* fix: site ssr implementation

* chore: fixed auto reload on file change in sites

* chore: updated constant imports and globalised powerBy component

* chore: resolved lint and updated the env

---------

Co-authored-by: sriram veeraghanta <[email protected]>
* filters drop down fix safari

* added comments for translation

* fixed drop down visibility issue
prateekshourya29 and others added 22 commits December 5, 2024 15:26
* fix: lint related changes and packaging fixes

* adding color validations
…modules/cycles etc are deleted from the project (#6165)
* modified notification store

* notification snooze types fix

* handled promise

* modified notifications layout

* incresed pagination count for notifications
* chore: project navigation items code refactor

* fix: build error

* chore: code refactor

* chore: code refactor
* chore: adjusted  increment/decrement  for unread count

* chore: improved param handling for unread notification count function
Copy link
Contributor

coderabbitai bot commented Dec 10, 2024

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Experiment)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@pushya22 pushya22 changed the title Canary release: v0.24.01 Dec 10, 2024
@sriramveeraghanta sriramveeraghanta changed the title release: v0.24.01 release: v0.24.1 Dec 10, 2024
@sriramveeraghanta sriramveeraghanta merged commit 9ed4591 into master Dec 10, 2024
32 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.