Eric Liu
70e0875f28
feat: build pre-compiled CSS from Carbon themes
...
#243
2020-09-06 15:40:36 -07:00
Eric Liu
33704fd5a9
v0.11.0
2020-09-05 15:34:49 -07:00
Eric Liu
7aeff89986
Merge pull request #240 from IBM/header-global-action
...
feat(ui-shell): add HeaderGlobalAction component
2020-09-05 15:32:37 -07:00
Eric Liu
7b3c111b5f
feat(ui-shell): add HeaderGlobalAction component
2020-09-05 15:28:10 -07:00
Eric Liu
9b6284a139
chore(changelog): 0.10.0 notes
2020-09-05 09:08:38 -07:00
Eric Liu
78cf1b3460
Merge pull request #239 from IBM/milestone-0.10
...
Milestone 0.10
2020-09-05 09:05:03 -07:00
Eric Liu
3d64fb2431
fix(pagination): use singular page range text if total is 1
2020-09-05 08:59:10 -07:00
Eric Liu
37c7f07448
fix(number-input): disable label, helper text
2020-09-05 08:58:33 -07:00
Eric Liu
6a955b1c60
fix(multiselect): add light variant to text input
2020-09-05 08:57:53 -07:00
Eric Liu
117dbcfc6f
fix(structured-list): change element from section to div
2020-09-04 18:15:13 -07:00
Eric Liu
bf0f11ad98
ci(travis): require node_js >=12
2020-09-04 17:46:02 -07:00
Eric Liu
41a533d8f4
chore(button): remove documentation of non-existent small prop
2020-09-04 17:35:41 -07:00
Eric Liu
c8e0a59474
feat(button): add stacked prop to ButtonSet
...
If set to true, buttons will be aligned vertically
2020-09-04 17:35:22 -07:00
Eric Liu
5f62cdeb82
feat(ui-shell): add Close/AppSwitcher as default HeaderAction icons
2020-09-04 17:05:55 -07:00
Eric Liu
4b7d254560
feat(link): set rel to "noopener noreferrer" if target is "_blank"
...
Protects against cross-origin window.opener exploits when the target attribute is "_blank"
2020-09-04 17:05:47 -07:00
Eric Liu
00b9068b86
chore(deps-dev): bump rollup, rollup plugins
2020-09-04 16:43:31 -07:00
Eric Liu
e7e67f364b
chore(deps-dev): upgrade typescript, @tsconfig/svelte
2020-09-04 16:38:27 -07:00
Eric Liu
42b8159b1c
chore(prettier): use svelteStrictMode
2020-09-04 16:35:49 -07:00
Eric Liu
322b238cf0
chore(deps-dev): bump prettier, prettier-plugin-svelte
2020-09-04 16:34:28 -07:00
Eric Liu
c209df084a
Merge pull request #237 from kamil-murtaza/#236-Text-Input-Required
...
Fix missing required attribute on TextInput.
2020-09-04 16:13:43 -07:00
Kamil Murtaza
a6a23f4c98
Minor Typo Fix
2020-09-04 10:26:56 +05:00
Kamil Murtaza
6994deed90
Fix missing required attribute on TextInput.
2020-09-02 16:11:26 +05:00
Eric Liu
507039312d
v0.9.7
2020-08-23 13:33:34 -07:00
Eric Liu
7185af6d5e
chore(changelog): 0.9.8 notes
2020-08-23 13:33:03 -07:00
Eric Liu
c00dbe6830
Merge pull request #235 from Overbryd/fix/notification-timeout
...
Fix InlineNotification and ToastNotification timeout
2020-08-23 13:29:07 -07:00
Lukas Rieder
ff8e0c44aa
Do not invoke close(), just pass it
2020-08-23 22:20:55 +02:00
Lukas Rieder
a5b4e3eb24
Fix missing import and do not invoke close(), just pass it
2020-08-23 22:20:41 +02:00
Lukas Rieder
ce607c6f26
Fix InlineNotification and ToastNotification timeout
...
* Dispatch close event when a notification closes due to timeout
* Fix documentation text on the timeout prop (its removing the notification after opening it, not after closing it)
2020-08-23 17:45:35 +02:00
Eric Liu
a5721a36dd
chore(changelog): v0.9.6 notes
2020-08-15 06:20:43 -07:00
Eric Liu
633d898aad
fix(date-picker): revert back to default import
...
#232
Reverts 6d5f1e5
2020-08-15 06:14:46 -07:00
Eric Liu
72afb7cd0d
Merge pull request #228 from IBM/types
...
use svelte compiler to generate TypeScript definitions, documentation
2020-08-15 06:11:57 -07:00
Eric Liu
48a94cd1bf
chore: add rollup typescript example to validate definitions
2020-08-14 19:31:40 -07:00
Eric Liu
5f9ba52312
docs: update readme with info on ts support/component index
2020-08-14 19:16:18 -07:00
Eric Liu
5968e22bd9
build: add script to generate component index
...
- move typedefs for correct type parsing
2020-08-13 17:24:00 -07:00
Eric Liu
0fed38d725
v0.9.5
2020-08-12 14:38:31 -07:00
Eric Liu
6fe5a1ef67
chore(changelog): v0.9.5 notes
2020-08-12 14:37:22 -07:00
Eric Liu
84f567ad7c
Merge pull request #231 from IBM/fix-modal
...
fix(modal): prevent clicking inside inner modal from closing the modal
2020-08-12 14:25:02 -07:00
Eric Liu
52a10d3acd
fix(modal): prevent clicking inside inner modal from closing the modal
...
- revert adding a `stopPropagation` modifier to the PasswordInput "toggle password" button
2020-08-12 12:46:07 -07:00
Eric Liu
a7a257cdce
Merge pull request #230 from IBM/fix-password-input
...
fix(password-input): stop propagation when toggling input type
2020-08-12 07:55:45 -07:00
Eric Liu
6ca6af94eb
fix(password-input): stop propagation when toggling input type
...
#229
2020-08-12 07:18:57 -07:00
Eric Liu
c8b0b008c7
refactor(types): separate script to generate types
2020-08-11 19:52:33 -07:00
Eric Liu
010fe986e9
refactor(types): integrate generate docs in rollup.config.js
2020-08-11 08:38:07 -07:00
Eric Liu
25e437b746
chore: add prettier to format definitions/svelte files
2020-08-11 06:21:06 -07:00
Eric Liu
5c829b5afc
build: use svelte compiler to generate typescript definitions
2020-08-10 18:27:26 -07:00
Eric Liu
ba2e77eb47
v0.9.4
2020-08-08 16:35:05 -07:00
Eric Liu
1a2aecbcc8
chore(changelog): v0.9.4 notes
2020-08-08 16:34:33 -07:00
Eric Liu
029af58a1c
feat(code-snippet): allow copy button to be hidden
2020-08-08 16:27:26 -07:00
Eric Liu
2e980e0968
fix(a11y): ignore a11y-label-has-associated-control warnings
...
#226
2020-08-08 16:14:51 -07:00
Eric Liu
852e9ae7da
chore(deps-dev): bump svelte to ^3.24.1
2020-08-08 16:11:42 -07:00
Eric Liu
6d5f1e53de
fix(date-picker): resolve flatpickr "no default" error when using esm
2020-08-08 16:07:10 -07:00