Stanislav Lashmanov
Stanislav Lashmanov
1. Revert `v-bind` merge behaviour to the one used in Vue 2. 2. Add `.replace` modifier to force attribute replacement. [**Rendered RFC**](https://github.com/CyberAP/rfcs/blob/v-bind-merge-strategy-modifier/active-rfcs/0000-v-bind-merge-strategy-modifier.md)
[**Rendered**](https://github.com/CyberAP/rfcs/blob/improve-style-and-class-bindings/active-rfcs/0000-style-and-class-binding-improvements.md) Introduce a couple of improvements to Style and Class bindings: * Secondary argument for direct prop-value bindings ```html ``` * Modifiers for secondary style arguments ```html ```
**Describe the bug** If you launch Borderlands GOTY with RTX Remix you won't see the 3D view of the game. Only the UI will be visible with trails. Also, `Alt+X`...
### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://cider.sh/legal/conduct) that this project adheres to. - [X] I have searched the [issue tracker](https://github.com/ciderapp/Cider-2/issues) for a bug report...
It would be nice for HTML to provide a native `` element that would render its contents at the target destination instead of in-place. This mostly applies to when the...
Adds an internal hydration flag for `created`, `beforeMount` and `mounted` lifecycles, removes after the `mounted`. Closes #1723
If you disable some of the utility classes from the element, switch to another element and then return to the original element the disabled utility classes would be gone completely....
It is confusing that if you toggle a rule in the list it will toggle the class on the element but it will not toggle all the rules that this...
Fixes a minor typo in subscription docs. The arguments should be `(mutation, state)`, not `(state)`.
This change makes it possible to unstub actions when using `stubActions: true` in `createTestingPinia`. To do that you have to call `mockRestore` on the action. ```js createTestingPinia() useMyStore().someAction.mockRestore() // this...