facioquo / stock-charts

Stock charting website that demonstrates the Skender.Stock.Indicators NuGet package. It's an Angular website with a .NET Web API for backend generation of indicators.
https://charts.StockIndicators.dev
Apache License 2.0
65 stars 25 forks source link

[Snyk] Upgrade @ng-matero/extensions from 16.2.0 to 16.3.2 #307

Closed DaveSkender closed 8 months ago

DaveSkender commented 9 months ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @ng-matero/extensions from 16.2.0 to 16.3.2.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **3 versions** ahead of your current version. - The recommended version was released **a month ago**, on 2023-12-20.
Release notes
Package name: @ng-matero/extensions
  • 16.3.2 - 2023-12-20

    Bug Fixes

    • grid: fix density for expand-button and checkbox
    • grid: fix overflow for column menu content
  • 16.3.1 - 2023-12-13

    Bug Fixes

    • select: fix event param undefined (#271)
  • 16.3.0 - 2023-12-08

    BREAKING CHANGES

    • grid: remove the image preview feature, you can achieve it with the directive mtxPhotoviewer.

      <mtx-grid [data]="list" 
                [columns]="columns" 
                [cellTemplate]="{avatar: avatarTpl}" />
      
      <ng-template #avatarTpl let-row>
        <img class="mtx-grid-img" mtxPhotoviewer [src]="row.avatar" alt="">
      </ng-template>

    Features

    • add new module MtxPhotoviewerModule. If you want to use the module, you should import the styles by yourself.

      import { MtxPhotoviewerModule } from '@ ng-matero/extensions/photoviewer';
      @ use 'photoviewer';
    • grid: add new event rowContextMenu (context menu example) (#189)

    • popover: add new option hideArrow (#269)

    • column-resize: rebuild theme with tokens

  • 16.2.0 - 2023-11-26

    BREAKING CHANGES

    • remove mtx-slider, please use mat-slider instead

    • grid: remove photoviewer styles in theming file. If you want to use the image preview feature, you should import the styles by yourself.

      +  @ use 'photoviewer';
    • grid: rename rowSelectionChange to rowSelectedChange, so it supports two-way binding

      <mtx-grid [(rowSelected)]="rowSelected" />
    • grid: rename cellSelectionChange to cellSelectedChange

    Features

    • alert: rebuild theme with tokens and improve dark colors
    • colorpicker: rebuild theme with tokens
    • datetimepicker: rebuild theme with tokens and support mat-form-field color
    • drawer: rebuild theme with tokens
    • grid: rebuild theme with tokens
    • loader: rebuild theme with tokens
    • popover: rebuild theme with tokens
    • progress: rebuild theme with tokens and improve dark colors
    • select: rebuild theme with tokens and support mat-form-field color
    • split: rebuild theme with tokens
from @ng-matero/extensions GitHub release notes
Commit messages
Package name: @ng-matero/extensions
  • bde513a chore(multiple): remove unused styles
  • 68cc758 fix(grid): fix row density and column menu overflow
  • 2241aa9 chore: add v16 tag for publish
  • 0a8832c chore: release 16.3.1
  • 5008150 fix(select): fix event param undefined (#271)
  • f56d36d chore(dev-app): remove slider route
  • bc79f0a chore(vscode): update settings
  • ed64898 chore: release 16.3.0
  • 5c2bab6 docs(popover): add `hideArrow` example and update API
  • 8595c34 docs(grid): add `rowContextMenu` example and update API
  • 29d2d9d docs: add photoviewer examples and improve some styles
  • 0ca0834 refactor(photoviewer): rename `mtxPhotoViewer` to `mtxPhotoviewer`
  • e5b77e5 feat(popover): add `hideArrow` option (#269)
  • ddc65b4 feat(grid): add `rowContextMenu` event (#189)
  • d2add2f refactor(column-resize): rebuild theme with tokens and remove IE11 compatible codes
  • bcad450 refactor(photoviewer): execute close on destroy and update version
  • a888d4a refactor(photoviewer): add embed option
  • 8608b1a chore(grid): remove pointer cursor for img
  • 22eed2f refactor(grid): remove image-preview feature
  • 4d030f2 feat: add photoviewer module and test demo
  • 5fd1632 chore: release 16.2.0
Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/daveskender/project/a60df058-ce82-4f3a-971d-547bde433f82?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/daveskender/project/a60df058-ce82-4f3a-971d-547bde433f82/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/daveskender/project/a60df058-ce82-4f3a-971d-547bde433f82/settings/integration?pkg=@ng-matero/extensions&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)