Commit graph

777 commits

Author SHA1 Message Date
josefaidt
266443bf9e chore(HeaderNavItem): add rel="" 2020-10-08 14:22:27 -05:00
josefaidt
d28e722327 refactor: remove rel="" from button in favor for skeleton 2020-10-08 14:20:16 -05:00
josefaidt
32077693e0 chore(links): add rel="" to all links 2020-10-08 14:02:08 -05:00
Eric Liu
2a63aa7729
Merge pull request #308 from josefaidt/307-dropdown-unused-import
chore(dropdown): remove unused setContext import
2020-10-07 09:36:24 -07:00
Eric Liu
96ca6652d1
Merge pull request #306 from weaseldotro/master
fix ComposedModal body class
2020-10-07 09:35:34 -07:00
weaseldotro
f21afc30a1
Merge pull request #3 from weaseldotro/revert-2-remove-i10n-locales-from-DatePicker
Revert "remove i10n locales from DatePicker"
2020-10-07 19:21:52 +03:00
weaseldotro
28eaf0081b
Revert "remove i10n locales from DatePicker" 2020-10-07 19:21:37 +03:00
josefaidt
fafac7c9a1 chore(dropdown): remove unused setContext import 2020-10-07 09:28:20 -05:00
weaseldotro
434d467806
Merge pull request #2 from weaseldotro/remove-i10n-locales-from-DatePicker
remove i10n locales from DatePicker
2020-10-07 16:50:41 +03:00
weaseldotro
7aeb530375
remove i10n locales from DatePicker
This saves 41972 bytes from the total build bundle size. Locales can be optionally added by importing in the app the specific locale (or all of them), according to the flatpickr documentation: https://flatpickr.js.org/localization/
2020-10-07 16:50:27 +03:00
weaseldotro
e36b52b3f3
Merge pull request #1 from weaseldotro/fix-ComposedModal-body-class
fix ComposedModal body classes
2020-10-07 16:47:43 +03:00
weaseldotro
99587ba16c
fix ComposedModal body classes 2020-10-07 16:47:29 +03:00
Eric Liu
8412f7e744
Merge pull request #303 from weaseldotro/master
add ref to ListBoxMenu, add id to RadioButtonGroup container div,  fix light prop for ComboBox input
2020-10-06 06:35:42 -07:00
Eric Liu
ea56f9acba
Merge pull request #302 from IBM/docs-vercel
Deploy documentation to Vercel
2020-10-05 15:55:28 -07:00
Eric Liu
826c744ec2 docs: add vercel to docsite footer 2020-10-05 15:03:06 -07:00
Eric Liu
0f65e31462 docs(readme): add alt text [ci skip] 2020-10-05 13:49:37 -07:00
Eric Liu
7542bf9d51 docs(readme): add vercel sponsor logo [ci skip] 2020-10-05 13:46:42 -07:00
weaseldotro
6d0e9ac09f
fix light prop for ComboBox input 2020-10-05 16:56:06 +03:00
weaseldotro
f89a6d2f81
remove default for id prop for RadioButtonGroup 2020-10-05 16:49:15 +03:00
weaseldotro
4c65a8f775
use HTMLDivElement instead for ListBox ref 2020-10-05 16:45:35 +03:00
weaseldotro
e378832de4
add id to RadioButtonGroup container div 2020-10-05 13:04:58 +03:00
weaseldotro
6eeeebec6a
add ref to ListBoxMenu 2020-10-05 11:15:14 +03:00
Eric Liu
0b9688dc2b
Merge pull request #301 from albertms10/link-href
feat(link): add href prop
2020-10-04 11:35:34 -07:00
Eric Liu
5ac29b52d5 docs: remove node-sass, gh-pages config 2020-10-04 11:33:41 -07:00
albert
115f032317 fix(link): change href description and default value 2020-10-04 20:25:36 +02:00
Eric Liu
0b89a229d2 docs: revamp docsite for vercel 2020-10-04 11:22:26 -07:00
Eric Liu
d3c89a60c3 chore(docs): remove cf, posthtml fiiles 2020-10-04 11:07:57 -07:00
albert
df2d63d6eb feat(link): add href prop 2020-10-04 19:55:51 +02:00
Eric Liu
f0b270b9bc docs: prerender for gh pages 2020-10-03 08:46:13 -07:00
Eric Liu
bcc7058ddf chore: use short link for documentation 2020-10-02 20:19:35 -07:00
Eric Liu
6c8164d8b9 chore: update contributors 2020-10-02 20:16:25 -07:00
Eric Liu
2008d0035f docs: add new component docs 2020-10-02 20:13:02 -07:00
Eric Liu
c2fb2d213d
Merge pull request #292 from weaseldotro/patch-1
feat(pagination): add pageSizeInputDisabled
2020-10-02 09:13:16 -07:00
weaseldotro
30686ed431
Add pageSizeInputDisabled to story 2020-10-02 09:41:58 +03:00
Eric Liu
3145839c1a v0.15.0 2020-10-01 17:30:50 -07:00
Eric Liu
7f149c4186 chore(deps): bump carbon-icons-svelte to 10.17 2020-10-01 17:15:28 -07:00
Eric Liu
c363dd5650 fix: export DatePickerSkeleton, FileUploaderSkeleton 2020-10-01 17:04:01 -07:00
Eric Liu
24888f2f1c
Merge pull request #297 from josefaidt/296-uishell-export-ref
feat(UIShell): export ref for all shell components
2020-10-01 13:55:45 -07:00
josefaidt
d65d9d406c chore(UIShell): update JSDoc 2020-10-01 15:20:49 -05:00
josefaidt
2914e9c07a Merge branch 'master' into 296-uishell-export-ref 2020-10-01 15:14:17 -05:00
josefaidt
d1e9fc7225 feat(UIShell): export ref for all UIShell components 2020-10-01 15:13:40 -05:00
Eric Liu
d9b6186039
Merge pull request #293 from josefaidt/285-textinput-add-fluid
feat(text-input): adds fluid variation of text input
2020-09-30 08:29:29 -07:00
josefaidt
4204a10a3e hotfix(text-input): hr className -> class 2020-09-30 09:05:56 -05:00
josefaidt
303f410413 feat(text-input): add fluid text input story 2020-09-30 09:05:27 -05:00
Eric Liu
41abd419c9
Merge pull request #295 from josefaidt/294-add-git-hooks
feat: add husky and lint-staged
2020-09-30 06:00:56 -07:00
josefaidt
6464da18d9 feat: add husky and lint-staged 2020-09-30 07:35:27 -05:00
josefaidt
dae3cf6dd0 Merge branch 'master' into 285-textinput-add-fluid 2020-09-29 15:27:49 -05:00
josefaidt
020170778e chore(FluidForm): remove temporary props 2020-09-29 15:02:39 -05:00
josefaidt
2f424888dd feat(FluidForm): add base component 2020-09-29 14:55:53 -05:00
josefaidt
04443c5833 feat(TextInput): add isFluid from Form context 2020-09-29 14:55:39 -05:00