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.1.0 #617

Merged
merged 33 commits into from
Jul 25, 2023
Merged

Release 1.1.0 #617

merged 33 commits into from
Jul 25, 2023

Commits on Jun 27, 2023

  1. Auto update documentation

    Piral Release Bot committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b49729e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Corrected typo

    FlorianRappl committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    155361a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    85ecbe6 View commit details
    Browse the repository at this point in the history
  2. Fixed codegen

    FlorianRappl committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    00a7547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c9b34d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a25a97f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    1775391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a8847 View commit details
    Browse the repository at this point in the history
  3. Improved menu types

    FlorianRappl committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8d43620 View commit details
    Browse the repository at this point in the history
  4. Improved cyclic deps

    FlorianRappl committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ad2e5ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a81a4f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    c68d537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c23913 View commit details
    Browse the repository at this point in the history
  3. added more tests

    Flouwrian committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6e534dc View commit details
    Browse the repository at this point in the history
  4. prettier

    Flouwrian committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    84a6f7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd481c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a0d55a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #614 from smapiot/feature/dynamic-breadcrumbs-issu…

    …e-610
    
    feature: #610 dynamic Breadcru…
    FlorianRappl committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d8e1c4b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Bump semver from 5.7.1 to 5.7.2

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d975a9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #615 from smapiot/dependabot/npm_and_yarn/semver-5…

    ….7.2
    
    Bump semver from 5.7.1 to 5.7.2
    FlorianRappl committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    dbc28ca View commit details
    Browse the repository at this point in the history
  3. Ignore rejecting URLs

    FlorianRappl committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4e20321 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Enhanced path resolution

    FlorianRappl committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3019e5e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Updated webpack deps

    FlorianRappl committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0832836 View commit details
    Browse the repository at this point in the history
  2. Bump word-wrap from 1.2.3 to 1.2.4

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e4e3afe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #616 from smapiot/dependabot/npm_and_yarn/word-wra…

    …p-1.2.4
    
    Bump word-wrap from 1.2.3 to 1.2.4
    FlorianRappl committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c07aa61 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Added conflict lib

    FlorianRappl committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    560f180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d5d80 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    3630312 View commit details
    Browse the repository at this point in the history
  2. Updated documentation

    FlorianRappl committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    da5f369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    debc9aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6579ac3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    9c8f296 View commit details
    Browse the repository at this point in the history
  2. PR suggestions

    FlorianRappl committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9f8645d View commit details
    Browse the repository at this point in the history