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

build: release 3.0.0 #993

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

alistair3149
Copy link
Member

@alistair3149 alistair3149 commented Jan 1, 2025

🤖 I have created a release beep boop

3.0.0 (2025-02-24)

⚠ BREAKING CHANGES

  • tokens: All primary colors tokens are renamed. Please refer to tokens-theme-base.less for the new names
  • tokens: CSS variables that are previously deprecated are now hard-deprecated.
  • Citizen is targeting MW 1.43 now and start development on the v3 version

Features

  • CodeMirror: ✨ add initial styles for CodeMirror v6 (87fc5ca)
  • CodeMirror: ✨ add WikiEditor and VE styles for CodeMirror v6 (b8fa2c7)
  • core: ✨ add frosted glass effect to menu cards (c20082c)
  • core: ✨ add top margin to mw-content-text (7c6237e)
  • core: ✨ adding vertical padding to text editor (1ec112d)
  • core: ✨ bump dark border color contrast (f94d0a4)
  • core: ✨ drop letter-spacing from legend (85588ff)
  • core: ✨ improve site notice handling (7dac6d2)
  • core: ✨ only apply main page-specific styles on read view (fb8be79)
  • core: ✨ set mwRestApi as the default search gateway (ed5f11a)
  • core: ✨ update mw-indicators spacing (cc1843e)
  • core: ✨ use mask-image instead of background-image for Citizen UI icons (bc828b3)
  • DiscussionTools: ✨ update DiscussionTools styles to 1.43 (9f750be)
  • Echo: ✨ add backdrop when modal is opened (6b9fc0a)
  • Echo: ✨ improve Echo badge icon replacement logic (86ba574)
  • Echo: ✨ update Echo for 1.43 (6740eac)
  • header: ✨ simplify header icon color logic (57711a9)
  • mediawiki: ✨ add border to mw-tag-marker (3c626d9)
  • mediawiki: ✨ adjust installed software cell width (42321c0)
  • mediawiki: ✨ allow Special:SpecialPages legends to float (0a4d42e)
  • mediawiki: ✨ increase input field height in signup and login pages (898580a)
  • mediawiki: ✨ rework login and signup page styles (c10ca94)
  • mediawiki: ✨ start-align installed software in Special:Version (f152da9)
  • mediawiki: ✨ update styles for Special:Preferences (597abc1)
  • MultimediaViewer: ✨ add hover state to description button (ebe1979)
  • MultimediaViewer: ✨ add styles for error box (6ea13ff)
  • MultimediaViewer: ✨ scale down the description button (99d926f)
  • MultimediaViewer: ✨ simplify title max-height calculation (9fb16c6)
  • MultimediaViewer: ✨ update styles to 1.43 (4497ac1)
  • OOUI: ✨ drop unnessecary OOUI styles for 1.43 (7be2ec1)
  • OOUI: ✨ standardize border-radius (6f6d96c)
  • Popups: ✨ update Popups to 1.43 (e21d75b)
  • RelatedArticles: ✨ update RelatedArticles styles (bd340e7)
  • share: ✨ do not show share button if page is not a content page (8c29416)
  • stickyHeader: ✨ make sticky header more compact (8e62594)
  • stickyHeader: ✨ use fancy frosted glass for page header (ad50e8d)
  • TemplateData: ✨ update styles for 1.43 (6110a5d)
  • toc: ✨ match ToC link color with color-base (67852e7)
  • tokens: ✨ add backdrop-opacity CSS variable (76727b1)
  • tokens: ✨ add more saturation to frosted glass (cb14c43)
  • tokens: ✨ backport Codex tokens from latest master (6252e24)
  • tokens: ✨ revamp colors that are related to progressive/primary colors (a5f5a3c)
  • tokens: ✨ update Codex tokens to v1.14.0 (7ef2375)
  • tokens: 💥 ✨ drop deprecated tokens (b82923a)
  • UploadWizard: ✨ clean up spacing (1a062a8)
  • UploadWizard: ✨ update UploadWizard to 1.43 (f241493)
  • VisualEditor: ✨ update styles to 1.43 (c91135d)
  • WikiEditor: ✨ add responsive handling for advanced toolbar (1f4045a)
  • WikiEditor: ✨ update styles to 1.43 (808f7b1)

Bug Fixes

  • CodeMirror: 🐛 fix text selection background color for links (#1007) (e66605f)
  • CodeMirror: 🐛 override default dark mode color (32e78ff), closes #1001
  • core: 🐛 do not invert mw-indicator (6f33824)
  • core: 🐛 drop unused Codex skinStyles (ddbe205), closes #1004
  • core: 🐛 fix incorrect dark border interactive color (0019b6c)
  • core: 🐛 fix typo in sr-only class (4d6eed9)
  • core: 🐛 override Codex tokens even when they are same as default (ff6f75b)
  • core: 🐛 remove bottom margin from contentSub (633578d)
  • footer: 🐛 force footer icon to have light background color (e7b3550)
  • header: 🐛 fix invisible home button in header (e5f0fb2)
  • icons: 🐛 add fallback for browser that does not support CSS mask (4279397)
  • icons: 🐛 load unBlock icon (e2fe673), closes #1011
  • links: 🐛 ensure self link does not have hover state colors (229a13c)
  • mediawiki: 🐛 fix debug toolbar z-index (e36fe02)
  • mediawiki: 🐛 fix various layout issues on Special:Version (75af101)
  • menu: 🐛 fix incorrect width overflow (880ec7d)
  • MultimediaViewer: 🐛 fix incorrect layout in narrow viewport (00705cc)
  • MultimediaViewer: 🐛 remove unused styles (da990b4)
  • OOUI: 🐛 fix incorrect border-radius for connected elements (250948f)
  • OOUI: 🐛 fix incorrect property for tab styles (43c5897)
  • OOUI: 🐛 fix tab option selected border-bottom (#1008) (b3a9623)
  • overflowElements: 🐛 fix incorrect z-index for overflow sticky header (bd05c25)
  • Popups: 🐛 ensure text fade color get applied across all themes (2bfdb67)
  • RelatedArticles: 🐛 hide in VisualEditor (#1009) (b95cb85)
  • styles: 🐛 remove unnecessary night theme indicator styles (402e8d5)
  • SyntaxHighlight: 🐛 use Citizen colors for dark theme (cedf9c7)
  • tokens: 🐛 enhance pure black mode color variables (274e7b6)
  • tokens: 🐛 fix incorrect backdrop light color (017a387)
  • tokens: 🐛 fix incorrect colors for pure black mode (53fab3c)
  • tokens: 🐛 fix incorrect fallback color definitions (f4e9e70)
  • tokens: 🐛 fix incorrect supports tag and add color-base--hover (2430932)
  • UploadWizard: 🐛 add small fixes to layout (443278f)
  • UploadWizard: 🐛 fix message box styles (4261645)

Miscellaneous Chores

  • 💥 🔧 raise minimum MW requirement to 1.43 (b5080bd)
  • 🔧 ignore package-lock.json (b969f10)
  • eslint: 🔧 update ESLint configuration to use wikimedia/client preset (b12cd9f)

This PR was generated with Release Please. See documentation.

Copy link

coderabbitai bot commented Jan 1, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (2)
  • build(deps-dev):
  • build:

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. (Beta)
  • @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 or @coderabbitai title 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.

@alistair3149 alistair3149 force-pushed the release-please--branches--main branch 27 times, most recently from 4918656 to 0c00046 Compare January 8, 2025 02:10
@alistair3149 alistair3149 force-pushed the release-please--branches--main branch 21 times, most recently from 2b6cec7 to 2fbd12e Compare February 10, 2025 19:49
@alistair3149 alistair3149 force-pushed the release-please--branches--main branch 6 times, most recently from 876450d to f23ab52 Compare February 14, 2025 00:28
@alistair3149 alistair3149 force-pushed the release-please--branches--main branch from f23ab52 to 4cdd429 Compare February 24, 2025 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant