Skip to content

v0.8.102

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidcedres davidcedres released this 11 Oct 05:14
· 325 commits to master since this release
  • fix label positioning in progress component 77c8299
    • Linting: Enforce require-direct-export rule c086b9c
    • Linting: Use proper casing for CheckRadioMixin 0d003fe
    • Linting: Remove redundant rule cb621d0
    • Fix (Accordion): Avoid non-reactive/duplicate isActive - Linting: Use anonymous default export in Vue files as linter will not otherwise detect - Linting: Temporarily disable a few now exposed rules - Linting: Enforce more frequently used kebab case - Linting: Prevent use of Vue2-style data, computed, methods, watch - Linting: Explicit (and ordered) emits; disable unused component; give name to main Vue3UIApp cd4fa85
  • Use disabling attribute inheritance properly in Button and Select component 484e0b0
    • Linting: Apply "recommended" (besides attribute-order) and not only strongly recommended; and add some useful custom vue rules ba6b6d2
  • Solve switch issue when modelValue prop is changed 7c1c64a
    • Linting: Loosen to allow template literals of a single dynamic portion a9788e8
    • Linting: Enforce padding between blocks 5e506bb
    • Linting: Enforce line breaks before export ea57f88
    • Linting: Consistency with prettier; stricter styling - Remove v-directive rule (externalized) 2c7984f

v0.8.101...v0.8.102