Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 5.2 #2113

Merged
merged 11 commits into from
Mar 17, 2022
Merged

Release version 5.2 #2113

merged 11 commits into from
Mar 17, 2022

Commits on Mar 17, 2022

  1. Add "backgroundImageUrl" and custom css properties for controlling ba…

    …ckground of the card component (#2047)
    
    * ✨ Make it possible to set & control card bg image
    
    * ✨ Add 'backgroundImageUrl' input property to card
    
    * 📝 Document background-image related API
    
    * 📝 Reword table text & remove type column
    
    * 📝 Add card with background image examples
    
    * 🚚 Move all card examples to a shared module
    
    * ✅ Add tests for backgroundImageUrl
    
    * 🖊️ Uppercase CSS in documentation
    
    Co-authored-by: Jesper Kaltoft Vind <[email protected]>
    
    * 📝 Expand documentation on card background image
    
    I've attempted expanding the documentation such that it explains the pros and cons of each method.
    
    * 📝 Modify css background example to use media queries
    
    Co-authored-by: Jesper Kaltoft Vind <[email protected]>
    2 people authored and RasmusKjeldgaard committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    008a771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb3319 View commit details
    Browse the repository at this point in the history
  3. Make it possible to use time scale as a custom option for chart (#2082)

    * Reintroduce TimeScale for ChartJS
    
    With stock charts we need Time Cartesian Axis for
    comparison of securities.
    
    When using time as X scale type we need a way providing
    zero labels (an empty array), since these are autogenerated
    by TimeScale. In chart-js.service the
    method labelsToApply needs a way of returning []
    
    * ✨ Allow an empty array to disable labels
    
    * 🔥 Remove log statements
    
    * ✨ Make it possible to bypass default labels for stock
    
    Co-authored-by: Mads Buchmann Frederiksen <[email protected]>
    2 people authored and RasmusKjeldgaard committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    67472ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c9ca91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    022d7e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86b7a23 View commit details
    Browse the repository at this point in the history
  7. 🐛 Push scaling of header to next cycle (#2111)

    With setTimeout we can avoid ResizeObserver loop exceeded
    warnings. These are hidden by browsers, but can be picked up
    by frontend error logging services.
    
    It most likely happens because the ResizeObserver observes repeated
    size changes before the original scaleHeader callback has finished.
    RasmusKjeldgaard committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    886c2a4 View commit details
    Browse the repository at this point in the history
  8. ⬆️ Bump follow-redirects from 1.14.7 to 1.14.8 (#2049)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and RasmusKjeldgaard committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    1bff549 View commit details
    Browse the repository at this point in the history
  9. ⬆️ Bump prismjs from 1.25.0 to 1.27.0 (#2070)

    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](PrismJS/prism@v1.25.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and RasmusKjeldgaard committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    8f6a993 View commit details
    Browse the repository at this point in the history
  10. ⬆️ Bump url-parse from 1.5.3 to 1.5.10 (#2071)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.5.3...1.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    443a3ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    334a645 View commit details
    Browse the repository at this point in the history