Thanks to visit codestin.com
Credit goes to github.com

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: mixxorz/slippers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: mixxorz/slippers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 10 commits
  • 47 files changed
  • 4 contributors

Commits on Nov 19, 2022

  1. Prop types, runtime type checking, and component code (#25)

    * Add initial type checking implementation
    
    * Add warning for missing required props
    
    * Add warning for extra props
    
    * Add warnings to browser
    
    * Add prettier console logging
    
    * Fix tests
    
    * Update how optional props are defined
    
    * Refactor type checking
    
    * Update error messages
    
    * Refactor prop types to its own file
    
    * Add ComponentMarkup
    
    * Update Optional type handling
    
    * Implement component code
    
    * Add settings
    
    * Add handling for edge case
    
    * Change syntax for front matter
    
    * Fix Python compatibility issues
    
    * Rename prop_types.py -> props.py
    
    * Improve component markup split logic
    
    * Replace ComponentMarkup with extract_template_parts
    
    * Remove unused variable
    mixxorz authored Nov 19, 2022
    Configuration menu
    Copy the full SHA
    34efbed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6b567a View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

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

Commits on Dec 29, 2022

  1. Prop errors UI (#29)

    * Set up UI project
    
    * Add Slippers Error UI
    
    * Tweak styles
    
    * Output slippers errors as JSON
    
    * Ejected from CRA
    
    * Update webpack config to remove hashes and code splitting
    
    * Set webpack to output files in slippers/static
    
    * Fix UI bootstrapping
    
    * Add body scroll locking
    
    * Fix issue with displaying modal
    
    * Add build error UI build step in CI
    
    * Add tests for App.tsx
    
    * Run UI tests on CI
    
    * Add README
    mixxorz authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b3eb051 View commit details
    Browse the repository at this point in the history
  2. Bump version 0.6.0-alpha.0

    mixxorz committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    ae0eef5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Mar 4, 2023

  1. Docs: attrs tag default value (#26)

    * Adding `attrs` tips
    
    I came across this use case and it happens to work "out of the box".
    
    Perhaps this deserves additional tests before being documented?
    
    * Update docs
    jlopinto authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    efccede View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Prop errors refinement (#30)

    * Hide error overlay behind setting
    
    * Rename overlay template
    
    * Remove shell display for prop errors
    
    * Replace previous method of logging console errors
    
    * Update padding on overlay modal
    
    * Update pre-commit config
    
    * Lock typeguard version
    mixxorz authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7bbd632 View commit details
    Browse the repository at this point in the history
  2. Prep for Django 4.2 (#39)

    * Update pyproject.toml
    
    * Update tox
    
    * Pin typeguard version
    
    ---------
    
    Co-authored-by: Mitchel Cabuloy <[email protected]>
    leetrout and mixxorz authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    54a491e View commit details
    Browse the repository at this point in the history
  3. Bump version 0.6.0

    mixxorz committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3567983 View commit details
    Browse the repository at this point in the history
Loading