Py-chalk-it

Latest version: v0.8.4

Safety actively analyzes 714792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 7

0.7.2

What's Changed
* solve issue 486 by bengaid in https://github.com/ifpen/chalk-it/pull/487
* fix issue 488 by bengaid in https://github.com/ifpen/chalk-it/pull/489
* solve issue 360 by bengaid in https://github.com/ifpen/chalk-it/pull/490


**Full Changelog**: https://github.com/ifpen/chalk-it/compare/v0.7.1...v0.7.2

0.7.1

What's Changed
* Fix chalkit.show/hide widget issues with z-order by bengaid in https://github.com/ifpen/chalk-it/pull/483
* minor improvement for issue 482 by bengaid in https://github.com/ifpen/chalk-it/pull/484
* restore old page conventions : 1,2,3 instead of 0,1,2 ... by bengaid in https://github.com/ifpen/chalk-it/pull/485


**Full Changelog**: https://github.com/ifpen/chalk-it/compare/v0.7.0...v0.7.1

0.7.0

Major version with complete rewriting of the dahboard scaling system.

What's Changed
* Feat/color_list_420 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/431
* 349 review scaling algorithms implementation by TristanBartement in https://github.com/ifpen/chalk-it/pull/433
* Feat/upgrade_jquery by GhilesHideur in https://github.com/ifpen/chalk-it/pull/415
* build(deps): bump jquery from 2.2.4 to 3.7.1 in /front-end in the npm_and_yarn group across 1 directory by dependabot in https://github.com/ifpen/chalk-it/pull/399
* Feat/limit_selection_377 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/434
* feat: refactor "select flat ui" plugin code 430 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/440
* fix: "multi-selection” widget display in view mode 439 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/441
* fix: center the content of the "multiselect" widget 439 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/444
* fix: rendering of "select" widget at runtime 430 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/445
* style: correction of the search result text in the datanode panel 408 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/447
* Do not touch the selection when loading a dashboard by TristanBartement in https://github.com/ifpen/chalk-it/pull/449
* widgets default dimensions changed to pixel, instead of viewport by bengaid in https://github.com/ifpen/chalk-it/pull/451
* upgrade demos and templates to xdash 4.000 xprjson version (issue 452) by bengaid in https://github.com/ifpen/chalk-it/pull/454
* 455 setting a dashboard size with 0 margins does not work by TristanBartement in https://github.com/ifpen/chalk-it/pull/457
* Define buttons as just buttons. by TristanBartement in https://github.com/ifpen/chalk-it/pull/458
* 450 run with command chalk it render myxprjson by TristanBartement in https://github.com/ifpen/chalk-it/pull/460
* 461 showhidedisableenable widget functions do not work by TristanBartement in https://github.com/ifpen/chalk-it/pull/462
* 463 multiple z order problems by TristanBartement in https://github.com/ifpen/chalk-it/pull/464
* Correct invalid name by TristanBartement in https://github.com/ifpen/chalk-it/pull/466
* currentPage is needed when creating widgets by TristanBartement in https://github.com/ifpen/chalk-it/pull/469
* Split datanodes creation from the scheduler start by TristanBartement in https://github.com/ifpen/chalk-it/pull/470
* 'link' elements use 'href', not 'src' by TristanBartement in https://github.com/ifpen/chalk-it/pull/472
* Dashboard's margins do not use HTML padding in view mode by TristanBartement in https://github.com/ifpen/chalk-it/pull/474
* fix issue 426 by bengaid in https://github.com/ifpen/chalk-it/pull/476
* assignValueChangeHandlers needs "constants" datanodes processed by TristanBartement in https://github.com/ifpen/chalk-it/pull/477
* remove old scaling paragraphs by bengaid in https://github.com/ifpen/chalk-it/pull/478


**Full Changelog**: https://github.com/ifpen/chalk-it/compare/v0.6.1...v0.7.0

0.6.1

What's Changed
* build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by dependabot in https://github.com/ifpen/chalk-it/pull/401
* build(deps): bump papaparse from 4.6.3 to 5.2.0 in /front-end in the npm_and_yarn group across 1 directory by dependabot in https://github.com/ifpen/chalk-it/pull/396
* build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by dependabot in https://github.com/ifpen/chalk-it/pull/400
* 404 fix dev env requirements and docs by bengaid in https://github.com/ifpen/chalk-it/pull/405
* fix: plugin of table widget by GhilesHideur in https://github.com/ifpen/chalk-it/pull/406
* fix: descriptor schema by GhilesHideur in https://github.com/ifpen/chalk-it/pull/407
* fix: table widget by GhilesHideur in https://github.com/ifpen/chalk-it/pull/410
* Feat/binary_file_export_350 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/409
* solve issue 414 : remove Vega from docs by bengaid in https://github.com/ifpen/chalk-it/pull/416
* fix issue 413 by bengaid in https://github.com/ifpen/chalk-it/pull/417
* fix issue 412 by bengaid in https://github.com/ifpen/chalk-it/pull/418
* update screenshots for e2e by bengaid in https://github.com/ifpen/chalk-it/pull/421
* build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by dependabot in https://github.com/ifpen/chalk-it/pull/403
* Fix Docker file error by bengaid in https://github.com/ifpen/chalk-it/pull/425
* Fix/table_widget_411 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/428

New Contributors
* dependabot made their first contribution in https://github.com/ifpen/chalk-it/pull/401

**Full Changelog**: https://github.com/ifpen/chalk-it/compare/v0.6.0...v0.6.1

0.6.0

Main changes
Major upgrade with new ES6 JavaScript Syntax and Webpack bundling. Credits go to TristanBartement
Notable performance improvements


Other features and fixes
* Fix/issue_361 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/364
* fix: plotly widgets 362 by GhilesHideur in https://github.com/ifpen/chalk-it/pull/365
* Style/code_formatting by GhilesHideur in https://github.com/ifpen/chalk-it/pull/366
* Fix/doc by GhilesHideur in https://github.com/ifpen/chalk-it/pull/370
* Es6_webpack by GhilesHideur in https://github.com/ifpen/chalk-it/pull/371
* fix: guided tour by GhilesHideur in https://github.com/ifpen/chalk-it/pull/375
* Fix/dashboard_issues by GhilesHideur in https://github.com/ifpen/chalk-it/pull/376
* Fix/scaling-methods by GhilesHideur in https://github.com/ifpen/chalk-it/pull/379
* feat: update eslint configs by GhilesHideur in https://github.com/ifpen/chalk-it/pull/380
* fix: icon paths in prod and develop modes by GhilesHideur in https://github.com/ifpen/chalk-it/pull/381
* Fix/doc_paths by GhilesHideur in https://github.com/ifpen/chalk-it/pull/382
* fix: doc paths in prod mode by GhilesHideur in https://github.com/ifpen/chalk-it/pull/384
* Merge "merge_integration" into "main" by GhilesHideur in https://github.com/ifpen/chalk-it/pull/385
* fix e2e by bengaid in https://github.com/ifpen/chalk-it/pull/386
* Still fixing e2e by bengaid in https://github.com/ifpen/chalk-it/pull/387
* fix: project rendering in “runtime" by GhilesHideur in https://github.com/ifpen/chalk-it/pull/389
* Merge integration by GhilesHideur in https://github.com/ifpen/chalk-it/pull/390
* 383 add more features in tables by abirEF in https://github.com/ifpen/chalk-it/pull/392
* update default values for paginated table by bengaid in https://github.com/ifpen/chalk-it/pull/393
* Merge "Integration" into "main" by GhilesHideur in https://github.com/ifpen/chalk-it/pull/394
* fix undesired reinit by bengaid in https://github.com/ifpen/chalk-it/pull/395


**Full Changelog**: https://github.com/ifpen/chalk-it/compare/v0.5.6...v0.6.0

0.5.6

- Fix issue 361 by GhilesHideur
- Fix issue 362 by GhilesHideur

**Full Changelog**: https://github.com/ifpen/chalk-it/compare/v0.5.5...v0.5.6

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.