-
-
-
**What happened**:
现网paths和paths-ignore同时存在,且 paths-ignore 是 paths 的子集时,只要满足 paths-ignore 条件,将不会触发流水线。
即如下场景不会触发流水线(预期应该触发):
paths=.ci/
paths-ignore=.ci/muban/
变更文件=.ci/basic/paths.yml,.ci/…
-
Partly relates to https://github.com/mubanjs/muban/projects/1#card-68019505
Wrapper Components can be described as components that render content that is passed down from above, and is owned by a p…
-
* `watchEffect` is not triggered by an reactive object by itself
* `watch` is running in a different `flush` mode, delaying the invocation of the callback, and "batching" so it only picks up the late…
-
I had an issue with my project with the HTML entities not being decoded.
We have used unsafeHTML to print the content, for example for the heading component, but also for other components.
For exa…
-
By default, html attributes that have the `false` value are omitted completely in the resulting HTML. Specifically for data-attributes we want to prevent this; we like explicit true/false values to be…
-
We should use always use relative paths for file imports, absolute paths should only be used for modules.
Not sure how we should enforce this, an easy solution would be to restrict importing from …
-
Currently the `propType.source` api only allows extracting values that Muban supports. There is no way for a user to extract something else.
If we allow for a user-defined function, we have an esca…
-
Running a dev server of a muban project installed through pota on a port that is already in use confronts the user with a wall of feedback. It feels this could be handled more gracefully or even bette…