Jonathan Quintin
9883009d12
Merge 986d81c577
into 65a8bbf1f9
2023-02-19 19:55:24 +00:00
Enrico Sacchetti
65a8bbf1f9
v0.73.1
2023-02-19 14:54:32 -05:00
Carson McCue
b435be4f12
fix(textinput/passwordinput): apply aria-describedby to hint text
...
* Aria-describedby
Resolves base aria-describedby attribute from #1633 .
* Update PasswordInput.svelte
2023-02-19 14:53:00 -05:00
dependabot[bot]
eaa4af14d1
build(deps): bump minimatch from 3.0.4 to 3.1.2 ( #1580 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 12:55:59 -05:00
Enrico Sacchetti
420f8e8f24
docs: update release guide
2023-02-19 12:40:59 -05:00
Enrico Sacchetti
8f88a0f0b2
v0.73.0
2023-02-19 12:39:30 -05:00
Jonathan Quintin
7ddbf17cbb
feat(progress-bar): add status
prop ( #1560 )
...
* ProgressBar status feature added
* ProgressBar: Removed the css variables and use carbon-css instead.
The way of assigning the ProgressBar value has change. It is now a style
variable and scale-x is calculated in the css. This way prevent the
override of carbon css.
* Removed an unessacery span.
* Removed an unnecessary span.
* Added the status for the ProgressBarUx
* Remove `style css` and update docs.
* - Fixed the `capped` variable for more readability
- Updated docs `label` and `helperText`
- Updated docs and css
* fix: finished/error states cannot be indeterminate
* Run "yarn build:css"
* Re-run "yarn build:docs"
* test(progress-bar): assert `status` prop
* chore: add aria-busy and set valuenow to 0 when not active
---------
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
Co-authored-by: Enrico Sacchetti <enrico@theetrain.ca>
2023-02-19 12:34:41 -05:00
Francine Lucca
7cc92231b2
chore(platform): update tooltip definition in carbon.yml
( #1640 )
2023-02-13 11:32:06 -08:00
Taylor Jones
a3b37c4e62
docs(readme): add discord link to readme ( #1659 )
2023-02-13 13:16:35 -05:00
Enrico Sacchetti
7e4fd91bd3
v0.72.3
2023-02-11 13:51:13 -05:00
metonym
6450e8b0b1
fix(types): add missing $$restProps
for Checkbox
, Filename
, FluidForm
( #1655 )
...
* fix(types): add missing `$$restProps` for `Checkbox`, `Filename`, `FluidForm`
* Run "yarn build:docs"
* test: assert `$$restProps` for `Checkbox`, `Form`
2023-02-11 13:50:01 -05:00
metonym
2a8fc00a09
docs(button): add example of disabled, icon-only button ( #1651 )
2023-02-06 22:26:24 -05:00
Enrico Sacchetti
09330552f9
v0.72.2
2023-02-04 20:33:10 -05:00
metonym
d897484abf
fix(dropdown): dispatch correct selectedItem
in select
event ( #1646 )
...
Fixes #1645
2023-02-04 20:31:31 -05:00
Enrico Sacchetti
57b6ea68b5
v0.72.1
2023-01-24 22:32:09 -05:00
ptrxyz
8cb5d538f7
fix(dropdown): fix ssr issue ( #1639 )
...
The `onDestroy` hook is also run during SSR, so returning destruction function from `onMount` should do the trick. For #1638
2023-01-24 22:28:36 -05:00
Enrico Sacchetti
afa692c9e0
docs: update release guide
2023-01-17 21:12:38 -05:00
Enrico Sacchetti
5bb2197371
v0.72.0
2023-01-17 21:02:23 -05:00
Jonathan Quintin
73aa6e216a
fix(dropdown): close when user clicks outside iframe ( #1596 )
...
* `Dropdown` click outside
Fixes #1595
* `onDestroy` we want to remove the event listener
to prevent listeners hanging
2023-01-17 20:57:50 -05:00
metonym
ec867c46ba
fix(tree-view)!: remove expanded
property from TreeNode
interface ( #1631 )
...
* fix(tree-view)!: remove `expanded` property from `TreeNode`
* fix(tree-view-node-list)!: remove unused `expanded` prop
* docs(tree-view): remove `expanded` as a property
#1630
2023-01-17 20:55:46 -05:00
metonym
7701c012a5
chore: remove .husky
( #1632 )
2023-01-16 18:11:16 -05:00
Enrico Sacchetti
6d2e21f027
chore: improve lint, release workflows ( #1627 )
...
* Add standard-version to automate releases
* Remove husky
* Add lint script; run lint in GitHub Actions
* Run lint script
* Add Enrico to contributors
2023-01-15 15:34:09 -08:00
Enrico Sacchetti
c1c8309443
docs(component-api): change details
-> detail
( #1610 )
2023-01-01 09:04:17 -08:00
Enrico Sacchetti
2e5f3554c6
chore: fix changelog
2022-12-31 15:39:59 -05:00
Enrico Sacchetti
bdf0e109c8
v0.71.0
2022-12-31 15:31:06 -05:00
jqlio18
986d81c577
Add step
attribute to errorState
checks
2022-12-21 14:00:13 -05:00
Enrico Sacchetti
50066966da
feat(notification)!: replace iconDescription
prop with statusIconDescription
, closeButtonDescription
( #1591 )
...
Fixes #672 , fixes #1563
* breaking: remove `iconDescription` prop from `InlineNotification`, `ToastNotification`
* breaking: require `iconDescription` prop in `NotificationIcon`
* feat: add new `statusIconDescription` and `closeButtonDescription` to `InlineNotification`, `ToastNotification`
2022-12-18 15:28:23 -08:00
jqlio18
62e5b6ed86
Add docs
2022-12-17 22:53:18 -05:00
Gregor Wassmann
e258db0cae
docs(pagination-nav): add change event docs ( #1592 )
...
It seems that in #1518 some docs were not properly generated.
This is the change that results from running `yarn build:docs`.
2022-12-17 09:06:40 -05:00
jqlio18
4b85d4920c
Revert "Dont reformat the entire json file -_-"
...
This reverts commit cfc99f86dc
.
2022-12-16 15:37:14 -05:00
jqlio18
ed692720b4
Revert "Update component API for the breaking change."
...
This reverts commit 28b71733e4
.
2022-12-16 15:36:45 -05:00
jqlio18
cfc99f86dc
Dont reformat the entire json file -_-
2022-12-16 15:20:46 -05:00
jqlio18
28b71733e4
Update component API for the breaking change.
2022-12-16 14:35:13 -05:00
jqlio18
9f394e9339
Fix required message.
2022-12-15 13:00:19 -05:00
jqlio18
83030543bf
Changing how the the input works. The value
...
is now binded to the input. Required, min, max
and value are reative to error states.
2022-12-15 12:15:30 -05:00
jqlio18
1bcb4ac9eb
Put the ref
reactive with other reactive.
2022-12-13 17:46:56 -05:00
jqlio18
faddb4c654
1. We should verify if the input is in an error state onMount
and set the error
accordingly.
...
2. Fix last commits and the `invalid` state border works again.
3. If the `invalid` state is set by the user, we must use `setCustomValidity` to set input validity to false.
4. `invalidText` must have a default and must not be empty. If empty, it will set the validity to true. I don't know if we should check for that.
2022-12-13 17:42:00 -05:00
Enrico Sacchetti
8d55752a18
fix(pagination-nav)!: use 1-indexing to be consistent with Pagination
( #1518 )
...
Fixes #1513
2022-12-13 10:23:04 -08:00
Enrico Sacchetti
9198ed5474
feat!: dispatch "change" event in Pagination
, rename "change" to "update" in Select
( #1497 )
...
Closes #1491
* feat(pagination): dispatch "change" event when interacting with previous/next buttons, page/page size dropdowns
* breaking(select): rename dispatched "change" event to "update"
* breaking(select): forward `change` event to `Select`
2022-12-13 10:22:17 -08:00
jqlio18
30d4567247
Fix last commit, the data-invalid
must be undefined if not in error.
2022-12-12 13:02:01 -05:00
jqlio18
b3ef8e3dda
Fix the data-invalid
attribute which fix the css.
2022-12-12 12:56:44 -05:00
jqlio18
3f2870da12
The updatevalue should be parsed.
2022-12-12 11:50:11 -05:00
jqlio18
ac1afe4d9b
NumberInput : Fix error states
2022-12-11 22:45:43 -05:00
metonym
724d90bd7b
chore(types)!: remove sveltekit:
attributes from types ( #1581 )
...
* chore(deps-dev): upgrade sveld 0.17.2 -> 0.18.0
* Run "yarn build:docs"
2022-12-11 15:58:19 -05:00
metonym
27da2a0f8b
docs: link source code to folder for multiple components ( #1582 )
...
* docs: link source code to folder for multiple components
* chore(docs): remove unused `source` from frontmatter
2022-12-10 20:49:42 -05:00
Eric Liu
f7969c64e8
chore(examples): bump deps [ci skip]
2022-12-08 07:50:33 -08:00
Eric Liu
3ba5ba7ccb
v0.70.13
2022-12-08 07:41:42 -08:00
metonym
fce92fb648
fix(dropdown): avoid runtime error if items
is empty ( #1578 )
2022-12-07 20:38:22 -08:00
metonym
4b503c8c35
fix(multi-select): avoid runtime error if items
is empty ( #1577 )
2022-12-07 20:34:46 -08:00
Bilux
09b3eed582
fix(combobox): avoid runtime error if items
is empty ( #1545 )
2022-12-07 20:29:04 -08:00