Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: process-analytics/bpmn-visualization-R
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: process-analytics/bpmn-visualization-R
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 17 commits
  • 26 files changed
  • 4 contributors

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    e781c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8be911 View commit details
    Browse the repository at this point in the history
  3. chore: ensure that the PR title follows "Conventional Commits" (#203)

    Related changes:
    - Add a dedicated workflow to enforce the rule. It runs on
    `pull_request_target` to handle PR created by Dependabot and from fork
    repositories.
      - Dependabot configuration: change PR title prefix.
    - Update the GitHub workflows that create commits and PR. They now
    follow "conventional commits".
      - Update the release process documentation.
    tbouffard authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    2587da3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. docs: update the documentation after CRAN publication (#205)

    - add badges in the `README.md` and `index.md` for **CRAN** publication
    - update _how to install_ from **CRAN** in the `README.md` and `index.md`
    - update comments
    csouchet authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    de0cac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c16b7a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    757473a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 13, 2023

  1. feat(overlay): allow to set the overlay style (#207)

    - Add new functions to style an overlay: `create_fill`, `create_font`, `create_stroke` & `create_style`
    - Add new parameter on `display` function: `enableDefaultOverlayStyle`.
    If no style is set on an overlay, and this parameter is set to `TRUE`, the default style will be applied to the overlay.
    - Update the documentation
    - Update the generated documentation
    - Add tests
    csouchet authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f84afca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb1ad3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5bcfbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ec7beb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    751947f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40bdebf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e8d75 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    94244de View commit details
    Browse the repository at this point in the history
  2. docs: add more examples for styles and positions of overlays (#218)

    Highlight the default positions and styles in a dedicated example.
    tbouffard authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9cd9a10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6f1dff View commit details
    Browse the repository at this point in the history
Loading