Skip to content

Releases: semrush/intergalactic

v12.6.0

22 Sep 16:26
07f00a8
Compare
Choose a tag to compare

[12.6.0] - 2022-09-22

@semcore/chart

  • Changed Mark exported functions as deprecated with recommendation to use @semcore/d3-chart.

@semcore/flags

  • Added Added access to flags that don't have ISO code.
  • Fixed Fixed flag name return type.

@semcore/icon

  • Fixed Fixed icon Toxic.

@semcore/progress-bar

  • Fixed Added essential accessibility attributes.

@semcore/radio

  • Fixed Fixed arrangement of internal and external circles in checked state.

@semcore/skeleton

  • Changed All skeletons are aria-busy from now.

@semcore/slider

  • Added Out of the box support for multiple choice options.

@semcore/spin

  • Fixed Added essential accessibility attributes.

@semcore/spin-container

  • Fixed Added essential accessibility attributes.

@semcore/table

  • Changed Mark exported functions as deprecated with recommendation to use @semcore/data-table.

@semcore/widget-empty

  • Added Added Turkish language support.

@semcore/wizard

  • Added Added new components.

  • Added Added Turkish language support.

  • Added Added Turkish language support.

  • Added Added Turkish language support.

  • Added Added Divider auto size height for vertical orientation, this fixed show in flex

  • Fixed убрали возможность отображения ScrollArea.Bar по вертикали для Table.StickyHead. Это поведение считается недопустимым для шапки таблицы.

  • Added SidePanel — компонент для отображения выезжающей панели (справа, снизу или слева). Иногда зовем его " шторкой"

  • Added Добавили box-sizing: border-box для таблицы, это решило проблему отображения скролла, когда контента не много

v12.5.1

15 Sep 14:01
bd0ff45
Compare
Choose a tag to compare

[12.5.1] - 2022-09-15

@semcore/animation

  • Fixed Fixed playing entering animation if init animation state is already reached.

@semcore/badge

  • Fixed Change line-height to correctly display uppercase letters.

@semcore/button

  • Fixed Fixed aria warning detection.

@semcore/color-picker

  • Changed Changed the logic of entering color format. From this version it is possible to enter hex code in both formats: with # sign - #123123 and without # sign - 123123.

@semcore/d3-chart

  • Fixed Changed paths in css files to relative.

@semcore/data-table

  • Changed Improved component accessibility in cases of virtual scroll and columns sorting.

@semcore/feedback-form

  • Added Added aria attributes for better a11y.

@semcore/fullscreen-modal

  • Changed Removed unused hidden property from types.

@semcore/input-tags

  • Added Added screen reader support

@semcore/link

  • Fixed Fixed aria warning detection.

@semcore/tab-line

  • Fixed Enforced inner text font line height to prevent possible bottom cut.
  • Fixed Fixed typos in styles: lihe-height -> line-height.
  • Fixed Fixed font height so that the letter "g" would not be cut off.

@semcore/tab-panel

  • Fixed Enforced inner text font line height to prevent possible bottom cut.

@semcore/tag

  • Fixed Enforced inner text font line height to prevent possible bottom cut.
  • Added Added screen reader support

@semcore/tooltip

  • Added Added aria-live attribute for better a11y.

@semcore/utils

  • Fixed Added dependency @types/react-dom and fix type for getNodeByRef function.

v12.5.0

29 Aug 15:48
ecae6e2
Compare
Choose a tag to compare

[12.5.0] - 2022-08-29

@semcore/accordion

  • Fixed Fixed disabled items handling to improve component accessibility.

@semcore/animation

  • Fixed Fixed playing entering animation if init animation state is already reached.

@semcore/badge

  • Added Added aria-hidden because component "badge" is not the main functionality and will only confuse the blind user.

@semcore/breadcrumbs

  • Changed Added essential aria-\* attributes.

@semcore/button

  • Fixed Update version @semcore/utils to use additional functions.
  • Added Added empty button aria-label check.

@semcore/d3-chart

  • Added Introduced charts accessibility module.
  • Fix Fixed ResponsiveContainer memory leak on unmount.
  • Fix Venn chart was not mentioned in exported types.

@semcore/date-picker

  • Added Added Turkish langauge support.
  • Changed Removed spaces around dash in formatted date.

@semcore/errors

  • Changed Updated translations.
  • Added Added Turkish langauge support.
  • Added Added role="alert" attributes to increase support for a11y.

@semcore/flags

  • Fixed Fixed broken display of Cote d'Ivoire's flag.
  • Fixed Fixed broken display of United States Minor Outlying Islands' flag.

@semcore/icon

  • Added Added call onClick when pressing enter if the icon is interactive.

@semcore/input

  • Added Added missing type defaultValue in index.d.ts.

@semcore/input-number

  • Added Added screen reader notification of input value and aria attributes for better a11y.

@semcore/link

  • Fixed Change tag for Link.Addon from div to span
  • Fixed Update version @semcore/utils to use additional functions.
  • Added Added screen reader support and empty link aria-label check

@semcore/notice

  • Added Added aria-live attribute for better accessibility.

@semcore/notice-bubble

  • Changed Animation styles moved to css file and now available for theming.
  • Added Added role and aria-live attribute for better accessibility.

@semcore/notice-global

  • Added Added aria-live attribute for better accessibility.

@semcore/pagination

  • Added Added Turkish langauge support.
  • Added Added the necessary labels for improved accessibility work.

@semcore/product-head

  • Fixed Remove overflow='auto' because the component should not scroll, its content should adapt to the desired size.

@semcore/radio

  • Added Added missing type defaultValue in index.d.ts.

@semcore/tag

  • Fixed Update version @semcore/utils to use additional color changing functions.

@semcore/textarea

  • Added Added missing types value and defaultValue in index.d.ts.

@semcore/time-picker

  • Added Added missing type defaultValue in index.d.ts.

@semcore/typography

  • Changed Added essential aria-\* attributes for Typography lists.

@semcore/utils

  • Added Added util function reactToText to convert react component to text.
  • Added Added support of elementtiming attribute passing on all components.

v12.4.2

02 Aug 12:37
Compare
Choose a tag to compare

[12.4.2] - 2022-08-02

@semcore/d3-chart

  • Fix Venn chart was not mentioned in exported types.

@semcore/utils

  • Fixed Fixed package .mjs artifacts cross-imports to support modern js bundlers.

v12.4.1

01 Aug 22:34
26a5c79
Compare
Choose a tag to compare

[12.4.1] - 2022-08-01

@semcore/date-picker

  • Added Added new button components Apply and Reset for DateRangePicker and MonthRangePicker.

@semcore/icon

  • Fixed Renamed icon from AppBlock to AppsBlock. Old name is deprecated.

@semcore/utils

  • Fixed Fixed package .mjs artifacts cross-imports to support modern js bundlers.

v12.4.0

25 Jul 17:01
bd2fc1e
Compare
Choose a tag to compare

[12.4.0] - 2022-07-25

@semcore/d3-chart

  • Fixed Fixed ability to change tag in render(prop) functions.
  • Fixed Fixed RadialTree typings.
  • Fixed Fixed RadialTree rendering in Safari.
  • Fixed Fixed RadialTree radian labels rendering.

@semcore/data-table

  • Changed Add onScroll callback for <Body/>.

@semcore/dropdown-menu

  • Fixed Remove deprecated size (xl).

@semcore/fullscreen-modal

  • Fixed Fixed font family in Title

@semcore/icon

  • Fixed Renamed icon from AppBlock to AppsBlock. Old name is deprecated.
  • Added Added icon ClusteredList.
  • Added Added icon AppsBlock.

@semcore/input

  • Changed Fixed Input.Addon css classes were missing during server-side rendering.
  • Fixed Fixed the reaction when interacting with the keyboard for the correct work of other components with keyboard support.
  • Fixed Fixed applying border-radius for outline.

@semcore/input-number

  • Fixed Fixed rounding of float numbers.

@semcore/neighbor-location

  • Fixed Tuned up childildren elements counting (ignoring empty string).

@semcore/popper

  • Fixed Fixed possibility to insert render function into Popper.Trigger.

@semcore/select

  • Fixed Fixed color of Addon icons in InputSearch.

@semcore/utils

  • Fixed Fixed pcakage compatibility with ES modules.

v12.3.0

11 Jul 14:23
Compare
Choose a tag to compare

[12.3.0] - 2022-07-07

@semcore/d3-chart

  • Added Added index to Bubble chart
  • Added Added property minimal height hMin for Bar (<Bar hMin={...}/>)
  • Added Added property active for Donut.Pie
  • Fixed Exclude props from html for Tooltip.Dot
  • Fixed Recalculate position for Dot after update scale
  • Fixed Optimization render Dot

@semcore/data-table

  • Fixed Fixed scrolling of table when enable virtual scrolling.

@semcore/feedback-form

  • Fixed Fixed feedback image.

@semcore/icon

  • Added Added icon AppsBlock.

@semcore/illustration

  • Changed Added react component MailSent put on path @semcore/illustration/MailSent
  • Changed Illustration MailSent put on path @semcore/illustration/svg/MailSent

@semcore/radio

  • Fixed Change inherited TS type for Radio (IFlexProps -> IBoxProps)

@semcore/widget-empty

  • Changed Updated svg images for all charts, nothing found and congratulations states.

v12.2.0

24 Jun 13:54
Compare
Choose a tag to compare

[12.2.0] - 2022-06-24

@semcore/breadcrumbs

  • Fixed Fixed separator's margin.

@semcore/chart

  • Changed Changed type names from 'IPieProps' to 'IRechartsPieProps' so that there are no intersections with other components.

@semcore/checkbox

  • Fixed Fixed problem show Checkbox in Modal (Checkbox added scroll on page).

@semcore/d3-chart

  • Changed Changed type names from 'ITooltipProps' to 'ITooltipChartProps' so that there are no intersections with other components.
  • Changed Changed type names from 'ITooltipContext' to 'ITooltipChartContext' so that there are no intersections with other components.

@semcore/errors

  • Changed Changed type names from 'iconNames' to 'iconNamesErrors' so that there are no intersections with other components.

@semcore/feedback-form

  • Changed Updated react-final-form to 6.5.2 to support React 17.

@semcore/icon

  • Changed Added files with the extension .mjs

@semcore/inline-input

  • Fixed Remove 4px vertical paddings.

@semcore/notice-global

  • Changed Changed type names from 'NoticeTheme' to 'NoticeGlobalTheme' so that there are no intersections with other components.

@semcore/pills

  • Changed Changed type names from 'IPopperHandlers' to 'IPillsHandlers' so that there are no intersections with other components.

@semcore/progress-bar

  • Fixed Theme prop doesn't work when styles has been post-processed

@semcore/project-create

  • Changed Updated react-final-form to 6.5.2 to support React 17.

@semcore/tag

  • Fixed Fixed non default colors resolving.

@semcore/textarea

  • Fixed Fixed textarea scroll to bottom on every resize.

@semcore/utils

  • Changed Changed type names from 'ChildrenType' to 'IfChildrenType' so that there are no intersections with other components.
    HEAD
  • Changed Update version dependency @babel/runtime.

@semcore/widget-empty

  • Changed Changed type names from 'iconNames' to 'iconNamesWidgetEmpty' so that there are no intersections with other components.

v12.1.0

31 May 10:52
50a5045
Compare
Choose a tag to compare

[12.1.0] - 2022-05-31

@semcore/button

  • Fixed Fixed width, height for size Button.
  • Fixed Fixed background-color active state for <Button use='primary' theme='warning'/>.

@semcore/feedback-form

  • Fixed Fixed Item tag property setting
  • Fixed Fixed version @babel/runtime for dependency react-final-form.

@semcore/notice

  • Changed Changed animation duration from 200ms to 250ms.
  • Changed Set prop use in deprecated. Added fallback on NoticeGlobal.
  • Changed Add styles for Close icon hover.

@semcore/notice-global

  • Added Initial release

@semcore/select

  • Fixed Fixed non-closing popper after clicking on an Option

@semcore/time-picker

  • Fixed Fixed show <Timepicker size='l' is12Hour/> (added margin right to -4px for Timepicker.Format).

@semcore/utils

  • Changed Update version dependency @babel/runtime.

@semcore/checkbox

  • Fixed Fixed problem show Checkbox in Modal (Checkbox added scroll on page).

@semcore/flags

  • BREAK Changed size flags from 14x11 to 16x16.

@semcore/icon

  • BREAK Removed icons UserGroupNo, UserShared.
  • Added Added icon GoogleCloud.
  • Added Added icon UserShared.
  • Changed Update pay icons Visa, JCB.
  • Added Added icons IndentedResult, UserSharedFirst.
  • Changed Changed icon UserGroup.

@semcore/spin

  • BREAK Removed size xxs.

@semcore/inline-input

  • Changed Moved all color definitions to themable styles.

@semcore/widget-empty

  • Added Added coffee/heat-map-chart/kagi-chart/radial-tree-chart/suggestion/under-construction illustrations.

v12.0.0

19 May 11:50
3b9598b
Compare
Choose a tag to compare

[12.0.0] - 2022-05-19

Global

  • BREAK Updated styles according to the library redesign policy.

@semcore/select

  • BREAK Removed support to used Select.InputSearch
  • BREAK Removed support properties selectedOptions, defaultSelectedOptions for Select
  • BREAK Removed support Select.OptionCheckbox
  • BREAK Select.Option.Checkbox used only two sizes l, m

@semcore/dropdown-menu

  • BREAK Removed deprecated props onSelect, optionCount, triggerType.
  • BREAK Removed value "xl" for "size".

@semcore/fullscreen-modal

  • BREAK Removed support property hidden for FullscreenModal.
  • BREAK Footer now use inside component Flex

@semcore/progress-bar

  • BREAK Removed named import "Progress" and "Bar".
  • BREAK Removed "animation" props, use "value=0".

@semcore/tooltip

  • BREAK Removed ability to pass custom color to "theme" property.
  • BREAK Removed named import "Tooltip".

@semcore/base-trigger

  • BREAK Removed value "xl" and "s" for "size".

@semcore/button

  • BREAK Removed value "xl" and "s" for "size".

@semcore/chart

  • BREAK Removed css media rules.

@semcore/checkbox

  • BREAK Removed value "xl" for "size".

@semcore/date-picker

  • BREAK Removed value "xl" for "size".

@semcore/dropdown

  • BREAK Removed deprecated prop popperStretch.

@semcore/format-text

  • BREAK Changed sizes from m/l/xl to s/m/l

@semcore/input

  • BREAK Removed value "xl"/"s"" for "size".

@semcore/pagination

  • BREAK Removed deprecated props "onPageChange"/"totalPagesFormatter"/"label"

@semcore/pills

  • BREAK Removed value "xl"/"s"" for "size".

@semcore/radio

  • BREAK Removed value "xl" for "size".

@semcore/scroll-area

  • BREAK Removed named imports.

@semcore/tab-line

  • BREAK Removed value "xl" for "size".

@semcore/tag

  • BREAK Set primary as default component theme.
  • Added Added additional theme.

@semcore/textarea

  • BREAK Removed value "xl" for "size".

@semcore/data-table

  • Fixed Fixed collapsing of header grouped cells.
  • Fixed Fixed columns width was usually not controlled by w, wMin and wMax props
  • Fixed Fixed package lost typings.

@semcore/flags

  • BREAK Changed size flags from 14x11 to 16x16.

@semcore/spin

  • BREAK Removed size xxs.

@semcore/icon

  • BREAK Removed icons UserGroupNo, UserShared.
  • Added Added icon GoogleCloud.
  • Added Added icon UserShared.
  • Changed Update pay icons Visa, JCB.
  • Added Added icons IndentedResult, UserSharedFirst.
  • Changed Changed icon UserGroup.

@semcore/side-panel

  • Added Added children components Header, Footer, Body, Back, Title for SidePanel.

@semcore/skeleton

  • Added Added skeleton for Radial Tree chart.

@semcore/widget-empty

  • Added Added coffee/heat-map-chart/kagi-chart/radial-tree-chart/suggestion/under-construction illustrations.

@semcore/inline-input

  • Changed Moved all color definitions to themable styles.

@semcore/utils

  • Fixed Synced dependencies versions to remove duplicates in the single export package.
  • Added Added light function for increasing l axes in hsl color space of rgb(a) and hex colors
  • Fixed Removed react warning when accessing "ref" property