Chore: Fix CI Docker Alpine build missing (#28138)
Chore: Fix CI docker publish (#28134)
Chore: Fix fetching Apps-Engine and MongoDB versions for release notes (#28129)
Chore: Improve time of meteor build (#28128)
Chore: Presence cap tweaks (#28058)
Chore: Purge styles of the legacy Chore: Refactor CI to improve code reusability and organization (#28108)
Chore: Update tokens (#28079)
Regression: Fix sidebar horizontal scrolling (#28125)
Regression: App requests notify admin function generating wrong link (#28111)
Fixed a development oversight in which the link of the app request Rocket.Cat message was generated without the marketplace version of the app nor the requests tab param. Regression: Fix Custom CSS (#27993)
Regression: Fix improper usage of useEndpointData (#28050)
Regression: Fix slash command with preview (#28127)
Regression: Slash commands detected at any line (#28142)
Regression: View mode preferences without the selected option by default (#28120)
After removing all Meteor Blaze templates from the project, the View mode preferences started presenting the issue:
No option is selected by default when the view mode preferences are open.
Possible reason: React does allow you to use name attributes in the input tag, but it may cause some issues with radio buttons. One possible reason is that React uses a synthetic event system that does not rely on native HTML attributes, since we had the wrapper and several blaze templates in the project, this could be effecting this behavior ignoring the name attribute in the inputs.
2023-02-23 · 15 🔍 · 11 👩💻👨💻
🔍 Minor changes
message
template (#28126)
Demo gif (before):