UUI icon indicating copy to clipboard operation
UUI copied to clipboard

[Slider]: fixed floating number point problem, like 0.1 + 0.2

Open vik753 opened this issue 1 year ago • 1 comments

…ome tests

Issue link(if exists): https://github.com/epam/UUI/issues/2078

Description: [Slider]: fixed floating number point problem, like 0.1 + 0.2, made some tests

vik753 avatar Mar 28 '24 15:03 vik753

Generated by: track-bundle-size
Generated at: Thu, 28 Mar 2024 15:59:22 GMT
Bundle size diff (in kBytes). Not gzipped. Both CSS & JS included.
Baseline: v5.6.1 (2024-03-05)
CI Status: ok

Module Baseline Size
(v5.6.1)
Size Diff Within
Threshold
Threshold
(min - max)
templateApp 1041.48 1044.28 +2.8
js:+2.02
css:+0.78
:ok: 937.33 - 1145.63
@epam/app 6402.7 6599.37 +196.68
js:+193.61
css:+3.07
:ok: 5762.42 - 7042.96
@epam/draft-rte 53.77 53.77 0
js:0
css:0
:ok: 48.39 - 59.15
@epam/electric 4.46 4.46 0
js:0
css:0
:ok: 4.02 - 4.91
@epam/promo 55.29 55.12 -0.16
js:+0.05
css:-0.21
:ok: 49.75 - 60.81
@epam/uui-extra 0.21 0.21 0
js:0
css:0
:ok: 0.19 - 0.23
@epam/loveship 101.41 101.19 -0.23
js:+0.01
css:-0.24
:ok: 91.27 - 111.55
@epam/uui-components 269.68 272.37 +2.7
js:+2.61
css:+0.09
:ok: 242.71 - 296.64
@epam/uui-core 273.65 274.17 +0.51
js:+0.51
css:0
:ok: 246.29 - 301.02
@epam/uui-db 42.31 42.31 0
js:0
css:0
:ok: 38.08 - 46.54
@epam/uui-docs 174.98 169.57 -5.4
js:-4.89
css:-0.5
:ok: 157.47 - 192.47
@epam/uui-editor 157.65 173.28 +15.63
js:+15.93
css:-0.29
:ok: 141.89 - 173.42
@epam/uui-timeline 47.19 47.19 +0
js:+0
css:+0
:ok: 42.47 - 51.91
@epam/uui 580.2 581.97 +1.76
js:+1.11
css:+0.65
:ok: 522.18 - 638.23
new sizes (raw)

To set the sizes as a new baseline, you can copy/paste next content to the uui-build/config/bundleSizeBaseLine.json and commit the file.

{
  "version": "5.7.0",
  "timestamp": "2024-03-28",
  "sizes": {
    "templateApp": {
      "css": 284739,
      "js": 784600
    },
    "@epam/app": {
      "css": 1617524,
      "js": 5140233
    },
    "@epam/draft-rte": {
      "css": 9759,
      "js": 45301
    },
    "@epam/electric": {
      "css": 2275,
      "js": 2298
    },
    "@epam/promo": {
      "css": 40354,
      "js": 16091
    },
    "@epam/uui-extra": {
      "css": 0,
      "js": 213
    },
    "@epam/loveship": {
      "css": 49455,
      "js": 54155
    },
    "@epam/uui-components": {
      "css": 22223,
      "js": 256689
    },
    "@epam/uui-core": {
      "css": 0,
      "js": 280745
    },
    "@epam/uui-db": {
      "css": 0,
      "js": 43327
    },
    "@epam/uui-docs": {
      "css": 3095,
      "js": 170551
    },
    "@epam/uui-editor": {
      "css": 12639,
      "js": 164804
    },
    "@epam/uui-timeline": {
      "css": 2255,
      "js": 46074
    },
    "@epam/uui": {
      "css": 273194,
      "js": 322740
    }
  }
}

Generated by: generate-components-api
CI Status: ok

Total amount of exported types/props without JSDoc comments

Amount
Types 279 (+0) :ok:
Props 286 (+0) :ok:

github-actions[bot] avatar Mar 28 '24 16:03 github-actions[bot]