Skip to content

Latest commit

 

History

History
2083 lines (1334 loc) · 171 KB

CHANGELOG.md

File metadata and controls

2083 lines (1334 loc) · 171 KB

Changelog

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

24.1.0 (2022-11-30)

Features

  • Center の追加 (#2928) (4c97960)
  • combo box に decorator option を追加する (#2932) (cfa30bb)
  • dropdown width option の初期値をautoにする (#2938) (883573e)
  • MultiComboBoxのドロップダウンリストの幅を指定可能にする (#2935) (404a57e)
  • PageCounter を追加 (#2921) (07f4c10)
  • SingleComboBoxのドロップダウンリストの幅を指定可能にする (#2920) (b00160d)
  • 入力系コンポーネントに ref を渡せるよう修正 (#2933) (37af5e5)

Bug Fixes

  • portal root 要素の管理方法を state から ref に変更 (#2936) (7de4fd3)
  • カスタムボタン判定を最初に行うように変更 (#2937) (fa1cf47)

24.0.0 (2022-11-21)

⚠ BREAKING CHANGES

  • drop IndexNav component (#2917)

Features

  • InputFileの文言を変更可能にする (#2919) (214036d)
  • 一部の入力系コンポーネントに ref を渡せるよう修正 (#2929) (1af55af)

Bug Fixes

23.6.0 (2022-11-15)

Features

  • comboboxのドロップダウンメニューリスト内にヒントを設置できるオプションを追加 (#2896) (7c5babf)
  • DropdownButton に disabled な理由を渡せるようにする (#2910) (917227e)
  • faRegClockアイコンを追加 (#2911) (d390e2f)
  • single combo box に prefix optionを追加する (#2899) (7dd1169)

Bug Fixes

  • DatePicker に invalidな日付文字列が渡された場合の動作を修正する (#2876) (1741524)
  • hooksの設定漏れを修正する (#2897) (5df553e)
  • Tooltip のフォーカスリングを SmartHR UI 化 (#2900) (74d44d6)

23.5.0 (2022-11-08)

Features

  • add defaultItem option for single-combo-box (#2858) (bb1ce1c)

Bug Fixes

  • ButtonWrapper に渡していた loading を Transient Props に変更 (#2883) (c19d180)
  • フォーカススタイルにユーザー指定の OUTLINE を反映 (#2875) (39b749a)

23.4.1 (2022-11-04)

Bug Fixes

  • Button with Loader が ThemeProvider 前提になっていたので修正 (#2879) (6eadea4)

23.4.0 (2022-11-01)

Features

Bug Fixes

  • Icon with Text の複数行表示を修正 (#2859) (9118737)
  • InformationPanel のスタイリングを微調整 (#2819) (7f5d0a0)
  • InputFile のフォーカススタイルをクラス名で行わないように修正 (#2862) (7f2da44)
  • Text の color が DOM に反映されないように修正 (#2863) (90fd351)

23.3.0 (2022-10-25)

Features

  • Base に余白のデザイントークンを渡せるようにする (#2839) (a5b5440)
  • NotificationBar にスライドインアニメーションを追加 (#2842) (985d521)

Bug Fixes

  • ModelessDialog を画面上部の境界外にドラッグ&ドロップできないようにする (#2843) (48d98b7)
  • disabled な DropdownButton で onClick が発火してしまう問題を修正 (#2840) (e005994)
  • SmartHR Logo を最新化 (#2838) (162475b)
  • ヘルプセンターのURLを置き換え (#2844) (174808a)

23.2.0 (2022-10-18)

Features

Bug Fixes

  • DropDownButtonのlabelにReactNodeを渡せるよう修正 (#2816) (5678318)

23.1.0 (2022-10-11)

Features

  • add compressalt icon and expandalt icon (#2773) (b43c4b3)
  • datepicker calendar range (#2754) (e87f1ef)
  • Dialog タイトルのデフォルトを h2 に統一|SHRUI-572 (#2805) (175dea9)

Bug Fixes

  • FilterDropDownのボタンにReactNodeを渡せるように修正 (#2755) (14b65f5)
  • Select の width を初期値 auto に変更 (#2806) (f402cc1)

23.0.2 (2022-09-14)

Bug Fixes

  • DefinitionListItem の破線を折返しがあっても下端で揃える (#2758) (6ebb0bb)

23.0.1 (2022-09-07)

Bug Fixes

23.0.0 (2022-08-29)

⚠ BREAKING CHANGES

  • BlankImage を削除 (#2729)
  • DefinitionList の description に空文字を許容させる|SHRUI-601 (#2727)
  • FloatAreaにfixed propsを追加 | SHRUI-574 (#2728)
  • 画像系コンポーネントの title, visuallyHiddenText など、 代替テキストが期待される属性を altに変更する (#2723)

Features

  • DefinitionList の description に空文字を許容させる|SHRUI-601 (#2727) (a1eefe3)
  • 画像系コンポーネントの title, visuallyHiddenText など、 代替テキストが期待される属性を altに変更する (#2723) (181b40d)

Bug Fixes

22.4.1 (2022-08-23)

Bug Fixes

  • ロゴのアイソレーション実装が過剰だったので消す (#2712) (820e3ee)

22.4.0 (2022-08-17)

Features

  • Icon に可視テキストを渡せるようにする (#2685) (30157ef)

Bug Fixes

  • Button と AnchorButton から不要な ref の詰め替えを消す (#2706) (f1c4524)
  • FloatArea の top と bottom に string を渡せるようする (#2696) (5aae8df)

22.3.0 (2022-08-08)

Features

  • DropDownButtonのchildrenの型に null | boolean を追加する SHRUI-586 (#2679) (7b0200f)
  • DropZone を単一ファイル選択でも使えるようにする (#2686) (fb2fa68)

Bug Fixes

  • 入力要素の disabled 装飾を Button に合わせる (#2670) (dad3802)

22.2.1 (2022-07-19)

Bug Fixes

  • Button[variant=secondary] の disabled に背景色を追加 (#2656) (b362245)
  • WarningIcon が ThemeProvider 前提になっているのを修正 (#2658) (5362561)

22.2.0 (2022-07-11)

Features

  • createRadiusに'L'と'FULL'を追加する (#2642) (ae66fea)

Bug Fixes

  • Base の radius をデザイントークンに対応付け (#2643) (b334e80)
  • TextLink コンポーネントに ref を渡せるようにする (#2646) (0edab22), closes #2633

22.1.0 (2022-07-05)

Features

  • Select にサイズ小を追加 (#2600) (0fd4b28)
  • StatusLabel に type=green を追加 (#2627) (de94ce7)
  • Textarea が入力に依って自動で広がるよう機能追加 (#2598) (d518192)

22.0.0 (2022-06-24)

⚠ BREAKING CHANGES

  • 黄色の使い方と注意アイコンの使い方を見直す (#2578)

Features

  • 黄色の使い方と注意アイコンの使い方を見直す (#2578) (f98dfaf)

Bug Fixes

  • Header 関連コンポーネントの theme 参照の修正 (#2604) (a2f7e32)
  • change not to use DOMRect outside useEffect or handle (#2596) (1ca6a10)
  • fix combobox listbox partial rendering (#2588) (dccc06d)
  • fix reference of theme (#2586) (139ab4e)
  • SmartHRLogo が ThemeProvider 前提で書かれていたので修正 (#2593) (df1e3c3)
  • ヘッダーが ThemeProvider 前提で書かれている箇所を useTheme を使うように修正 (#2601) (62c26cb)
  • ボタンの displayName を明示的に設定 (#2585) (87b09b0)

21.4.5 (2022-06-24)

Bug Fixes

  • Header の theme 参照修正のバックポート対応 (#2605) (0a79803)

21.4.4 (2022-06-23)

Bug Fixes

  • ヘッダーが ThemeProvider 前提で書かれている箇所を useTheme を使うように修正 (#2602) (7d0f105)

21.4.3 (2022-06-20)

Bug Fixes

  • SmartHRLogo の Wrapper が ThemeProvider 前提で書かれていたので修正 (#2594) (a9ce9cb)

21.4.2 (2022-06-17)

Bug Fixes

21.4.1 (2022-06-15)

Bug Fixes

21.4.0 (2022-06-14)

Features

  • spacingByChar の alias として space を追加|SHRUI-568 (#2553) (949978f)

Bug Fixes

  • Select 内部のテキスト上端が見きれないように修正 (SHRUI-569) (#2548) (c7fdc6a)
  • fix InformationPanel props not to duplicate element props (#2550) (ebf370e)
  • Header に className を渡す (#2552) (83e4a57)
  • React 18 以降であれば ID 生成に React.useId を使うように変更 (#2545) (29b4295)
  • useEffect 外で document を参照しないようにする (#2539) (bfd6e19)

21.3.0 (2022-06-07)

Features

Bug Fixes

  • NotificationBar の右寄せ部分にエスケープハッチを追加 (SHRUI-555) (#2469) (239c6e4)
  • apply forwardRef to Button and AnchorButton (#2540) (4378f51)
  • set Button default type to 'button' (#2542) (fa94faf)
  • ドロップダウンのフォーカス制御の修正 (#2535) (fe45084)
  • フォーカスリングが見きれないように修正 (SHRUI-565) (#2537) (9fb9dfd)

21.2.0 (2022-05-30)

Features

Bug Fixes

  • CheckBox と RadioButton で static className があたってしまうのを修正 (#2515) (505eedb)
  • ライブラリの動作に必要ない jest-environment-jsdom を devDependencies に移動 (#2514) (2a30e97)

21.1.0 (2022-05-23)

Features

  • Icon の size を string で指定できるように変更 (SHRUI-559) (#2481) (3cd7ef5)
  • Th, Td コンポーネントを追加 (SHRUI-557) (#2471) (4bd8270)
  • ActionDialog と MessageDialog の良いデフォルトを実装 (#2489) (e15d78d)
  • add new icon, fa-reg-light-bulb (#2486) (23bea0c)
  • ダイアログにおいて最初にフォーカスする要素を指定できるようにする (SHRUI-562) (#2485) (c14ec72)
  • 色のデザイントークンを整理|SHRUI-560 (#2447) (8c9bb71)

21.0.0 (2022-05-09)

⚠ BREAKING CHANGES

  • InputFile のファイル選択の制御方法を変更 (#2440)
  • SmartHRLogo の I/F 変更 (SHRUI-551) (#2446)
  • props の typo を修正 (#2448)

Features

Bug Fixes

  • SmartHRLogo の I/F 変更 (SHRUI-551) (#2446) (0a4487f)
  • Tooltip のメッセージがスクリーンリーダーで読めるように修正 (SHRUI-556) (#2468) (3e6b7bc)
  • props の typo を修正 (#2448) (45cfd69)

20.4.0 (2022-04-25)

Features

  • :focus を :focus-visible に置き換える (#2442) (34d27de)

Bug Fixes

  • NotificationBar の閉じるボタンが縮まないように修正 (#2441) (2ff5ffc)

20.3.0 (2022-04-18)

Features

20.2.1 (2022-04-14)

Bug Fixes

  • fix timing of appending portal (#2424) (29cd62a)
  • ダイアログのフォーカストラップを抜けてしまう問題を修正 (#2404) (91c3b90)

20.2.0 (2022-04-12)

Features

Bug Fixes

  • ダイアログのポータルが DOM に追加される前に子のライフサイクルが開始されないように修正 (#2403) (062a564)

20.1.2 (2022-04-06)

Bug Fixes

  • ballonのtriangleがretinaディスプレイなどで条件が揃うと表示崩れするバグを修正 (#2399) (2d41e03)

20.1.1 (2022-03-30)

Bug Fixes

  • TabBar のモバイル表示調整 (SHRUI-539) (#2358) (f3f658b)

20.1.0 (2022-03-17)

Features

Bug Fixes

  • Dropdown のモバイル表示調整 (SHRUI-536) (#2325) (4f95c3f)
  • add Reel wrapper to Pagination (#2350) (c28baaa)
  • Balloon の三角形関連のスタイルを改善 (#2348) (ab1a65c)

20.0.0 (2022-03-08)

⚠ BREAKING CHANGES

  • Footer コンポーネントを削除 (SHRUI-525) (#2320)
  • ダイアログのデフォルト幅を変更 (SHRUI-535) (#2300)

Features

  • ダイアログのデフォルト幅を変更 (SHRUI-535) (#2300) (3dfa93d)

Bug Fixes

  • Footer コンポーネントを削除 (SHRUI-525) (#2320) (0faca49)
  • change type of text props to ReactNode (#2327) (0f6b58a)
  • ダイアログのフェードアニメーション中にDOMが更新されてちらつくのを防ぎたい (#2319) (42945d0)

19.1.0 (2022-03-03)

Features

Bug Fixes

  • InformationPanel の内部処理を memo 化 (#2315) (3255546)

19.0.2 (2022-02-28)

Bug Fixes

  • BottomFixedArea のモバイル表示調整 (#2285) (ff5989c)
  • ComboBoxItem を Storybook や SmartHR Design System での Props 表示のために、よりわかりやすい名前に変える (#2299) (b715b60)
  • workaround empty flex gap bug (#2298) (0bb4ff5)

19.0.1 (2022-02-22)

Bug Fixes

  • AppNavi のアイテムのテキストが折り返されないように修正 (#2283) (a58b2ac)
  • disabled なボタンに表示するツールチップが正常に動作するように修正 (SHRUI-529) (#2280) (7bdbfb2)
  • fix ModelessDialog to be able to close on mobile (#2279) (0f89dba)
  • コンボボックスのドロップダウンに表示するオプション数を段階的に増やすように変更 (SHRUI-540) (#2263) (33251bf)

19.0.0 (2022-02-17)

⚠ BREAKING CHANGES

  • smarthr-uiにおけるエラーアイコンを FaExclamationCircleIcon に統一する (#2240)

Features

  • smarthr-uiにおけるエラーアイコンを FaExclamationCircleIcon に統一する (#2240) (8e3da84)

Bug Fixes

  • change not to use lookbehind regular expression (#2264) (5c6918c)
  • make <Text> as props like a styled-components (#2261) (9105024)
  • NotificationBar の useMemo dependency 漏れを追記 (#2239) (fb0c56f)
  • style of defaultChecked (#2259) (dd6486b)

18.0.0 (2022-02-08)

⚠ BREAKING CHANGES

  • remove gap fallback from <Cluster> (#2218)

Features

Bug Fixes

  • Input の useMemo 記述漏れ依存配列を追記 (#2236) (d8efab5)
  • マイナス値でも先頭の0が除去されるようにしたい (#2241) (2a0e205)

17.3.0 (2022-02-01)

Features

  • SelectonChangeValue を追加 (SHRUI-528) (#2220) (471bbf8)
  • InputFile にエラーオプションを追加 (SHRUI-486) (#2197) (6189d37)

Bug Fixes

  • BottomFixedArea のシャドウを調整する (#2223) (a100e68)
  • Input[type=number] のスクロールで数値が変更されるのを防ぐ (#2233) (a5c84a1)
  • NotificationBar の className に undefined が混じるバグを修正 (#2222) (264cb73)

17.2.0 (2022-01-24)

Features

17.1.0 (2022-01-17)

Features

Bug Fixes

  • InputFile の DOM 構造を変更 (SHRUI-453) (#2059) (f6def9f)
  • actionDialogのLoaderの表示崩れを修正 (#2145) (a1ace9f)
  • change layout of Footer to flex box (#2181) (82b5c6a)

17.0.1 (2022-01-06)

Bug Fixes

  • change to prevent to fire onAdd when assigning to input.files (#2165) (3c5e8f2)
  • fix broken layout of FlaotArea on mobile device (#2164) (b72c43e)

17.0.0 (2021-12-21)

⚠ BREAKING CHANGES

  • Light/Dark Balloon, Light/Dark Tooltip の削除 (SHRUI-464) (#2121)
  • IE のサポートを終了する (SHRUI-505) (#2116)

Features

  • Change <StatusLabel>, <AppNavi>'s string props to ReactNode (#2115) (a7d6bdc)

  • コンボボックスが全半角大小文字を区別せずマッチするように変更 (#2105) (5fb565e)

  • IE のサポートを終了する (SHRUI-505) (#2116) (d31ac97)

  • Light/Dark Balloon, Light/Dark Tooltip の削除 (SHRUI-464) (#2121) (4ef5eed)

16.0.2 (2021-12-13)

Bug Fixes

  • Inputのwidthをデフォルト値より小さく設定すると表示が崩れる不具合の修正 (#2102) (d57c02b)
  • change not to show external link icon when suffix is null (#2098) (36f4ce9)
  • LineClamp と Tooltip の baseline ズレを修正 (#2101) (27ab76f)
  • SideNav のフォーカスインジケーターを新しい装飾に置き換える (#2104) (b9f85ee)
  • TextLink のアイコン縦位置を正す (#2100) (f8791b2)

16.0.1 (2021-12-06)

Bug Fixes

  • change not to focus trigger when ModelessDialog is closed (#2083) (2838bda)
  • change to pass ElementProps to Wrapper of FlashMessage (#2095) (7711350)
  • fontSize.S の影響で Button[size=s] の縦揃えに影響していたので修正 (#2058) (33912ee)

16.0.0 (2021-11-29)

⚠ BREAKING CHANGES

  • サポートする node バージョンを更新 (#2022)

Bug Fixes

  • adjust LineClamp height in safari (#2074) (515b691)

  • fix to re-calcurate position of listbox on MultiComboBox (#2075) (5aec65c)

  • サポートする node バージョンを更新 (#2022) (0d052f6)

15.3.0 (2021-11-22)

Features

  • Tooltip に自動位置決め機能を追加し、LineClamp のツールチップが見切れないようにする (SHRUI-483) (#2035) (8652e9c)

Bug Fixes

  • Calendar がブラウザのフォントサイズによってスタイル崩れを起こさないように修正 (SHRUI-466) (#2040) (ba5fcf1)
  • InputFile が IE でクラッシュしないように修正 (#2056) (6314229)
  • fix typos (#2043) (49788ca)
  • inputFileコンポーネントでコンポーネント内部のinput要素のvalueが変化しないのを修正します (#2025) (0ac322d)
  • reset margin of button on SegmentedControl (#2060) (9054c71)
  • Sidebar を export (#2038) (30405cb)

15.2.2 (2021-11-08)

Bug Fixes

  • InputFileでキーボード操作でファイル選択ダイアログを表示できないのを修正します SHRUI-484 (#2024) (d0b2e08)
  • MessageScreen のリンクに下線を引く|SHRUI-368 (#2026) (bd1bdf8)

15.2.1 (2021-11-01)

Bug Fixes

15.2.0 (2021-10-26)

Features

  • AppNavi にドロップダウン示唆プロパティを追加 (#1969) (eaaf5f7)
  • ComboBox・DatePicker・Selectのキャレットの色を変更・統一 (#1975) (fbfe05c)
  • comboboxのautoComplete属性をoffに変更 (#1974) (c8e3228)
  • comboboxのautoComplete属性をoffに変更 (#1974) (1d5efdd)

Bug Fixes

  • CheckBox 内のアイコンサイズがブラウザのフォントサイズ設定に追従するように変更 (#1965) (2a9b09b)
  • add value, role, name to <ModelessDialog> handle (#1967) (342aef9)
  • change FormGroup to be able to indicate that is a group (#1968) (7f1ec03)
  • change header height of ModelessDialog not to expand by padding (#1963) (748b31f)
  • change not to set icon size in AppNavi (#1964) (4242aee)
  • FlashMessage のアイコン縦位置のズレを直しました (#1966) (ca14c52)

15.1.0 (2021-10-11)

Features

  • MultiComboBox のテキストボックスを制御できるようにするオプションを追加 (SHRUI-458) (#1929) (12e2af3)
  • TextLink の折返しに対応し、Affix にも下線を引く|SHRUI-481 (#1943) (63e216b)

Bug Fixes

  • change position of radio button with multi line label to top (#1945) (4bbe3c3)
  • コンボボックスのドロップダウンが画面からはみ出さないようにする (SHRUI-478) (#1930) (229ae02)
  • 不要なアイコンサイズを削除 (#1941) (12e06d5)

15.0.1 (2021-10-04)

Bug Fixes

  • fix flex shorthand for IE (#1932) (4e14559)
  • SegmentedControl の border が消えているので修正 (#1920) (8d63135)

15.0.0 (2021-09-28)

⚠ BREAKING CHANGES

  • Button / Input / Selectの高さの計算を変更しました。Buttonの高さが固定でなくなり、フォントサイズやフレックスコンテナーの align の値など外部に依存します。

Features

  • Button の width / height の固定値をやめる|SHRUI-427 (#1908) (d4784da)
  • export useTheme hook (#1893) (dac62fd)
  • Input のスタイリングを見直す|SHRUI-460 (#1909) (6351125)
  • Select のスタイリングを見直す (#1919) (49b32d4)
  • 各種 Dialog を body 直下以外からも生成できるようにする|SHRUI-474 (#1891) (fa8eab8)
  • <Sidebar> Component を追加 (#1888)

Bug Fixes

  • Dialogのsubtitle未指定の場合のaria-labelを調整する (#1921) (d8e96ef)
  • display all items when refocus SingleCombobox (#1922) (ad93e3e)
  • SingleCombobox の削除ボタンが Input の suffix を使っていたため、縦位置がずれていたので修正 (#1923) (03026f6)
  • TextColors に TEXT_WHITE を追加し忘れていた (#1886) (09d437d)
  • ダイアログがアニメーション中に低いスタッキングコンテキストにならないように修正 (#1887) (0e53afe)

14.4.0 (2021-09-14)

Features

  • MultiComboBox に選択済みアイテムを省略表示できるオプションを追加 (SHRUI-450) (#1860) (8178a53)
  • add row column gap Cluster (#1836) (c59b6ec)
  • color に WHITE を追加 (#1864) (694ee8d)

14.3.0 (2021-09-06)

Features

  • Icon の color に抽象トークンを渡せるようにする (SHRUI-446) (#1855) (df38807)
  • ModelessDialog を追加 (SHRUI-454) (#1786) (173e380)
  • コンボボックスに onChangeSelected を追加 (SHRUI-436) (#1777) (54198fe)
  • 余白トークンに 0 を追加 (#1841) (5976a82)

Bug Fixes

  • change labeling structure and add htmlFor props (#1778) (6511898)
  • defaultLeading がエクスポートされていなかった (#1842) (158e5b0)
  • OVERLAP の重なり順序の改善 (SHRUI-445) (#1837) (7970eb0)

14.2.0 (2021-09-01)

Features

  • FloatArea に HTML 属性と className を足す (#1827) (b762212)

Bug Fixes

  • change selected item of listbox of SingleComboBox not to cut off (#1826) (483b153)
  • FloatArea エラーメッセージの余分な余白を取り除く (#1820) (4ea4356)
  • ツールチップ、バルーンのダークモードを非推奨にする (SHRUI-444) (#1825) (cbabedd)

14.1.0 (2021-08-23)

Features

  • ActionDialog と MessageDialog に副題を追加 (#1812) (e2a6344)

Bug Fixes

  • Calendar の年選択ボタンのイベント伝播を阻止する (#1803) (bcf378d)

14.0.1 (2021-08-16)

Bug Fixes

  • TextLink に prefix/suffix を含まない場合はレイアウトコンポーネントを使わない (#1766) (4e05ff4e9251db9cee287b2955032c1b1aaa280e)
  • FloatArea で p > div になっていたので修正 (#1788) (992f9cab2440bf397490b4ba87d74d571a37a0ae)

14.0.0 (2021-08-02)

⚠ BREAKING CHANGES

  • 利用されていなかった Header コンポーネントを削除しました。
  • RightFixedNote において title が必須プロパティになります。
  • CheckBox および CheckBoxLabel を削除しました。新しい CheckBox を使用してください。
  • RadioButton および RadioButtonLabel を削除しました。新しい RadioButton を使用してください。
  • SingleComboBoxonSelect が選択クリア時に発火しなくなります。選択クリアのハンドリングは onClear で行ってください。

Features

Bug Fixes

  • CheckBox コンポーネントのリネームと整理 (SHRUI-419) (#1748) (4ed6875)
  • RadioButton コンポーネントのリネームと整理 (SHRUI-419) (#1754) (d6c0fa5)

13.3.0 (2021-07-20)

Features

13.2.0 (2021-07-13)

Features

  • Stack をインライン要素のように振る舞えるように inline を追加 (#1729) (95413d4)
  • 影のテーマの追加と置き換え (SHRUI-417) (#1699) (8737ad1)

Bug Fixes

  • AccordionPanel のフォーカスインジケータが隠れないように修正 (SHRUI-412) (#1698) (f82fe2c)
  • ActionDialog の warning 解消 (#1713) (c077991)
  • Baloon に span を渡せるように修正 (#1723) (54f1240)
  • change default color of affix of Input (#1726) (2099eaa)
  • fix focus indicator not to be hidden by sibling elements (#1725) (dfc08de)
  • rename onChange to onChangeInput (#1727) (0ebcc40)
  • Tooltip の tabIndex を利用側で上書きできないので修正 (#1709) (6cf8f01)
  • コンボボックスのフォーカス挙動を変更 (SHRUI-423) (#1724) (b682a36)

13.1.0 (2021-06-29)

Features

Bug Fixes

  • Cluster のインポートを追加 (#1685) (379ea1c)
  • DialogContentInner の className が Wrraper にあたっていたのを Inner に戻す (#1695) (9fd9791)
  • MultiComboBox の削除アイコンの visuallyHiddenText をアイテムごとに分ける (#1694) (c0acf2a)
  • Text を styled-component で wrap できなかったので修正| SHRUI-439 (#1696) (c0e79f5)

13.0.0 (2021-06-15)

⚠ BREAKING CHANGES

  • remove Icon component that uses name prop
  • modify not to use old Icon component
  • replace title tag from span to h3 in InformationPanel
  • drop node v10 support

Features

Bug Fixes

  • <MultiCombobox> focus indicator (#1527) (520c8b6)

  • ActionDialog のレスポンスメッセージがない時に余計な余白が出ている (#1550) (e22258d)

  • add aria-invalid to components with error state (#1531) (b55b030)

  • added some attributes of accessibility for DatePicker component (#1629) (aa7695f)

  • change icon storybook from div to dl (#1575) (5ef0212)

  • change the HTML tag of IndexNav (#1634) (ab7704a)

  • CompactInformationPanel に className を渡せるようにする (#1669) (0994108)

  • Disable selected items when MultiComboBox is disabled (#1544) (8edb9e0)

  • Fix mobile Safari not showing all options for Select component (SHRUI-392) (#1517) (cdb85ce)

  • FormGroup label to inline-block (#1515) (d38aa0e)

  • improve scroll suppression in Dialog (SHRUI-380) (#1532) (9bf7bce)

  • modify not to new DOMRect for IE11 (#1530) (2274ce6)

  • modify to be expected width when set percentage width (#1585) (94a9eff)

  • set DIALOG shadow to CompactInformationPanel (SHRUI-400) (#1549) (54823d8)

  • table all story accessible (#1574) (1a8e53f)

  • fix!(BREAKING CHANGE): remove Icon that uses name prop (SHRUI-349) (#1494) (b2952fa), closes #1494

  • fix!(BREAKING CHANGE): change default title tag in InformationPanel (SHRUI-170) (#1493) (ed36ec3), closes #1493

  • fix!(BREAKING CHANGE): drop node v10 support (SHRUI-384) (#1492) (6dfc53e), closes #1492

12.4.0 (2021-05-27)

Bug Fixes

  • modify to be expected width when set percentage width (#1584) (cc7ec72)

12.4.0-1 (2021-04-16)

Bug Fixes

  • Fix mobile Safari not showing all options for Select component (SHRUI-392) (#1517) (7b564b2)

12.4.0-0 (2021-04-12)

Features

Bug Fixes

12.3.2 (2021-04-16)

Bug Fixes

  • Fix mobile Safari not showing all options for Select component (SHRUI-392) (#1517) (e235d82)

12.3.1 (2021-04-01)

Bug Fixes

12.3.0 (2021-03-23)

Features

  • ActionDialog にレスポンスメッセージエリアを追加 (#1424) (fa37d0e)
  • add floatArea component (#1270) (370ce97)
  • add new icon, fa-user-clock (#1392) (78fc529)
  • change colors (SHRUI-356, SHRUI-357, SHRUI-358) (#1407) (777dbbc)
  • improve attributes for BackgroundJobsList and BackgroundJobsPanel (SHRUI-249) (#1404) (de9ece9)
  • improve attributes for Base and DialogBase (#1402) (a91f008)
  • support multiline text of CheckboxLabel (#1403) (3441590)

Bug Fixes

12.2.1 (2021-02-16)

Bug Fixes

12.2.0 (2021-02-15)

Features

  • add handling when Window object is not supported (#1312) (9391da3)

Bug Fixes

12.1.1 (2021-02-08)

Bug Fixes

12.1.0 (2021-02-08)

Features

  • add new icons; fa-medkit and fa-tachometer-alt (#1299) (e9557d6)
  • support <Fa***Icon /> components in addition to (#1304) (cf5fbe1)

Bug Fixes

  • add "!important" to font-size of InputFile (#1313) (757ebc6)
  • add Segmented control ARIA (SHRUI-242) (#1223) (f3c62cd)
  • change input error style (SHRUI-327) (#1298) (8db8c06)
  • enable to set attributes of input element (#1321) (b67b899)
  • enable to set disabled in Option of Select (SHRUI-303) (#1318) (9388106)
  • fix position of visually hidden text (#1317) (3b02210)
  • fix the condition of displaying message of duplicating in MultiComboBox (SHRUI-302) (#1237) (e35848f)
  • improve attributes of AccordionPanel (SHRUI-246) (#1290) (2a58b0a)
  • input[file] の不要なfocusを削除する (#1314) (209b8fb)
  • modify Dialog to be able to set aria-controls (SHRUI-220) (#1231) (ae1cc05)
  • modify not to apply hover or focus style from other css to Button (#1242) (8315e21)
  • modify not to fire escape key handler when dialog is not open (#1235) (b868654)
  • modify to be able to scroll dropdown in IE (#1206) (12a24f7)
  • replace old color code of storybook to theme in DefinitionList (#1249) (d81dc3e)

12.0.0 (2021-01-12)

⚠ BREAKING CHANGES

  • change loader animation (#1173)
  • remove shinColorPalette
  • add type props to button (#1086)

Features

Bug Fixes

12.0.0-0 (2020-12-17)

⚠ BREAKING CHANGES

  • change loader animation (#1173)
  • remove shinColorPalette
  • add type props to button (#1086)

Features

Bug Fixes

11.2.0 (2020-11-26)

Features

11.1.0 (2020-10-28)

Features

Bug Fixes

11.0.0 (2020-10-22)

11.0.0-1 (2020-10-21)

Bug Fixes

  • calculate Calendar position in DatePicker (SHRUI-212) (#1085) (eeb9bda)
  • consider reset css in BackgroundJobsPanel (SHRUI-213) (#1087) (9bbc279)

11.0.0-0 (2020-10-12)

⚠ BREAKING CHANGES

  • change props of DatePicker drastically, and remove parsing error.

  • fix: typo

  • fix: ref in custom hook

  • docs: update README

  • Remove id property from Tooltip component

  • fix: change prefix to sequence number

Features

Bug Fixes

10.1.0 (2020-11-24)

Features

10.0.0 (2020-08-31)

⚠ BREAKING CHANGES

  • reconsider border radius of theme (#849)
  • Tooltip become portal, and become to require id property

Features

Bug Fixes

  • add role in FlashMessage (#940) (56e1e2e)

  • reconsider border radius of theme (#849) (02e21ca)

  • BREAKING CHANGE: change Tooltip to portal (#900) (b4a3a9d), closes #900

9.4.0 (2020-11-26)

Features

9.3.0 (2020-08-11)

Features

  • add maxlength attribute and text counter to textarea (#877) (9ae5142)

Bug Fixes

9.2.0 (2020-07-15)

Features

Bug Fixes

  • add className props to RightFixedNote and RightFixedNoteItem (#865) (a861eed)
  • change flex to long-hand in FlashMessage (#852) (e2817e1)
  • change not to pass unnecessary props to Background (#862) (9dd9c2f)
  • change not to use rowSpan=0 (#861) (6f829c0)
  • correct ms-expand of Select (#853) (9b2811b)
  • fix calendar date in storybook (#863) (f4bac46)
  • position shift of scrollable DropdownContent (#841) (07786eb)
  • validate tags in RadioButton/RadioButtonLabel (#837) (21c10d8)

9.1.0 (2020-06-17)

Features

Bug Fixes

9.0.2 (2020-06-10)

Bug Fixes

  • pass other props to AppNaviCustomTag (#829) (77b260b)

9.0.1 (2020-06-10)

Bug Fixes

9.0.0 (2020-06-09)

⚠ BREAKING CHANGES

  • it is no longer disabled by default when passing true for current props

  • feat: add buttons props types for AppNavi component

  • fix: add AppNavi test

  • fix: add README of AppNavi

  • feat: add disabled props for AppNavi items

  • remove background color from TabBar

  • fix: remove background color

  • test: update snapshot

Features

  • add buttons props types for AppNavi component (#826) (ed3a138)
  • add togglable option in InformationPanel (#817) (5df6953)

Bug Fixes

8.4.0 (2020-06-03)

Features

Bug Fixes

8.3.0 (2020-05-28)

Features

Bug Fixes

8.2.0 (2020-05-07)

Features

Bug Fixes

8.1.0 (2020-04-30)

Features

Bug Fixes

8.0.0 (2020-04-09)

⚠ BREAKING CHANGES

  • dark property for CheckBox and CheckBoxLable will no longer work
  • dark property for RadioButton will no longer work
  • The scroll area is no longer automatically allocated.

Features

Bug Fixes

7.1.0 (2020-04-03)

Features

Bug Fixes

  • change AppNaviButton style (#697) (25a9729)
  • change label text color in RadioButtonLabel and CheckBoxLabel (#698) (969861f)
  • fix that some styles doesn’t work (#705) (f6f75a6)

7.0.0 (2020-03-18)

⚠ BREAKING CHANGES

  • change several icon names

Features

Bug Fixes

6.3.0 (2020-11-24)

Features

6.2.0 (2020-02-13)

Features

Bug Fixes

6.1.1 (2020-01-21)

Bug Fixes

  • fix description of husky (b7e8c7c)

6.1.0 (2020-01-20)

Features

  • change children prop type of Heading (d27424f)
  • change term prop type of DefinitionListItem (b654ca0)

6.0.0 (2020-01-17)

⚠ BREAKING CHANGES

  • change component name of Field to FieldSet(1dd912c)
  • remove AppBar component(fe07d35)
  • remove rowspan and colspan props from Cell(282c804)
  • end of support for Node v8(8942a77)

Features

  • add aria attributes (d5b6cfd)
  • add className props (e8aacf4)
  • add defaultExpanded props (b53f599)
  • add DescriptionList (88bab82)
  • Add DialogBase component (#576) (6f63757)
  • add font themes (56a3fc6)
  • add HeadingTypes type into Heading (cfd6d3a)
  • Add onClickOverlay props to to ActionDialog and MessageDialog (c002fd1)
  • add position provider component (78e8253)
  • add some examples (b152b6f)
  • icon: Add a FaClock icon (73e8156)
  • add style (2c99af2)
  • add style (7540a13)
  • add TextButton component (9001063)
  • add useOffsetHeight hook (0753bf1)
  • Added Header component (236f58f)
  • change props (8e51061)
  • Create InformationPanel component (1b08bf7)
  • divide icon props to iconPosition and DisplayIcon (1f37eff)
  • export undo icon (797adaa)
  • export undo icon (2cbd5c5)
  • give position provider (73360ca)
  • manage state useing Map object (e512a42)
  • remove AppBar component (#574) (2099a11)
  • set max-height in child components (086f0f2)
  • Update behavior of defaultExpanded (8190c7c)
  • Dialog: close a dialog when Escape key is pressed (7e86234)
  • icon: Add arrow right icon (0d76099)
  • icon: Add fa-chevron-, fa-copy, and fa-trash- (dcfac49)
  • icon: Add fa-times-circle (961a5c9)

Bug Fixes

  • AccordionPanel -> AccordionPanelItem (c221c65)
  • add className props (75d3f20)
  • add className props for Dropdown component (#522) (88c7066)
  • Add colSpan, rowSpan props to Cell (9f95526)
  • Add isCrew as props (8c21b76)
  • Add line-height to DefinitionListItem (e328728)
  • Add ref props (47fe111)
  • add resolutions field (6e0dc4b)
  • add setTimeout to delay scheduling (c64ca0b)
  • Adjust style (88b9767)
  • callback onClick (c792871)
  • change area-expanded value (02a0ae8)
  • change context types (74edb9a)
  • change fa-reg-plus-square icon to fa-plus-square icon (d87a545)
  • Change Field props (6ebf620)
  • change icon (f704049)
  • change name of Field component (#579) (f2655c8)
  • change padding (bcda0c6)
  • Change RadioButton props (fe8f014)
  • change rotate direction (84963e5)
  • Change Select props (1c667ea)
  • Change the animation (2fbaf84)
  • change to correct name (1d0dd75)
  • children format (a44720b)
  • context initial data (2a6e39b)
  • Except autoFocus from input (b3b7065)
  • export components (d9609db)
  • export import (369b780)
  • export text button (55b2922)
  • fix box-shadow value in Base (7e7a34e)
  • Fix build error (1679909)
  • Fix dropdown trigger bug (34aee6b)
  • fix for reviews (20fdf3f)
  • Fix Header and HeaderButton construction (364756a)
  • Fix HeaderUserNotification construction (554b3dd)
  • Fix HeaderUsreDropdown (2f59124)
  • fix line-height for StatusLabel (58fa24e), closes #551
  • Fix style (b2bc511)
  • Fixed a bug that did not animate when using firefox (c65fa1f)
  • HeaderCrewDropDown -> HeaderCrewDropdown (59f2ac5)
  • Increase type of Input type props, fix #483 (e2db0fe)
  • manage state inside component (855c1ed)
  • move helper file to inside libs (36e30c6)
  • move icon props to Accordion component (e6717aa)
  • move onClick to trigger component (8dae970)
  • not to animate at first rendering (530542b)
  • pass icon props from AccordionPanel (392668a)
  • Pass input default props to checkbox (e576001)
  • Remove console.log (098a44d)
  • Remove unnecessary file (8e17b82)
  • remove unnecessary onClick (ebff6fb)
  • rename Accordion to AccordionPanel (e3925fd)
  • rename function (f75505e)
  • set disabled style to Input (bdf16f0)
  • set vertical-align to error message (701950e)
  • state management (932eb5c)
  • style (5358cf9)
  • style (3f9bb39)
  • Update avatar style (93c651e)
  • use forwardRef (f2ab9a9)
  • dropdown: change initial position for dropdown component (6d73c0a)
  • use typescript generics (1de2b8e)
  • select: fix selectbox css (#503) (934687b)
  • Remove deprecated props for Table component (#575) (74a0220), closes #575

5.10.0 (2019-12-20)

Features

  • Create InformationPanel component (1b08bf7)

5.9.0 (2019-12-12)

Features

  • Dialog: close a dialog when Escape key is pressed (7e86234)

Bug Fixes

  • Fix dropdown trigger bug (34aee6b)
  • dropdown: change initial position for dropdown component (6d73c0a)
  • add className props for Dropdown component (#522) (88c7066)
  • Add isCrew as props (8c21b76)
  • change fa-reg-plus-square icon to fa-plus-square icon (d87a545)
  • Fix Header and HeaderButton construction (364756a)
  • Fix HeaderUserNotification construction (554b3dd)
  • Fix HeaderUsreDropdown (2f59124)
  • Fix style (b2bc511)
  • HeaderCrewDropDown -> HeaderCrewDropdown (59f2ac5)
  • Remove unnecessary file (8e17b82)
  • Update avatar style (93c651e)

5.8.1 (2019-12-10)

Bug Fixes

  • dropdown: change initial position for dropdown component (6d73c0a)
  • add className props for Dropdown component (#522) (88c7066)

5.8.0 (2019-12-06)

Features

  • icon: Add fa-chevron-, fa-copy, and fa-trash- (dcfac49)
  • Added Header component (236f58f)
  • Update behavior of defaultExpanded (8190c7c)

Bug Fixes

5.7.1 (2019-12-04)

Bug Fixes

  • Add colSpan, rowSpan props to Cell (9f95526)
  • Change the animation (2fbaf84)
  • Increase type of Input type props, fix #483 (e2db0fe)

5.7.0 (2019-11-26)

Features

  • icon: Add fa-times-circle (961a5c9)
  • Add onClickOverlay props to to ActionDialog and MessageDialog (c002fd1)

Bug Fixes

5.6.0 (2019-11-20)

Features

  • icon: Add arrow right icon (0d76099)

5.5.0 (2019-11-15)

Bug Fixes

Features

5.4.0 (2019-11-13)

Features

  • icon: Add a FaClock icon (73e8156)

5.3.0 (2019-11-12)

Bug Fixes

Features

5.2.1 (2019-11-07)

Bug Fixes

5.2.0 (2019-11-06)

Bug Fixes

Features

5.1.0 (2019-11-05)

Features

5.0.0 (2019-11-01)

⚠ BREAKING CHANGES

  • Update components

  • Fix typo in icon name

  • pascal case doesn't support.

  • chore: update snapshots

  • original icon gets the same props as react-icons

  • chore: update snapshot

  • chore: export Icon component

  • fix: remove 'Base', 'Icon' from IGNORE_DIRS

  • remove size of tasting and trenta

Bug Fixes

  • add background-color to Flash component (56b8079)
  • Add ThemeProvider to DropdownContent (8a2a8a2)
  • selectbox: Add aria-label (8a7a0ab)
  • apply in DropDown storybook (8b0b84d)
  • Apply Input in Field Component (7916091)
  • Change Button interface to conform to the DOM interface (82003a2)
  • Change Button interface to conform to the DOM interface (f6b0a9e)
  • Change Checkbox interface to conform to the DOM interface (aa38817)
  • change for reviews (e8bf397)
  • Change Input interface to conform to the DOM interface (f01952f)
  • Change label props to children (e29f663)
  • Change prop type for TabItem (629e552)
  • selectbox: Change to use fa-sort (ca95f47)
  • Change Select interface to conform to the DOM interface (0ff3f35)
  • Change Select interface to conform to the DOM interface (6567c2d)
  • Change Select interface to conform to the DOM interface (7d05e95)
  • Change tag to which className is applied (4b4f0fd)
  • Checkbox test (03adb5d)
  • Fix dropdown content position (e7465c3)
  • Fix dropdown content size bug (5d96292)
  • Fix font-size (cd3ed2e)
  • fix for jslint (095f709)
  • Fix rendering bug (0ec70e2)
  • Fix typo (ff4295c)
  • Fix yarn.lock (ccd75a0)
  • Fix yarn.lock (936f25b)
  • Make storybook compatible with React hooks (1b96936)
  • memoize DropdownContentRoot (f470ea9)
  • Modify left position logic (b3af02d)
  • Recover lost files (e6d9c60)
  • Remove export (03f632f)
  • Remove the part that was described in double (66ef42a)
  • Remove unnecessary files (0f70685)
  • show checkbox focus indicator (b9f0e85)
  • show Radio focus indicator (09657a0)
  • style (71e37d2)
  • support uncontrollable Dropdown (f55c9bb)
  • Update all storybook's packages (a0e2eea)
  • Update dropdown position logic (df50ca9)
  • Update ts setting (843bec0)
  • Use fa-check instead of check (bc5ee1c)
  • Use fa-check-circle instead of check-circle (d5e560e)
  • select: Change from text to default (ae5cae6)
  • selectbox: Adjustment when disabled or hover and fix css (83738ae)
  • selectbox: Remove blackOption and placeholder (6d7bc5d)
  • selectbox: Remove unnecessary Vendor Prefix (f26c0ed)
  • Use fa-exclamation-triangle instead of exclamation-triangle (dd9be98)
  • Use fa-times instead of cross (fafb006)
  • Use ReactDOM.createElement instead of ReactDOM.render (957a0b6)

Features

  • add an entry point for ES Modules (5e9349a)
  • Add angle icon (ea992e4)
  • add AppNavi component (8b4a053)
  • add BaseButton component (7dce43f)
  • add BlankImage component (6f19e51)
  • Add className props to CheckboxLabel (2c7cc94)
  • Add className props to components (37da6b4)
  • add clone icon (4850691)
  • Add controllable ActionDialog component (d9a6ddc)
  • Add controllable Dialog component (674cfd7)
  • Add DangerButton component (1ced44f)
  • Add Dialog basic component (66ed088)
  • Add FaCaretUp icon (e7748e3)
  • Add FaExclamationCircle icon (4720536)
  • Add minus icon (8dba673)
  • Add mixed props to Checkbox (08741a1)
  • Add NewDropdown component temporary (c59239e)
  • Add onClickBackground props to Modal (e539afe)
  • add Outline color to PletteProperty (730e4be)
  • Add PrimaryButton component (#297) (6cd2390)
  • add reply icon and paper-plain icon (a62b623)
  • add SecondaryButton component (6909756)
  • add SkeletonButton component (50500c8)
  • Add TabBar (#301) (4afe1ff)
  • Added Table component (#269) (1ec3115)
  • Adjust the display position of content (1183721)
  • icon: Add external link icon (28f240e)
  • Change Field component props (49ef9d7)
  • icon: Add a FaCloudDownloadAlt icon (5c4e8bd)
  • update UI for Pagination component and add withoutNumbers props (93c067d)
  • icon: Add a FaEye icon (13eb8bf)
  • select: Create select component (f91e471)
  • Create ActionDialogContent (c7b6f05)
  • Create controllable MessageDialog component (ee63d93)
  • Create MessageDialog (82b6e20)
  • export default frame (4e1340d)
  • export default hover interaction (c95707a)
  • export default size (1556da1)
  • export defaultPalette (34c2f72)
  • Update ActionDialogContent props (cbb77c6)
  • update AppNavi component so it can take a child component (eabe203)
  • change some font size (5596d9f)
  • Merge pull request #319 from kufu/features/ttmz (e5ce046), closes #319
  • Merge pull request #421 from kufu/fix-typo (67c0923), closes #421
  • BREAKING CHANGE: Changed color name of theme (#245) (19a532d), closes #245
  • BREAKING CHANGE: Enabled to use react-icons (a60ab19)

4.0.1 (2019-08-06)

Bug Fixes

4.0.0 (2019-08-05)

Tests

  • add a test for missing exports in src/index.ts (55618db)
  • BREAKING CHANGE: Update palette of theme (#220) (de50fd8), closes #220

BREAKING CHANGES

  • new theme does not support outdated variables

  • chore: replace ${palette.White} to #fff

  • chore: replace Mono_P10 to Border

  • chore: replace Mono_P20 to Border

  • chore: replace SmarthrGreen to Main

  • chore: theme.palette.White to #fff

  • chore: replace Mono_P40 to TextGrey

  • chore: replace palette.Red to palette.Danger

  • chore: replace Mono_P60 to TextGrey

  • chore: replace Orange_M30 to Warning

  • chore: replace Yellow to Warning

  • chore: replace Red to Danger

  • chore: replace Blue to Main

  • chore: replace White to #fff

  • chore: replace Black to TextBlack

  • chore: replace Mono_P30 to TextGrey

  • chore: change color

  • chore: yarn add polished

  • feat: add hoverColor method

  • chore: modify hover color for PagenationItem

  • chore: modify hover color for Button

  • chore: modify focus color for Input

  • style: change color code to lower case

  • style: update snapshots

3.9.2 (2019-07-31)

Bug Fixes

  • Skip res-suit when aws credential is not exist (fc4282d)

3.9.1 (2019-07-22)

3.8.6 (2019-07-03)