Skip to content

Latest commit

 

History

History
290 lines (161 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

290 lines (161 loc) · 15.8 KB

Changelog

6.1.0 (2024-10-08)

Features

  • added style to the IconBase component to avoid by default get the title attribute on hover (a2842ab)

Vulnerabilities

  • deps-dev: bump vite from 5.4.2 to 5.4.6 (5e45295)
  • deps: bump body-parser and express (981615e)
  • deps: bump rollup from 4.21.0 to 4.22.4 (b06fe5a)

6.0.2 (2024-09-01)

Bug Fixes

6.0.1 (2024-09-01)

Bug Fixes

  • build cjs bundle (7f1f179)
  • bundle the icons processed by the react script (1b5c8f6)
  • cjs reference of each icon file in dist (5d20c83)

6.0.0 (2024-08-31)

⚠ BREAKING CHANGES

  • prefer module bundle

Features

Vulnerabilities

  • deps-dev: bump ejs from 3.1.9 to 3.1.10 (ce58472)
  • deps-dev: bump vite from 4.5.2 to 4.5.3 (f0c7f06)
  • deps-dev: bump ws from 6.2.2 to 6.2.3 (86ab7fc)
  • deps: bump braces and readdirp (0218842)

5.0.0 (2024-04-10)

⚠ BREAKING CHANGES

  • now the variables of the icon-variables.js and icon-variables.mjs from dist has a new prefix 'gi_'

Features

  • Added 'gi_' prefix to the icon variables to be used in styled components. (6ce5f8c)

Vulnerabilities

  • deps-dev: bump express from 4.18.2 to 4.19.2 (9def322)

4.1.0 (2024-03-18)

Features

  • IconBase: better default values for attributes. (f0f7f39)

4.0.0 (2024-03-08)

⚠ BREAKING CHANGES

  • removed and renamed some icons

Features

  • added 'data-name' identifier for React Icon components and removed unnecessary fill atrribuies. (253d50b)
  • icons: added icon which was previously accidentally removed. (0e28c49)
  • modified GIPlusSignAddNew icon with wider stroke and less space in canvas. (d20ad3f)
  • Icon: added accessibility attributes to the IconBase component. (c5a09bc)
  • icons: improvements for multiple icons, deleted unnecessary and created new ones. (e4d0fbc)
  • icons: Removed unnecessary icons and renamed other ones. (ba23e2c)
  • added mjs iconVariables (5cb0e29)
  • added IconContext (a61f355)
  • icons: QUV-1265 New timeline icon and deleted deprecated ones from library (f5312aa)

Vulnerabilities

  • deps-dev: bump ip from 1.1.8 to 1.1.9 (0d035af)
  • deps-dev: bump vite from 4.4.12 to 4.5.2 (2dfa3ef)
  • deps-dev: bump vite from 4.4.9 to 4.4.12 (b951aae)
  • deps-dev: bump @babel/traverse from 7.22.11 to 7.23.2 (47d32c0)
  • deps-dev: bump postcss from 8.4.29 to 8.4.31 (035eee6)
  • deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (#17) (71d8eb2)

Bug Fixes

  • icons: modified size and alignment with the canvas of two filled icons. (88fad2f)
  • Icon: fixed the default size management in the IconBase component. (cfc4352)
  • Icon: fixed typo. (9f901cf)
  • added default size for avoid big icons (d520ee7)
  • icons: added title attribute to new icons. (278c962)
  • type of IconContext (b38c6e8)
  • var reference on index for umd syntax (6e28fed)
  • remove the package exports limitations (e1e23ae)
  • mismatch reference (2ae8e87)
  • some icons with bad name (1c53aa5)

3.8.0 (2024-02-29)

⚠ DO NOT USE - Deprecated

3.7.0 (2024-02-27)

⚠ DO NOT USE - Deprecated

3.6.0 (2024-01-02)

⚠ DO NOT USE - Deprecated

3.5.0 (2023-11-14)

⚠ DO NOT USE - Deprecated

3.4.2 (2023-11-14)

⚠ DO NOT USE - Deprecated

3.4.1 (2023-11-13)

⚠ DO NOT USE - Deprecated

3.4.0 (2023-11-13)

⚠ DO NOT USE - Deprecated

3.3.0 (2023-11-07)

⚠ DO NOT USE - Deprecated

3.2.2 (2023-09-08)

⚠ DO NOT USE - Deprecated

3.2.1 (2023-09-07)

⚠ DO NOT USE - Deprecated

3.2.0 (2023-09-02)

⚠ DO NOT USE - Deprecated

3.1.2 (2023-08-31)

⚠ DO NOT USE - Deprecated

3.1.1 (2023-08-30)

⚠ DO NOT USE - Deprecated

3.1.0 (2023-07-19)

⚠ DO NOT USE - Deprecated

3.0.1 (2023-05-12)

Bug Fixes

  • icons: QUV-712 Renamed '360_degrees' icon to 'turn_360_degrees' to avoid problems with JS (b481e56)

3.0.0 (2023-05-12)

⚠ BREAKING CHANGES

  • icons: QUV-712 Rename '360' icon to '360_degrees'

Features

  • icons: QUV-712 Rename '360' icon to '360_degrees' (42199a5)

Vulnerabilities

  • deps: bump vm2 from 3.9.16 to 3.9.17 (#13) (e4290ca)

2.2.0 (2023-04-13)

Features

  • export IconType declaration (70274ad)

2.1.5 (2023-03-24)

Bug Fixes

  • vulns: json5 ≥ 1.0.2 & loader-utils ≥ 1.4.2 QUV-455 (#6) (2c169f5)

2.1.4 (2023-01-10)

2.1.3 (2023-01-04)

2.1.2 (2022-12-15)

Bug Fixes

  • added missing props to icons (8542f22)

2.1.1 (2022-12-14)

Bug Fixes

  • svgToFont: pass line-height to generic class (174fb31)

2.1.0 (2022-11-25)

Features

  • fonts: not to use an specific value for the default font-size of the icons (ece609a)

2.0.0 (2022-11-15)

⚠ BREAKING CHANGES

  • removed bad icons

Bug Fixes

1.0.0 (2022-10-06)

Features

  • Added copy class name functionality (15e7be9)
  • Added copy React component functionality (56eb00c)
  • Added download SVG functionality (4d4f81d)
  • Added more generation formats (8bca1a6)
  • Changed font name to generic (ab3b3c3)
  • Changed icons prefix to Genesys (d816c1d)
  • icons: Added all the icons in svg format. Removed the previous temporary icons and added their tags to the equivalent ones (49e1391)
  • Last renamings from Dali to Genesys (22454e8)
  • Removed static docs build (315ac9b)
  • Reverting success buttons after 4s (75dadf7)
  • Storybook: added global styles and optimized gallery view (a757776)
  • storybook: improvements for storybook icons gallery (fdd662a)

Bug Fixes

  • Changed existing icons tags label name (a7178c8)
  • Changed labels tag name (a708807)
  • Closing popper when clicking on the already selected icon (7c44e33)
  • Displayed correct classes format (7e17562)
  • Improved deselect item behavior (0f95025)
  • Improved lint script (a4dc614)
  • Item color fix (1341a9f)
  • Minor detail text fix (e2de78a)
  • Popper dynamic position (ab9d500)
  • Popper visual fixes (feb99a5)
  • Recovered icon displayed inside popper (7ba6c54)
  • Reduced restore time (a4173db)
  • Reduced restore time (e53c855)
  • Removed '#' character for icons with no tags (bbabc9a)
  • Removed trash folder (72d9901)
  • Set right value for invalid tag in filter (0d42dc3)

Reverts

  • Revert "ci: Removed cache use at release job" (7ece50b)
  • Revert "ci: Changed Pages deploy method" (4ae5f16)