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: 1.11.0 #671

Merged
merged 11 commits into from
Jun 27, 2024
Merged

release: 1.11.0 #671

merged 11 commits into from
Jun 27, 2024

Commits on Jun 5, 2024

  1. Feat/cdep 3325 types for icon names (#642)

    * feat(icon): generate IconName type
    
    * feat(icon): update import to use new type
    
    * chore(types): update comments
    
    ---------
    
    Co-authored-by: Jonatan Malm <[email protected]>
    mistermalm and Jonatan Malm authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8d6cb56 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. docs: added angular-17 installation guide (#644)

    * docs: added angular-17 instalation guide
    
    * Update packages/core/src/stories/Installation/angular-17.stories.ts
    
    Co-authored-by: mJarsater <[email protected]>
    
    ---------
    
    Co-authored-by: mJarsater <[email protected]>
    theJohnnyMe and mJarsater authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4df441d View commit details
    Browse the repository at this point in the history
  2. Release of @scania/[email protected] (#654)

    Co-authored-by: timrombergjakobsson <[email protected]>
    github-actions[bot] and timrombergjakobsson authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6f8b380 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1b37a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    ba5badd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. feat(footer): add compact footer property (#651)

    * feat: add compact footer property
    
    * Update packages/core/src/components/footer/footer.tsx
    
    Co-authored-by: mJarsater <[email protected]>
    
    * fix: adds curly bracked ,mistakenly removed by review suggestion
    
    * Update packages/core/src/components/footer/footer.tsx
    
    Then we do not need additional prop, but pretty much we follow similar logic we have for top slot.
    If there is no slotted content, we will not render that part of a component at all?
    
    Co-authored-by: theJohnnyMe <[email protected]>
    
    * fix: delete compact prop in Update footer.tsx
    
    * chore: removes left-overs after logic change
    
    * fix(footer): position end slot in case its alone
    
    * docs(footer): added controls for start and end slot, updated description
    
    ---------
    
    Co-authored-by: hvar7b <[email protected]>
    Co-authored-by: mJarsater <[email protected]>
    Co-authored-by: theJohnnyMe <[email protected]>
    4 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5b4c973 View commit details
    Browse the repository at this point in the history
  2. docs: creating a component & docs update (#633)

    * docs: creating a component
    
    * docs: documentation update
    
    * chore: nathalies comments update
    
    * Update CREATING-COMPONENT.md
    
    Co-authored-by: Nathalie Lindqvist <[email protected]>
    
    * Update CREATING-COMPONENT.md
    
    Co-authored-by: Nathalie Lindqvist <[email protected]>
    
    * Update UPDATING-DOCS.MD
    
    Co-authored-by: Nathalie Lindqvist <[email protected]>
    
    * Update UPDATING-DOCS.MD
    
    Co-authored-by: Nathalie Lindqvist <[email protected]>
    
    * Update UPDATING-DOCS.MD
    
    Co-authored-by: Nathalie Lindqvist <[email protected]>
    
    * Update UPDATING-DOCS.MD
    
    Co-authored-by: Nathalie Lindqvist <[email protected]>
    
    * docs: aligning tech document
    
    * Update CREATING-COMPONENT.md
    
    Co-authored-by: Tim <[email protected]>
    
    ---------
    
    Co-authored-by: Nathalie Lindqvist <[email protected]>
    Co-authored-by: Tim <[email protected]>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ec2a413 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#655)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      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 Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d928e5f View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump ws from 8.14.1 to 8.17.1 in /packages/core (#660)

    Bumps [ws](https://github.com/websockets/ws) from 8.14.1 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.14.1...8.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      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 Jun 25, 2024
    Configuration menu
    Copy the full SHA
    32c9ab3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. feat(grid): new grid (#663)

    * feat(grid): proof of concept
    
    * feat(grid): updated css
    
    * fix(grid): splitted css for ship/demo
    
    * fix(grid): swapped default state
    
    * feat(grid): removed container width from shipping
    
    * fix(grid): renaming old grid
    
    * docs(grid): depreaction story
    
    * fix(grid): removed redundant styling
    
    * fix(grid): splitted fixed and fluid stories
    
    * fix(grid): comments for media queries
    
    * fix(grid): updated css property to use new standard
    
    * feat(grid): proof of concept
    
    * feat(grid): updated css
    
    * fix(grid): splitted css for ship/demo
    
    * fix(grid): swapped default state
    
    * feat(grid): removed container width from shipping
    
    * fix(grid): renaming old grid
    
    * docs(grid): depreaction story
    
    * fix(grid): remove duplicate import
    
    ---------
    
    Co-authored-by: Jonatan Malm <[email protected]>
    Co-authored-by: theJohnnyMe <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    606c1ef View commit details
    Browse the repository at this point in the history
  2. Release of @scania/[email protected] (#670)

    Co-authored-by: nathalielindqvist <[email protected]>
    github-actions[bot] and nathalielindqvist authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7ddbeb6 View commit details
    Browse the repository at this point in the history