Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@welcome-ui/time-picker

WTTJ78MIT6.6.0TypeScript support: included

Customizable design system with react • styled-components • styled-system and ariakit.

design-system, react, ariakit, styled-components, styled-system, ui-library, ui, ux, jungle, welcome, WTTJ

readme

Welcome UI

Welcome UI Logo

Welcome to the Welcome UI library created by Welcome to the jungle, a customizable design system with react • typescript • styled-components • styled-system and ariakit.

Here you'll find all the core components you need to create a delightful webapp.

🌴 Discover all the components


License Code formating Code style PRs Welcome Conventional Commits


Installation

1 - Install the peer dependencies listed below:

yarn add @xstyled/styled-components react styled-components

2 - Install the the core component and any other components you need for your webapp e.g. if you need just a button…

yarn add @welcome-ui/core @welcome-ui/button

Import library & Theme

Getting started

import React from 'react'
import { createTheme, WuiProvider } from '@welcome-ui/core'
import { Button } from '@welcome-ui/button'

// Add theme options (if you want)
const options = {
  defaultFontFamily: 'Helvetica',
  headingFontFamily: 'Georgia',
  colors: {
    primary: {
      50: '#124C80',
    },
    green: {
      50: '#32CD32',
    },
  },
}

// Create your theme
const theme = createTheme(options)
export default function Root() {
  return (
    // Wrap your components with <WuiProvider /> with your theme
    <WuiProvider
      theme={theme}
      // Will inject a CSS reset with normalizer
      hasGlobalStyle
      // Will show the focus ring on keyboard navigation only
      shouldHideFocusRingOnClick
    >
      <Button>Welcome!</Button>
    </WuiProvider>
  )
}

Develop on local

  1. First install and build the packages (only the first time)
yarn first:install
  1. Start documentation website
yarn start
  1. Start a watch on all packages to rebuild them easily
yarn watch
  1. and go to http://localhost:3020

How to release

The release of the packages is automated by the CI, you just need to bump package version and push git tags to initiate the process.

Initiating the release process from your environment

The commands listed below will only prompt for packages to bump. Then they will modify packages versions, commit changes and create the git tag to finally push everything to github. No further actions are required once you have validated the packages to bump.

If you just need to bump one version without switching from a prerelease to stable release, run:

yarn release

To create a new prerelease, run:

This is only used for the first prerelease. If you already published a v5.0.0-alpha.0 then you just need to run the first command.

yarn dev:prerelease

NB: you can replace alpha with any other keyword (beta, rc, ...)

Force publish a package

In addition to the options shown above, you can use the --force-publish option to force bumping some packages.

Troubleshooting

How to release when the publish process failed having published some packages

Re-run the failed job with ssh, then ssh into the machine and run this command:

cd welcome-ui/packages && find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && npm publish" \;

This will publish each packages, those who are already published will fail and be ignored by the script.

How to rollback a release that has been stopped before publish to npm

Revert the last commit (which should be the commit that bumps package versions):

git revert HEAD^

Remove the tag on github and locally.

Then apply your fixes and re-run your release command.

About the CI

The CI will trigger on tags to build the packages and then push them to the npm registry

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.5.0 (2024-12-03)

Features

6.4.2 (2024-11-26)

Bug Fixes

6.4.1 (2024-11-26)

Bug Fixes

  • alert: crash when return null as child on cta property (#2630) (34f76f1)

6.4.0 (2024-11-26)

Features

6.3.1 (2024-11-25)

Bug Fixes

6.1.1-alpha.1 (2024-11-08)

Note: Version bump only for package main

6.1.0 (2024-11-07)

Features

  • badge: add possibility to add component from react-intl on children (#2602) (1451b4c)
  • update alert component (#2591) (ab30a7f)
  • upgrade colors on Alert and Toast components (#2598) (c37a6cb)

5.22.2 (2024-10-28)

Bug Fixes

5.22.1 (2024-10-15)

Note: Version bump only for package main

5.21.2 (2024-09-30)

Bug Fixes

  • swiper item width when there is less than x items (#2535) (4508a9c)

5.21.1 (2024-09-24)

Bug Fixes

  • crash text component when variant is set to null (#2544) (0db5c22)

5.21.0 (2024-09-17)

Features

5.19.0 (2024-08-19)

Features

  • allow to display custom file name in the preview of a FileDrop (#2513) (b4c67d9)

5.18.1 (2024-08-07)

Bug Fixes

  • toast: update notifications to use react portal (#2510) (d52ce74)

5.18.0 (2024-08-05)

Features

5.17.2 (2024-08-02)

Features

5.17.1 (2024-02-06)

Features

  • chore: new documentation website (275b209)

5.17.1 (2024-02-06)

Features

  • chore: new documentation website (275b209)

5.10.2 (2024-02-06)

Bug Fixes

  • toggle icon misalignment (7d58f20)

5.10.1 (2024-02-01)

Note: Version bump only for package @welcome-ui/repo

5.10.0 (2024-01-22)

Features

  • add size and icons for toggle component (9d9f311)
  • remove fast transition on drawer (168392b)

5.9.0 (2024-01-05)

Features

  • breadcrumb: disable option on item (2aac9e5)

5.8.1 (2023-12-27)

Bug Fixes

  • "unrecognised props" ssr warnings (#2382) (1257b1a)
  • malformed font-face directive and copy woff/2 files to S3 properly (#2380) (f1bbdf1)

5.7.1-alpha.0 (2023-12-20)

Bug Fixes

  • aws sync command to copy fonts (ff0ec3a)
  • font-face directive (976bea7)

5.7.0 (2023-12-20)

Bug Fixes

Features

  • add option to prevent virtual keyboard from opening (#2376) (4f0a74c)

5.6.7 (2023-12-14)

Bug Fixes

5.6.6 (2023-12-11)

Bug Fixes

  • only display year selector when Datepicker shows months only (#2368) (f112919)

5.6.5 (2023-11-30)

Bug Fixes

  • swiper: aria-hidden slide on last page (41f22c1)
  • swiper: disable pointer events on hidden slides (d1b9ab1)

5.6.4 (2023-11-15)

Bug Fixes

  • hide unwanted aria messages for date/time pickers (bb7a31b)
  • tag: add default type to remove button (a3d1ec3)

5.6.3 (2023-11-09)

Bug Fixes

  • avoid having js error because of NaN on tabs activebar (4d469e8)

5.6.2 (2023-11-06)

Bug Fixes

  • drawer: expose refs for content/footer (acf27e8)

5.6.1 (2023-10-31)

Bug Fixes

5.6.0 (2023-10-31)

Bug Fixes

Features

5.5.1 (2023-10-17)

Bug Fixes

  • modal: not visible while updating state on open (bef611d)
  • vulnerabilities: @babel/traverse (3ac13ad)
  • vulnerabilities: @babel/traverse (f7262e1)

5.5.0 (2023-10-11)

Bug Fixes

Features

  • tooltip: add gutter prop (5248a35)

5.4.0 (2023-10-10)

Bug Fixes

Features

5.3.2 (2023-10-02)

Bug Fixes

5.3.1 (2023-09-26)

Bug Fixes

5.3.0 (2023-09-25)

Bug Fixes

Features

  • add possibity to not show close button on modal content (#2301) (66097ba)

5.2.3 (2023-09-21)

Bug Fixes

5.2.2 (2023-09-21)

Bug Fixes

5.2.1 (2023-09-20)

Bug Fixes

Features

5.2.0 (2023-09-19)

Bug Fixes

Features

5.1.0 (2023-09-18)

Features

5.0.0 (2023-08-31)

Bug Fixes

  • accessibitily on homepage and add example for toggle component (#2228) (40bcb34)
  • peer dependency react must be >=18.0.0 (#2222) (75a2e57)

5.0.0-alpha.52 (2023-08-28)

Bug Fixes

5.0.0-alpha.51 (2023-08-22)

Note: Version bump only for package @welcome-ui/repo

5.0.0-alpha.50 (2023-08-22)

Bug Fixes

5.0.0-alpha.49 (2023-08-21)

Bug Fixes

5.0.0-alpha.48 (2023-08-16)

Bug Fixes

5.0.0-alpha.47 (2023-08-16)

Bug Fixes

5.0.0-alpha.46 (2023-08-08)

Bug Fixes

5.0.0-alpha.45 (2023-08-03)

Bug Fixes

  • wrong font weight on work sans variable font (#2170) (f8d7748)

5.0.0-alpha.44 (2023-08-03)

Features

5.0.0-alpha.43 (2023-07-31)

Bug Fixes

Features

  • move all fonts on same domain and add a new domain for welcometothejungle (#2139) (e7cfed7)

5.0.0-alpha.41 (2023-07-17)

Features

5.0.0-alpha.40 (2023-06-15)

Bug Fixes

5.0.0-alpha.39 (2023-06-08)

Bug Fixes

  • react-flatten-children esm compatibility (#2082) (f26c10a)

5.0.0-alpha.38 (2023-06-01)

Bug Fixes

5.0.0-alpha.37 (2023-05-30)

Bug Fixes

  • avatar: getInitials break words with accent (#2071) (6bc8f3b)

5.0.0-alpha.36 (2023-05-23)

Bug Fixes

5.0.0-alpha.35 (2023-05-11)

Bug Fixes

5.0.0-alpha.34 (2023-04-19)

Bug Fixes

5.0.0-alpha.33 (2023-04-12)

Bug Fixes

Features

5.0.0-alpha.32 (2023-03-22)

Bug Fixes

  • random icon font build behavior in CI w/ tags (#2023) (680c50f)

5.0.0-alpha.31 (2023-03-22)

Note: Version bump only for package @welcome-ui/repo

5.0.0-alpha.30 (2023-03-22)

Note: Version bump only for package @welcome-ui/repo

5.0.0-alpha.29 (2023-03-21)

Bug Fixes

Reverts

  • Revert "v5.0.0-alpha.29" (7e73102)

5.0.0-alpha.28 (2023-03-14)

Features

5.0.0-alpha.27 (2023-03-09)

Bug Fixes

5.0.0-alpha.26 (2023-03-08)

Bug Fixes

5.0.0-alpha.25 (2023-03-08)

Bug Fixes

5.0.0-alpha.24 (2023-03-06)

Bug Fixes

  • mistake in env definition on docs previous versions deploy (#1968) (f0b27fa)
  • swiper navigation, rename props for more readability and possibity to change navigation size (#1983) (8b58597)
  • tooltip children without wrapper (#1981) (d5b13c7)
  • Pagination: handle dataTestId & baseId (#1988) (63bf062)

5.0.0-alpha.23 (2023-02-22)

Bug Fixes

5.0.0-alpha.22 (2023-02-21)

Features

5.0.0-alpha.21 (2023-02-16)

Bug Fixes

Features

5.0.0-alpha.20 (2023-02-13)

Bug Fixes

5.0.0-alpha.19 (2023-02-08)

Bug Fixes

  • add inline block property to div (1099a76)

5.0.0-alpha.18 (2023-02-08)

Bug Fixes

5.0.0-alpha.17 (2023-02-07)

Bug Fixes

5.0.0-alpha.16 (2023-02-02)

Bug Fixes

  • checkbox/radio alignment with long text label (#1898) (38f1aed)

4.5.0 (2022-09-14)

Features

4.4.1 (2022-09-12)

Bug Fixes

4.4.0 (2022-07-27)

Features

4.3.2 (2022-07-13)

Bug Fixes

4.3.1 (2022-06-30)

Bug Fixes

4.3.0 (2022-06-30)

Bug Fixes

Features

4.2.3 (2022-05-30)

Bug Fixes

  • reakit components typing with render props (15b754e)

4.2.2 (2022-05-30)

Bug Fixes

4.2.1 (2022-05-30)

Bug Fixes

  • choose if last child is clickable on Breadcrumb (#1335) (2cc294c)

4.2.0 (2022-05-30)

Bug Fixes

  • omit html attributes overrided by xstyled on declaration (eb37b16)
  • reakit components have bad types (7e1e081)
  • remove react-dom in peerDependecies (36fdb35)
  • typescript errors (3a20bc9)

Features

4.1.2 (2022-05-25)

Bug Fixes

4.1.1 (2022-05-16)

Note: Version bump only for package @welcome-ui/repo

4.1.0 (2022-05-16)

Bug Fixes

  • restore old system for retrocompat (aede5d1)

Features

  • allow to use xstyled states (333c568)

4.0.6 (2022-05-04)

Bug Fixes

  • extract datatestid from rest to avoid doublon (#1253) (bcd3f45)

4.0.5 (2022-04-27)

Note: Version bump only for package @welcome-ui/repo

4.0.4 (2022-04-13)

Bug Fixes

4.0.3 (2022-04-05)

Bug Fixes

  • long label on checkbox and toggle components (#1130) (82a6afb)

4.0.1 (2022-03-24)

Bug Fixes

  • date picker types export (c3ec198)

4.0.0-rc.7 (2022-03-23)

Bug Fixes

  • checkbox overflowing w/ after element on firefox (#1080) (7ad2b49)

3.13.1 (2021-11-16)

Bug Fixes

3.13.0 (2021-11-10)

Features

3.12.1 (2021-11-09)

Bug Fixes

  • close button dependency for modal and drawer (#954) (6889f1c)
  • deploy doc to prod only on stable tags (not alpha) (#953) (bb1ac6b)

3.12.0 (2021-11-08)

Features

3.11.0 (2021-11-02)

Bug Fixes

Features

  • add tiny size for tag component (fe82a9a)

3.10.0 (2021-10-27)

Features

3.9.0 (2021-10-13)

Bug Fixes

Features

3.8.4 (2021-09-15)

Bug Fixes

3.8.3 (2021-09-14)

Bug Fixes

3.8.1 (2021-09-08)

Bug Fixes

3.8.0 (2021-08-25)

Bug Fixes

Features

3.7.0 (2021-05-18)

Features

  • add fullscreen_off and fullscreen_on icons (#850) (b30da2a)

3.6.0 (2021-05-17)

Bug Fixes

  • icons optimize script, readme, and new sound on icon (#849) (8c0428e)

Features

3.5.0 (2021-04-28)

Features

3.4.3 (2021-04-28)

Note: Version bump only for package @welcome-ui/repo

3.4.2 (2021-04-19)

3.4.0 (2021-04-19)

Bug Fixes

  • default branch to master on tag build (fd7570c)

3.4.1 (2021-04-19)

Bug Fixes

  • default branch to master on tag build (689dd56)
  • default branch to master on tag build (d6da587)

3.4.0 (2021-04-19)

Features

3.3.0 (2021-04-19)

Features

3.2.0 (2021-04-08)

Features

  • add possibility to set custom initial function on avatar (#840) (c08c16a)

3.1.2 (2021-04-06)

Bug Fixes

  • popover: add system to ArrowItem in order to process h & w prop (#838) (1f53eb0)

3.1.1 (2021-03-25)

Bug Fixes

  • break all words on Text component with lines set to 1 (#837) (5bcf786)

3.1.0 (2021-03-25)

Features

3.0.1 (2021-03-15)

Bug Fixes

  • checkbox error on field without connected (#832) (6fce1de)
  • mimic reakit behaviour on popover trigger hover (#834) (a6172d5), closes #833

2.15.3 (2021-02-04)

Note: Version bump only for package @welcome-ui/repo

2.15.2 (2021-01-20)

Bug Fixes

  • remove ref warning on dropdown menu item (#817) (5654379)

2.15.0 (2021-01-07)

Features

2.14.1 (2021-01-06)

Bug Fixes

  • add currentColor value on fill attribute of new svg pictos (#811) (1568db4)

2.14.0 (2021-01-06)

Features

  • add new table icons and a readme to know how to (#810) (965ade2)

2.13.0 (2020-11-25)

Features

2.12.0 (2020-11-17)

Features

2.11.0 (2020-11-16)

Features

2.10.0 (2020-11-03)

Features

  • toastr: add your custom onClose function (#804) (341b72d)

2.9.0 (2020-11-02)

Features

  • popover: add possibility to add timeout on show on trigger hover (#803) (252e88d)

2.8.2 (2020-11-02)

Bug Fixes

2.8.0 (2020-10-27)

Features

2.7.3 (2020-10-23)

Bug Fixes

  • file-drop: don't crash if invalid url passed to filedrop (#798) (04c9c19)

2.7.2 (2020-10-22)

Note: Version bump only for package @welcome-ui/repo

2.7.1 (2020-10-20)

Bug Fixes

2.7.0 (2020-10-20)

Features

  • add useReset on WuiProvider for GlobalStyle (#794) (9e21bb4)

2.6.3 (2020-10-19)

Bug Fixes

2.6.1 (2020-10-13)

Bug Fixes

2.6.0 (2020-10-12)

Features

2.5.2 (2020-10-06)

Bug Fixes

  • support autofocus prop when minChars=0 (#785) (019021d)

2.5.1 (2020-10-05)

Bug Fixes

2.5.0 (2020-09-24)

Bug Fixes

  • files: getMimeType problem with dot on name (#780) (af2e8b2)

Features

2.4.1 (2020-09-22)

Bug Fixes

  • do not crash when autofocus is enabled and ref is not already set (#781) (178098c)

2.4.0 (2020-09-11)

Features

2.3.0 (2020-09-08)

Features

2.2.0 (2020-09-08)

Features

2.1.4 (2020-09-02)

Features

2.1.3 (2020-08-27)

Bug Fixes

2.1.2 (2020-08-17)

Bug Fixes

  • force handle change on toolbar action (#769) (42c8933)

2.1.1 (2020-08-07)

Bug Fixes

2.1.0 (2020-08-06)

Features

2.0.2 (2020-08-04)

Bug Fixes

2.0.1 (2020-07-27)

Bug Fixes

  • replace active state in Swiper pagination (#754) (7b311ac)

Features

1.29.2 (2020-06-10)

Note: Version bump only for package @welcome-ui/repo

1.29.1 (2020-06-10)

Bug Fixes

1.29.0 (2020-05-27)

Bug Fixes

  • keyframe on clearbutton (0240c84)

Features

1.28.0 (2020-05-27)

Bug Fixes

  • open select on click on arrow indicator (#639) (67798b0)

Features

1.27.2 (2020-05-26)

Bug Fixes

1.27.1 (2020-05-25)

Bug Fixes

1.27.0 (2020-05-25)

Bug Fixes

  • make french flag match other flags (#627) (8d03db4)
  • prevent error when some group children are undefined (#630) (37f7271)
  • use callback on toast hook (#624) (6b65b83)

Features

1.26.4 (2020-05-07)

Bug Fixes

  • import whole utils package rather than sub-package (#623) (bcd56d6)

1.26.3 (2020-05-07)

Note: Version bump only for package @welcome-ui/repo

1.26.1 (2020-05-05)

Bug Fixes

Features

1.26.0 (2020-05-04)

Features

1.25.2 (2020-04-28)

Bug Fixes

  • display errors on change for checkbox & radio (#611) (f2235b4)

1.25.1 (2020-04-23)

Note: Version bump only for package @welcome-ui/repo

1.24.0 (2020-04-20)

Bug Fixes

Features

1.23.2 (2020-04-15)

Bug Fixes

1.23.1 (2020-04-15)

Bug Fixes

1.23.0 (2020-04-14)

Features

1.22.1 (2020-04-12)

Bug Fixes

  • tabs: tab panel should use tabId prop instead of id (#595) (e922131)

1.22.0 (2020-04-10)

Bug Fixes

Features

1.21.2 (2020-04-09)

Bug Fixes

1.21.1 (2020-04-09)

Bug Fixes

1.20.4 (2020-04-07)

Bug Fixes

1.20.3 (2020-04-07)

Bug Fixes

1.20.1 (2020-04-06)

Note: Version bump only for package @welcome-ui/repo

1.20.0 (2020-04-06)

Bug Fixes

Features

1.19.0 (2020-04-02)

Features

1.18.1 (2020-03-27)

Bug Fixes

  • add border radius on shape square button (#565) (39cad19)

1.15.3 (2020-03-23)

Bug Fixes

1.14.1 (2020-03-20)

Note: Version bump only for package @welcome-ui/repo

1.13.0 (2020-03-20)

Features

1.10.1 (2020-02-18)

Bug Fixes

1.10.0 (2020-02-17)

Features

1.9.3 (2020-02-12)

Note: Version bump only for package @welcome-ui/repo

1.9.2 (2020-02-12)

Bug Fixes

1.9.1 (2020-02-12)

Bug Fixes

1.9.0 (2020-02-12)

Bug Fixes

Features

1.8.0 (2020-02-11)

Bug Fixes

Features

  • add cardStyle on component who need it (#527) (d27bb57)

1.7.1 (2020-02-04)

Note: Version bump only for package @welcome-ui/repo

1.7.0 (2020-02-04)

Bug Fixes

  • double cross on search (#520) (f9b2d52)
  • remove circular dependency on datetime/date/time pickers (#522) (da32e8f)

Features

1.6.3 (2020-01-30)

Note: Version bump only for package @welcome-ui/repo

1.6.2 (2020-01-28)

Bug Fixes

1.6.1 (2020-01-28)

Bug Fixes

1.6.0 (2020-01-28)

Features

1.5.3 (2020-01-21)

Bug Fixes

1.5.2 (2020-01-21)

Note: Version bump only for package @welcome-ui/repo

1.5.1 (2020-01-20)

Bug Fixes

  • add cursor pointer when onClick on Table.Tr (#493) (293398d)

1.5.0 (2020-01-20)

Features

1.4.0 (2020-01-15)

Features

1.3.0 (2020-01-14)

Features

1.2.0 (2020-01-13)

Features

1.1.6 (2020-01-10)

Note: Version bump only for package @welcome-ui/repo

1.1.5 (2020-01-10)

Bug Fixes

1.1.4 (2020-01-08)

Note: Version bump only for package @welcome-ui/repo

1.1.2 (2020-01-07)

Bug Fixes

  • check selected exists when clicking outside (#477) (baa306f)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.32.2 (2019-12-26)

Bug Fixes

  • placeholder on Select is back! (34a3def)

0.32.1 (2019-12-26)

Bug Fixes

  • add box shadow on CustomPopper DateTimePicker (7b96065)
  • change hover on close icon tag (355e21c)
  • max-height of Select (1dd6094)
  • overflowEllipsis on Tags (5388f9e)

0.32.0 (2019-12-18)

Features

0.31.2 (2019-12-09)

Bug Fixes

0.31.1 (2019-11-28)

Bug Fixes

0.31.0 (2019-11-25)

Bug Fixes

  • errors preventing gatsby build (49dcf84)
  • gatsby-source-filesystem config (6a5aa68)
  • issues in DateTimePicker tests caused by popper.js (85e6539)
  • paths breaking gatsby build (656406f)
  • remove calendar popper from portal (#420) (0066f20)
  • try to clear zeit build cache (b06bb05)
  • undo config changes (cd0fd16)
  • undo static test (4db6899)
  • unstyled content ? (ff9b43e)
  • upgrade yarn deps (ba3b931)
  • use empty space if autocomplete = false (#416) (b689f30)

Features

  • finish chore v2 (c43115e)
  • handle focus colors better and fix color to stick to the mockups (#411) (a8f1e85)

Tests

0.30.5 (2019-10-24)

0.30.4 (2019-10-24)

Bug Fixes

  • blur datepicker on dateSelection with Enter key (#410) (f0c9c12)

0.30.3 (2019-10-24)

Bug Fixes

  • add missing props size on button (81dcaac)
  • double click on datepicker popper to select date (#408) (2ad9475)

0.30.2 (2019-10-23)

Bug Fixes

  • change style for validator filedrop input (d63fab2)

0.30.1 (2019-10-23)

Bug Fixes

0.30.0 (2019-10-23)

Bug Fixes

  • add space between tags on fileUpload (58d0062)

Features

0.29.0 (2019-10-22)

Features

  • add popperZIndex prop to control datepicker popper z-index (#403) (9fb6bfa)

0.28.0 (2019-10-22)

Bug Fixes

  • fileupload error border (44b8275)

Features

  • add disabled prop to Link component (6f26ebe)

0.27.10 (2019-10-17)

Bug Fixes

  • add padding when tooltip float (6d8afc0)

0.27.9 (2019-10-17)

Bug Fixes

  • add forwardRef to Tooltip (dbbfa31)

0.27.8 (2019-10-16)

Bug Fixes

  • clearable button on Select (2bddc39)

0.27.7 (2019-10-16)

Bug Fixes

0.27.6 (2019-10-15)

Bug Fixes

0.27.5 (2019-10-15)

0.27.4 (2019-10-15)

Bug Fixes

  • tag with only one integer (d5618c9)

0.27.3 (2019-10-15)

Bug Fixes

  • change color default tag on welcomekit theme (d481235)

0.27.2 (2019-10-14)

Bug Fixes

  • change color default tag on welcomekit theme (17855e7)

0.27.1 (2019-10-14)

Bug Fixes

  • change color default tag on welcomekit theme (6291943)

0.27.0 (2019-10-14)

Bug Fixes

  • growl close overlaping title and general line-heights missing (#385) (8fdb697)
  • z-index of mde toolbar (#384) (9a8507c)

refactor

BREAKING CHANGES

  • RadioInput / RadioTab replaced by RadioGroup with options

0.26.0 (2019-10-07)

Bug Fixes

Features

  • replace right icon on DatePicker when it has been cleared (#382) (00f7ddc)

0.25.7 (2019-10-01)

Bug Fixes

  • ensure array is empty if no selected values provided (#381) (770043c)

0.25.6 (2019-09-30)

Bug Fixes

  • resize welcome_kit icon (251b1e0)

0.25.5 (2019-09-30)

0.25.4 (2019-09-30)

Bug Fixes

0.25.3 (2019-09-25)

Bug Fixes

  • reset autocomplete on datepicker input (#377) (2647cdd)

0.25.2 (2019-09-25)

Bug Fixes

  • invalide date strings on datepickers (a7d4a4a), closes #375

0.25.1 (2019-09-25)

Bug Fixes

  • add hack for autocomplete on select (db8dd92)
  • color on select (a842f87)
  • remove clearButton if Date or Time Pickers have no value (#371) (6f6ad45), closes #370
  • welcome theme primary colors inversion and hexa (#372) (e21aeba)

0.25.0 (2019-09-24)

Bug Fixes

  • search for emoji in MarkdownEditor emoji picker (#366) (ddf071d)

Features

0.24.4 (2019-09-17)

Bug Fixes

  • improve secondary button hover state and hint alignment (#362) (a0fed78)
  • replace arrow with clear button on DatePickers (#361) (c0b136a), closes #358

0.24.3 (2019-09-16)

Bug Fixes

  • can't type in select after creating new item (#355) (1cbaaba)
  • crea changes 2 (#353) (451361f)
  • send correct payload and blur input when uploading/removing (#359) (b20be75)

0.24.2 (2019-09-13)

Bug Fixes

  • infinite loop when adding select item (#352) (e2713a7)

0.24.1 (2019-09-12)

Bug Fixes

  • don't use placeholder for content (#350) (b50fcc7)
  • improve size/scroll of month/year dropdowns (#349) (760aa87)

0.24.0 (2019-09-12)

Bug Fixes

  • avoid font-weight on checked labels (#344) (901d974), closes #343
  • move error / warning icon to hint for checkable Fields (#347) (0443c16), closes #346

Features

0.23.2 (2019-09-11)

0.23.1 (2019-09-10)

Bug Fixes

  • change select to input rather than contenteditable div (9b9dd62)
  • failing test (871c2d7)
  • memory leak on date / time / dateTime Pickers (#337) (12b0358)
  • remove debugging effort (dbd95b9)
  • remove debugging effort (3006b6b)
  • search in select (#339) (b39eff6)

0.23.0 (2019-09-09)

Bug Fixes

Features

  • change icon size on themes (e7630e8)

0.22.4 (2019-09-05)

Bug Fixes

0.22.3 (2019-09-03)

Bug Fixes

  • set input value to last chosen value when aborting search (#325) (f1de729)

0.22.2 (2019-09-02)

Bug Fixes

  • ensure icons are not squashed in labels (3d9b719)
  • replace <Text as={p}…> (96d5c1f)
  • use placeholder or placeholderText on DatePicker (443936a), closes #306
  • wrap label contents to preserve flex functionality (16206f4)

0.22.1 (2019-08-29)

Bug Fixes

  • option not being created correctly (d3acc08), closes #310

0.22.0 (2019-08-29)

Bug Fixes

Features

0.21.0 (2019-08-28)

Bug Fixes

  • function to remove chosen tag (bb02289)
  • pass all props to Text component (5deb749)
  • tweak FileDrop defaults (6a24b6e)

Features

  • add better file upload preview (72393b3)
  • add missings icons (69dc4b4)

Tests

  • test react wrap function (38e497a)

0.20.6 (2019-08-27)

Bug Fixes

  • pass props to correct element (685e785)
  • show errors when dropping invalid file (7a5cf9f)
  • show errors when dropping invalid file (44d103a)

0.20.5 (2019-08-22)

0.20.4 (2019-08-22)

Bug Fixes

  • change cursor on disabled field and pass all props to label (c13a581)

0.20.3 (2019-08-21)

Bug Fixes

  • add dark variant for tags (e5b0ce1)
  • add styles for month/year dropdowns when open (811b6bc)
  • add styles for year/month dropdowns in datepicker (badb1d0)
  • firefox cursor position on contenteditable div's focus (8a08b96), closes #286
  • padding within labels (14a69ba)
  • remove red border from required fields in firefox (5575676)

0.20.2 (2019-08-21)

Bug Fixes

  • infinite loop in field label's for attribute (9909cea), closes #280
  • label spacing and wrapping (979d938)

0.20.1 (2019-08-20)

0.20.0 (2019-08-20)

Features

  • add "traditional" file upload (6a46c3a)

0.19.3 (2019-08-20)

Bug Fixes

0.19.2 (2019-08-12)

Bug Fixes

  • checkboxes and radios being updated every two clicks (#273) (16afd5d), closes #203
  • selects keyboard events handling is working now (4c22665), closes #267

0.19.1 (2019-08-06)

0.19.0 (2019-08-06)

Features

  • add arrow and allow picto placement on DateTimePicker (#270) (1c87dc7)

0.18.3 (2019-08-05)

Bug Fixes

  • select isValueExisting buggy function (b5d422a)
  • width='100%' prop on datetimepicker was not working (18d5845)

0.18.2 (2019-08-02)

Bug Fixes

  • add label onClick to focus on related component (#266) (0e19b56), closes #241
  • correctly spread system props in all form components (#265) (14fc927)

0.18.1 (2019-07-30)

Bug Fixes

0.18.0 (2019-07-25)

Features

  • add breakpoints on theme (7139755)

0.17.6 (2019-07-25)

Bug Fixes

  • include submitError in error from ConnectedField (65fae84)
  • remove duplicate label (3808e25)

0.17.5 (2019-07-25)

Bug Fixes

  • include submitError in error from ConnectedField (65fae84)
  • remove duplicate label (3808e25)

0.17.4 (2019-07-25)

Bug Fixes

  • add correct value on htmlFor (35cb574)
  • show datepicker popper in portal (#248) (41107f0)
  • theme selection's min width now based on largest option's label (#250) (c848fb0)
  • update options in state from parent (505d3f2)

0.17.3 (2019-07-24)

Bug Fixes

0.17.2 (2019-07-24)

0.17.1 (2019-07-24)

Bug Fixes

0.17.0 (2019-07-23)

Bug Fixes

Features

  • add renderItem prop to allow formatting of options (#222) (c4106d9)
  • add xl size to buttons (af808e9)
  • allow icon to be added to InputText (cb11a68)

0.16.1 (2019-07-18)

Bug Fixes

  • don't call boxSizingReset if useReset is true (#218) (e467da5)

0.16.0 (2019-07-18)

Bug Fixes

Features

  • don't show delete icon if select is required (ff1c8c2)

0.15.4 (2019-07-17)

Bug Fixes

  • add correct colors on welcome theme (be3b0b8)
  • add missing color on core theme (0d67206)
  • broken styles of select indicators when using size prop on Select (3725bb0)
  • change primary color on core theme (753ae27)
  • change welcome theme color (d94e6c0)
  • remove bow-shadow on pagination (59dbc6a)
  • style on fielUpload (a0b6bc5)
  • theme switching is now working and defaults to 'core' when cleared (578d76c)

0.15.3 (2019-07-17)

Bug Fixes

0.15.2 (2019-07-15)

Bug Fixes

0.15.1 (2019-07-11)

Bug Fixes

  • use tooltip.visible instead of tooltip.hidden (#194) (f52555e)

0.15.0 (2019-07-11)

Bug Fixes

Features

  • allow tooltip to follow the cursor or not (#190) (6217eb3)

0.14.3 (2019-07-10)

Bug Fixes

0.14.2 (2019-07-09)

Bug Fixes

0.14.1 (2019-07-05)

Bug Fixes

0.14.0 (2019-07-04)

Bug Fixes

Features

refactor

BREAKING CHANGES

  • Tabs now stick to reakit API

0.13.0 (2019-07-03)

Bug Fixes

Features

  • accessible & controlled pagination (376ddd8)
  • add size prop to give sizes to field components (#147) (067ac6d)
  • remove activeBar on tabs when had only one item (#133) (dd1e0d8)
  • replace Select with new one built on Downshift (#146) (7d3e0c7)

0.12.0 (2019-06-27)

Features

refactor

  • don't play with font-size (0cd4022)

BREAKING CHANGES

  • rounded (boolean) prop does not exist and is now replaced by shape="circle". It affects every Tag, Shape and Button components. Also fix warnings by filtering props to prevent them of being sent to the dom element

Signed-off-by: Paul-Xavier Ceccaldi pix@wttj.co

    • base font size is now the one defined in browser and no longer fixed by welcome-ui
  • expose GlobalStyle instead of getBaseStyles

  • use normalize instead of reset, cleaner approach

0.11.0 (2019-06-25)

Bug Fixes

Features

  • add Reakit to Tabs component (1543c07)

0.10.0 (2019-06-24)

Features

0.9.3 (2019-06-20)

0.9.2 (2019-06-20)

Bug Fixes

0.9.1 (2019-06-19)

Bug Fixes

0.9.0 (2019-06-19)

Features

0.8.5 (2019-06-18)

0.8.4 (2019-06-18)

0.8.3 (2019-06-18)

Bug Fixes

  • margin-bottom on Field components (688b140), closes #92

Tests

0.8.2 (2019-06-18)

Bug Fixes

  • margin-bottom on Field components (688b140), closes #92

Tests

0.8.1 (2019-06-17)

Bug Fixes

  • wrong exported component (fb419b0)

0.8.0 (2019-06-17)

Bug Fixes

  • add missing onKeyDown on inputs (e19226e)

Features

Tests

0.7.0 (2019-06-17)

Features

0.6.4 (2019-06-17)

Bug Fixes

0.6.3 (2019-06-17)

Bug Fixes

Tests