Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 0.15.0 #435

Merged
merged 80 commits into from
Jun 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
20caeec
chore: updated version
nandi95 Mar 25, 2022
f185f72
fix(intersect): fixed callback being run twice
nandi95 Mar 25, 2022
4d75da4
feat(intersect): added `enter` and `leave` modifiers
nandi95 Mar 25, 2022
c7d80b3
fix(select): removed autocomplete
nandi95 Apr 6, 2022
35cd9d4
feat(table): added compact styles
nandi95 Apr 7, 2022
7b157bc
style(button): updated button styles
nandi95 Apr 7, 2022
a99766b
style(toggle): updated styles
nandi95 Apr 7, 2022
46aa358
style(toggle): updated error state border width
nandi95 Apr 7, 2022
35c4599
style(modal): update border radius
nandi95 Apr 7, 2022
f6bdd5b
build: added global checks
nandi95 Apr 11, 2022
d620f02
style: set colour to default brand colour on action btns
nandi95 Apr 11, 2022
d3b2da7
feat(skeleton): added component
nandi95 Apr 13, 2022
b9efb7f
feat(select): improved placeholder handling
nandi95 Apr 13, 2022
a4aede9
chore(select): simplified typing
nandi95 Apr 13, 2022
16ab0e9
style(select): added colour transitions
nandi95 Apr 13, 2022
f3cb27d
feat(select): added `isSelected` slot prop to option slot
nandi95 Apr 13, 2022
d50effb
docs(select): improved web-types
nandi95 Apr 13, 2022
f94ee6c
style(table): adjusted heading font-weight
nandi95 Apr 13, 2022
f66b333
test(select): added placeholder regression test
nandi95 Apr 13, 2022
1d26148
fix(select): removed selection display if there's no selection
nandi95 Apr 13, 2022
7b62deb
style(input): fixed number buttons on disabled state
nandi95 Apr 13, 2022
bd12e06
style(input): added caret colour
nandi95 Apr 13, 2022
ec88aef
chore: reduced sidebar width for demo board
nandi95 Apr 13, 2022
176a9e4
style(textarea): added caret colour
nandi95 Apr 13, 2022
8290b0c
feat(select): added loader
nandi95 Apr 13, 2022
6f99ea1
feat(textarea): added loader
nandi95 Apr 13, 2022
a29f973
feat(input): added loader
nandi95 Apr 13, 2022
3d64424
test(button): updated snapshot of other components
nandi95 Apr 13, 2022
7324b87
test(table): updated snapshot
nandi95 Apr 13, 2022
ed585b6
chore(label)!: renamed UIPill to UILabel
nandi95 Apr 14, 2022
d966222
style(label): updated label styles
nandi95 Apr 14, 2022
a78fb7b
chore(deps-dev): updated dependencies
nandi95 Apr 14, 2022
d62d1ff
fix(select): added missing loader import
nandi95 Apr 14, 2022
81aff1a
chore: removed unused lines
nandi95 Apr 14, 2022
0850200
fix(select): fixed overflow to top offscreen on
nandi95 Apr 19, 2022
32029bb
fix: pr fixes
nandi95 Apr 20, 2022
ec680b1
style(button): removed bg for minimal disabled buttons
nandi95 Apr 28, 2022
5c161a6
style(button): increased text size on large button
nandi95 Apr 28, 2022
c303496
refactor(table)!: renamed recently added `compact` prop to small
nandi95 Apr 28, 2022
bd9ce49
feat(pagination): added large option
nandi95 Apr 28, 2022
3911bb0
style(pagination): made arrow buttons match number button sizes
nandi95 Apr 28, 2022
0a2b34a
chore: updated active link style on demo board
nandi95 Apr 28, 2022
be028bb
perf(select): removed some dynamic classes
nandi95 Apr 29, 2022
df893ea
fix(select): only show header if there's content
nandi95 Apr 29, 2022
98f4c80
style: updated label spacing from inputs
nandi95 Apr 29, 2022
a116e43
style(table): updated default pagination button styles
nandi95 Apr 29, 2022
c26d995
feat(button): added small styles
nandi95 Apr 29, 2022
63ce182
perf: removed lodash merge dependency
nandi95 May 6, 2022
488b155
feat(button)!: updated to use tailwind themes
nandi95 May 6, 2022
a28afa7
feat(button)!: updated default designs
nandi95 May 6, 2022
7173485
style(table): increased spacing
nandi95 May 6, 2022
730fa18
style(label)!: update labels to new theme
nandi95 May 6, 2022
21bad09
feat(button): added tinted option
nandi95 May 6, 2022
51dc11a
chore(toggle): removed redundant value indicator
nandi95 May 6, 2022
85c233f
chore(button): added prop comment
nandi95 May 13, 2022
f902db5
style(modal): set overflow to auto
nandi95 Jun 8, 2022
e734654
style(button): fixed grey buttons styles
nandi95 Jun 14, 2022
844a9a3
test: updated selectors
nandi95 Jun 14, 2022
e1bc594
test(button): updated buttton snapshots
nandi95 Jun 14, 2022
3b92d32
chore(deps-dev): updated non-breaking dependencies
nandi95 Jun 14, 2022
14e8fe6
chore(button): set tinted flag in demo to false
nandi95 Jun 14, 2022
c2aa29a
chore(deps-dev): updated automation dependencies
nandi95 Jun 14, 2022
d94ca58
chore(deps-dev): updated eslint and fixed new issues
nandi95 Jun 14, 2022
af4aa39
chore(deps-dev): updated jest to v28
nandi95 Jun 14, 2022
fb670e1
test(skeleton): added pulse snap test
nandi95 Jun 14, 2022
127ca40
style(button-group): fixed focus ring visibility
nandi95 Jun 15, 2022
9392cee
style(dropdown): fixed always visible scrollbars
nandi95 Jun 15, 2022
030915c
chore: updated checkout action version
nandi95 Jun 16, 2022
fc0e2db
chore(button): updated prop names throughout for UIButton usages
nandi95 Jun 16, 2022
e687339
test(table): removed comment
nandi95 Jun 17, 2022
432fce3
chore: use built in tailwind config type
nandi95 Jun 23, 2022
7bf1d57
chore: emit cjs format
nandi95 Jun 23, 2022
e52f233
style(button): tweaked gray buttons disabled design
nandi95 Jun 23, 2022
c36dd99
feat(button): preserve button width on loading
nandi95 Jun 23, 2022
81fadd7
test(button): added missing tinted snapshots
nandi95 Jun 23, 2022
a180752
style(input): hid suffix when loading
nandi95 Jun 24, 2022
7af0c5d
fix(button): fixed typo
nandi95 Jun 24, 2022
ee2bc14
fix: updated the logic to not show loading on disabled
nandi95 Jun 24, 2022
84ea660
style(button): added missing button border styles
nandi95 Jun 24, 2022
3b28a8c
feat(file-uploader): added loading indicator
nandi95 Jun 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ module.exports = {
'file-input',
'file-uploader',
'input',
'label',
'loader-linear',
'loader-spinner',
'modal',
'panel',
'pill',
'radio',
'range-slider',
'select',
'skeleton',
'table',
'textarea',
'toggle',
Expand Down
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
const isProduction = process.env.NODE_ENV === 'production';

/**
* @type {import('@types/eslint').Linter.Config}
*/
module.exports = {
root: true,
parser: 'vue-eslint-parser',
Expand Down Expand Up @@ -32,7 +35,8 @@ module.exports = {
extraFileExtensions: ['.vue'],
},
globals: {
__VUEISH_VERSION__: 'readonly'
__VUEISH_VERSION__: 'readonly',
globalThis: 'readonly',
},
rules: {
// https://eslint.org/docs/rules/
Expand Down
3 changes: 2 additions & 1 deletion .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ scopes:
- 'file-input'
- 'file-uploader'
- 'input'
- 'label'
- 'loader-linear'
- 'loader-spinner'
- 'modal'
- 'panel'
- 'pill'
- 'radio'
- 'range-slider'
- 'select'
- 'skeleton'
- 'table'
- 'textarea'
- 'toggle'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
Expand Down
Loading