Skip to content

v0.8.97

Compare
Choose a tag to compare
@davidcedres davidcedres released this 06 Oct 21:28
· 386 commits to master since this release
  • fix code styles 93965ba
  • litn fix dropdown and datagrid files 68494fc
  • fix buy f46a654
  • fix v-model usage on dropdown 34e9581
  • Add support for Tab's disabled prop 89cf424
  • Remove depecrated scripts from package.json 08ee1f3
    • npm: Remove package no longer needed per npm start script 33d8396
    • Linting: More consistent spacing 332035a
    • Linting: Better modularize linting; override lack of consistency in prettier with semicolons 30f45fc
    • Consistent spacing within vue files 6028994
    • Linting: Add Column, Row types, and other param types 019cf27
    • Linting: Prevent linting regressions by applying lint-staged with husky on modified files 4b0b4a1
    • Linting: Temporarily disable eslint-comments rules; add line breaks f2e8d98
    • Linting: Nuke unused var.; specify more param types 6632799
    • Linting: Indicate type for idx 420f944
    • Linting: Ensure fast-glob is in devDeps.; avoid namespaced import; const; no-void, no anonymous default, no trivial boolean, camel case, no else after return, consistent return 0ed575d
    • Linting: shadowing, avoid namespace imports, consistent return, period in jsdoc - Linting (TS): unnecessary semicolon; disable new recommended rule for now - npm: Update devDeps; add typescript linting tools 22ee31f
  • Fix Progress's TypeError 9352a8f
    • Linting: Unused disable directive, unused variable, import extension, line breaks, v-on-style df91354
  • update package-lock per latest deps. 9016910

v0.8.96...v0.8.97