Skip to content

v0.8.117

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidcedres davidcedres released this 13 Nov 08:51
· 165 commits to master since this release
  • mark static strings from component scripts as base classes 9f9ba03
  • minor fix on analyzer 26580d5
  • remove comment 6e8edd4
  • add detection of unstable classes e9055bb
  • Fix no-unused-properties lint warnings 0723e6d
    • Linting: Make consistent config 93a2a5b
    • Linting: Further block comment 8dd4cb9
    • Linting: Make config file identification more generic ec6b733
    • Linting: Make consistent TS for declaration files 77f70d4
    • Linting: Further harmonization with/genericization of other config file f0eae42
    • Linting: Make comment for diffing with other config file 6cda902
    • Update classes2 per latest ab59859
    • npm: Update devDeps (major) 0fca8aa
    • npm: Update devDeps (minor) c4244dc
    • Linting: No longer necessary to disable prettier on vue files; drop TS resolver on non-TS files (though make exception where needed) - Linting: Comment blocks; enable no-unregistered-components rule; remove now redundant or unneeded rules - Linting: Remove plugin/parser redundant with typescript-eslint config cf36356
    • Linting: Remove redundant plugins 47ca5c8
  • patch v-image and v-tag 858ea83
  • minor fixes c28fe56
  • update v-tag, move classes into template a8d1635
  • update v-tooltip, move classes into template 2f23d44
  • update v-textarea, move classes into template 66c08f2
  • update v-switch, move classes into template 9cc78e0
  • update v-select, move classes into template af3155a
  • update v-progress, move classes into template ba83eea
  • update v-modal, move classes into template dd6aac2
  • update v-input, move classes into template c80c10a
  • update v-image, move classes into template 306b2e7
  • update v-file, move classes into template 3f9fedb
  • update checkbox, move classes into template 53063b6
  • update v-button, move classes into template bbfb450
  • update tabs, move classes into template eee4c83
  • update table, move classes into template (edge case found) 4d46fc8
  • update navbar, move classes into template 3186bdb
  • update menu, move classes into template 05eec1e
  • update dropdowns, move classes into template 1e6cbbf
  • update v-column and v-columns, move classes into template 616f1a1
  • update accordion, move classes into template 3d4f2ca
  • update field, move classes into template 14146ca
  • fix new structure in mappings 31cd97c
  • add 'disabled' keyword in v-button ce4d55d
  • Update readme b97d803
  • Add benchie support for Image component 0e25af8
  • remove props.x from template as already in scope 89acfbb
  • remove .value from template 1aa0d42
  • add separation of concerns to sidebar component 638fb39
  • patch analyzer to label classes [WIP] a3a2def

v0.8.116...v0.8.117