Eric Liu
|
105f847988
|
v0.8.3
|
2020-07-20 21:38:35 -07:00 |
|
Eric Liu
|
16365e84b3
|
chore(changelog): add v0.8.3 release notes
|
2020-07-20 21:38:05 -07:00 |
|
Eric Liu
|
af15b80001
|
chore(deps): bump carbon-icons-svelte to ^10.14.0
|
2020-07-20 21:33:41 -07:00 |
|
Eric Liu
|
8443a6e95e
|
Merge pull request #212 from IBM/combobox
feat(combo-box): focus input on selection clear
|
2020-07-20 20:56:03 -07:00 |
|
Eric Liu
|
d95b352ed0
|
feat(combo-box): focus input on selection clear
|
2020-07-20 20:45:58 -07:00 |
|
Eric Liu
|
7be03658b8
|
Merge pull request #211 from IBM/text-input
feat: support size prop for input components
|
2020-07-20 20:40:57 -07:00 |
|
Eric Liu
|
119c73ae89
|
Merge pull request #210 from IBM/content-switcher
feat(content-switcher): support light variant
|
2020-07-20 20:40:47 -07:00 |
|
Eric Liu
|
1a73d7c48e
|
Merge pull request #209 from IBM/fix-pagination-select
fix(pagination): fix pagination select page regression
|
2020-07-20 20:40:35 -07:00 |
|
Eric Liu
|
331dc4a656
|
feat: support size prop for input components
- DatePickerInput, NumberInput, Select, PasswordInput, TextInput
|
2020-07-20 20:29:50 -07:00 |
|
Eric Liu
|
9dd9c09362
|
fix(list-box): fix regression where size is overriden
|
2020-07-20 20:25:00 -07:00 |
|
Eric Liu
|
9a78f9900d
|
feat(content-switcher): support light variant
|
2020-07-20 19:58:33 -07:00 |
|
Eric Liu
|
dadb7b5f9d
|
fix(pagination): fix pagination select page regression
|
2020-07-20 19:45:48 -07:00 |
|
Eric Liu
|
ffa4ac08f3
|
v0.8.2
|
2020-07-19 14:54:01 -07:00 |
|
Eric Liu
|
68a3e212c8
|
chore(changelog): add v0.8.2 notes
|
2020-07-19 14:53:23 -07:00 |
|
Eric Liu
|
b817885b32
|
Merge pull request #208 from IBM/fix-combobox
fix(combo-box): close menu on Escape key
|
2020-07-19 14:50:47 -07:00 |
|
Eric Liu
|
bc866d6650
|
chore: update copy for ComboBox/Dropdown stories
|
2020-07-19 14:43:16 -07:00 |
|
Eric Liu
|
d46c5b852a
|
fix(combo-box): close menu on Escape key
#198
|
2020-07-19 14:42:37 -07:00 |
|
Eric Liu
|
69085e5b16
|
v0.8.1
|
2020-07-19 14:21:06 -07:00 |
|
Eric Liu
|
bdaa49aaf9
|
chore(changelog): v0.8.1 notes
|
2020-07-19 14:20:33 -07:00 |
|
Eric Liu
|
cd340d1fc2
|
Merge pull request #207 from IBM/fix-modal-ssr
fix(modal): replace onDestroy with onMount for SSR support
|
2020-07-19 14:17:52 -07:00 |
|
Eric Liu
|
f4b5766bc8
|
fix(modal): replace onDestroy with onMount for SSR support
Fixes #200
|
2020-07-19 14:09:44 -07:00 |
|
Eric Liu
|
6c6defc4c9
|
fix(tag): set restProps.class after class value
|
2020-07-19 12:20:36 -07:00 |
|
Eric Liu
|
67be2ff436
|
v0.8.0
|
2020-07-19 12:10:53 -07:00 |
|
Eric Liu
|
78f00ba6e8
|
Merge branch 'master' of https://github.com/IBM/carbon-components-svelte
|
2020-07-19 12:10:02 -07:00 |
|
Eric Liu
|
9b13994a26
|
chore(changelog): add v0.8.0 notes
|
2020-07-19 12:10:00 -07:00 |
|
Eric Liu
|
c402a60351
|
Merge pull request #206 from IBM/imgbot
[ImgBot] Optimize images
|
2020-07-19 12:05:22 -07:00 |
|
Eric Liu
|
93bcb5d4c3
|
docs: update readme, lodash resolution
|
2020-07-19 12:04:50 -07:00 |
|
ImgBotApp
|
5aee00d0c4
|
[ImgBot] Optimize images
*Total -- 59.09kb -> 27.56kb (53.35%)
/docs/static/logo-512.png -- 39.50kb -> 16.68kb (57.77%)
/docs/static/logo-192.png -- 12.38kb -> 6.54kb (47.14%)
/docs/static/favicon.png -- 7.21kb -> 4.34kb (39.84%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
|
2020-07-19 18:56:18 +00:00 |
|
Eric Liu
|
ddbaf6df58
|
Merge pull request #205 from IBM/refactor
Refactor components to use $$restProps API, add `ref` prop to interactive components
|
2020-07-19 11:50:50 -07:00 |
|
Eric Liu
|
ccdf6af78d
|
docs: use sapper/cypress for e2e testing
|
2020-07-19 11:41:15 -07:00 |
|
Eric Liu
|
0bb5e1952f
|
chore: forward restProps to Button
|
2020-07-19 11:21:32 -07:00 |
|
Eric Liu
|
2200b29b92
|
chore: lift components folder
|
2020-07-19 09:06:08 -07:00 |
|
Eric Liu
|
76df51674d
|
chore: update dependencies, remove jest
- remove docs/palimpsest folders (to be replaced)
- remove Layout Storybook component
|
2020-07-19 06:53:10 -07:00 |
|
Eric Liu
|
1e5333dd64
|
refactor(ui-shell): use $$restProps, remove cx
|
2020-07-19 06:33:06 -07:00 |
|
Eric Liu
|
e886d772c7
|
refactor: use $$restProps API
- add ref prop for applicable components (#196)
- add slot to Content Switcher `Switch` component (#183)
- remove fillArray, css utilities
|
2020-07-19 05:49:40 -07:00 |
|
Eric Liu
|
4e2959080b
|
refactor: Tag, TagSkeleton
- use $$restProps API
- add button to filterable variant
|
2020-07-19 05:49:40 -07:00 |
|
Eric Liu
|
ae8aa87238
|
v0.7.6
|
2020-07-19 05:47:23 -07:00 |
|
Eric Liu
|
e2055393fe
|
chore(changelog): add v0.7.6 notes
|
2020-07-19 05:46:29 -07:00 |
|
Eric Liu
|
2b42ebf013
|
Merge pull request #201 from danielboven/add-text-to-header-action
Option to set text for HeaderAction component
|
2020-07-19 05:42:49 -07:00 |
|
Daniel Boven
|
b1e0228421
|
Removed 'optional' import & changed slot name
|
2020-07-19 10:46:23 +02:00 |
|
Daniel Boven
|
f7714c721b
|
Updated HeaderAction component with slot & scoped styling
|
2020-07-18 13:54:58 +02:00 |
|
Eric Liu
|
08cde33aa3
|
v0.7.5
|
2020-07-17 12:42:20 -07:00 |
|
Eric Liu
|
7454bcf1c4
|
chore(changelog): add v0.7.5 notes
|
2020-07-17 12:41:51 -07:00 |
|
Eric Liu
|
26aea06c94
|
chore: revise scripts
|
2020-07-17 12:37:47 -07:00 |
|
Eric Liu
|
b323900bdb
|
Merge pull request #202 from IBM/ui-shell
Add Content, SkipToContent components
|
2020-07-17 12:31:06 -07:00 |
|
Eric Liu
|
790e948fc9
|
chore(ui-shell): forward click event in Header
|
2020-07-17 12:25:32 -07:00 |
|
Eric Liu
|
40dc2bf61e
|
feat(ui-shell): add Content, SkipToContent components
|
2020-07-17 12:25:10 -07:00 |
|
Daniel Boven
|
7f1a769889
|
Added option to set text for HeaderAction(Link) component
|
2020-07-16 11:51:43 +02:00 |
|
Eric Liu
|
6a5f461017
|
Merge pull request #199 from softartisan/softartisan/name-props
add name to form components
|
2020-07-10 12:33:34 -07:00 |
|
Sebastián Canio Barriga
|
4ab0842866
|
change default name prop value for undefined
|
2020-07-10 11:07:50 -04:00 |
|