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: CoCreate-app/CoCreate-css-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.29
Choose a base ref
...
head repository: CoCreate-app/CoCreate-css-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 14, 2023

  1. bump @cocreate dependencies

    frankpagan committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    615c8b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Aug 3, 2023

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

Commits on Aug 4, 2023

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

Commits on Aug 9, 2023

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

Commits on Aug 12, 2023

  1. feat: element.setValue and Remove unused import statement and optimiz…

    …e code for joining parsedCSS and linkCSS arrays into a single string with unique values. Also, remove unused code related to saving the linkTag.
    frankpagan committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4e0affd View commit details
    Browse the repository at this point in the history
  2. fix: Remove redundant dependency

    This commit removes a redundant dependency, specifically "@cocreate/crud-client", from the package.json file.
    frankpagan committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ca37c3a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    6382cc5 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.8.0 [skip ci]

    # [1.8.0](v1.7.29...v1.8.0) (2023-08-16)
    
    ### Bug Fixes
    
    * crud attributes renamed ([4e317ef](4e317ef))
    * Remove redundant dependency ([ca37c3a](ca37c3a))
    * replace -target -selector ([345d8af](345d8af))
    * webpack.config and package.json make use of mode=production instead of process.env ([6382cc5](6382cc5))
    
    ### Features
    
    * element.setValue and Remove unused import statement and optimize code for joining parsedCSS and linkCSS arrays into a single string with unique values. Also, remove unused code related to saving the linkTag. ([4e0affd](4e0affd))
    * getValue function and use element.save() to execute crud save ([d2a289f](d2a289f))
    * name attribute and variable renamed to key ([3a130e3](3a130e3))
    semantic-release-bot committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d0e9a62 View commit details
    Browse the repository at this point in the history
Loading