Skip to content

Commit

Permalink
feat: add datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWaldschmidt committed May 1, 2024
1 parent a3db4b8 commit db76eb5
Show file tree
Hide file tree
Showing 21 changed files with 635 additions and 201 deletions.
6 changes: 1 addition & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"plugins": ["prettier"],
"globals": {
"URLSearchParams": false,
"vi": false,
"defineProps": false,
"defineEmits": false,
"defineExpose": false,
"withDefaults": false
"vi": false
},
"parser": "vue-eslint-parser",
"parserOptions": {
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v2.0.48

- Adds the `DataTable` component
- Add new icons for the `Icon` component
- `Details`
- `Previous`

## v2.0.47

- Use the correct classes for box shadow in `Overlay` and `Menu` component.
Expand Down

0 comments on commit db76eb5

Please sign in to comment.