Add more change log items#2247
Conversation
WalkthroughThe pull request updates the changelog and readme documentation for version 6.18. It includes fixes for style settings such as ensuring float values retain their decimal places and handling invalid (undefined/NaN) values. Additional user interface corrections are made by adding a red outline for invalid checkbox fields, ensuring CSS classes are properly applied to form containers, and correcting the automatic width for dropdown fields. In addition, a deprecated file is removed and a setting for excluding Formidable in the admin bar is relocated to miscellaneous settings. Changes
Possibly related PRs
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 2
🧹 Nitpick comments (1)
readme.txt (1)
378-379: LGTM! Consider enhancing the second fix description.The changelog entries accurately document the bug fixes for style settings. The first entry is clear and specific.
Consider making the second entry more specific by mentioning which style settings were affected:
-* Fix: Some style setting values would result in invalid undefined or NaN values. +* Fix: Style setting values for [specific settings] would result in undefined or NaN values.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
changelog.txt(1 hunks)readme.txt(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (6)
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 8 tests in WP trunk
- GitHub Check: PHP 7.4 tests in WP trunk
- GitHub Check: Cypress
- GitHub Check: Cypress
- GitHub Check: PHP 7.4 tests in WP trunk
🔇 Additional comments (1)
changelog.txt (1)
3-3: Improved form validation UX with visual feedbackThe addition of red outline for invalid checkbox fields improves form usability by providing clear visual feedback to users when validation fails.
These never got merged.