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: adobe/react-webcomponent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: adobe/react-webcomponent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.4
Choose a head ref
  • 13 commits
  • 10 files changed
  • 5 contributors

Commits on Nov 29, 2018

  1. Fix error when using byContentVal decorator (#3)

    * Fix error when using byContentVal decorator
    
    I was getting an error about writing to a read-only property when I used `@byContentVal`
    
    * Add a test that modifies a child’s content
    
    Add a test that modifies the content of a child that is watched using `@byContentVal` to make sure that the model updates
    cuberoot authored and alexmirea committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    8a8637c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d2456 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Add a @byContent selector for reparenting child content (#5)

    * Initial support for @byContent decorator
    
    * Convert indentation to spaces
    
    * Add beginnings of a test
    
    * Full test for @byContent decorator
    
    * Add documentation for the @byContent decorator
    
    * Change label in test
    
    * Respond to code review for byContent decorator
    cuberoot authored and alexmirea committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    d01d2d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Release 0.1.1

    alex-mirea committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    099f585 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

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

Commits on Mar 24, 2019

  1. Make the byContentVal model decorator update (#15)

    * Make the `byContentVal` model decorator update
    
    * Change indentation to spaces
    
    * Change indentation to use spaces
    cuberoot authored and alexmirea committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    9e36496 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Release 0.1.2

    alex-mirea committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    53048e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. feat: add .editorconfig (#21)

    MatissJanis authored and alexmirea committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    8840fde View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

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

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    a2fef24 View commit details
    Browse the repository at this point in the history
  2. Release 0.1.3

    alex-mirea committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    fc72f7c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    d9bdeda View commit details
    Browse the repository at this point in the history
  2. Release 0.1.4

    alex-mirea committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    5392d5f View commit details
    Browse the repository at this point in the history
Loading