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: WebDevStudios/wds-blocks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.6
Choose a base ref
...
head repository: WebDevStudios/wds-blocks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Sep 21, 2018

  1. Copy the full SHA
    20fa2e5 View commit details
  2. fixes output renderer

    jomurgel committed Sep 21, 2018
    Copy the full SHA
    9970bc3 View commit details
  3. Copy the full SHA
    c102e41 View commit details
  4. Copy the full SHA
    fa110b8 View commit details
  5. Copy the full SHA
    3a080eb View commit details
  6. import lodash

    jomurgel committed Sep 21, 2018
    Copy the full SHA
    12f0e93 View commit details
  7. removes stringify

    jomurgel committed Sep 21, 2018
    Copy the full SHA
    f682d41 View commit details
  8. Copy the full SHA
    688eac8 View commit details
  9. Copy the full SHA
    a725934 View commit details
  10. Copy the full SHA
    849d2d0 View commit details
  11. Copy the full SHA
    3e60aff View commit details
  12. updates data check

    jomurgel committed Sep 21, 2018
    Copy the full SHA
    0e55260 View commit details
  13. adds data check for select

    jomurgel committed Sep 21, 2018
    Copy the full SHA
    2ebd648 View commit details
  14. builds

    jomurgel committed Sep 21, 2018
    Copy the full SHA
    efc0709 View commit details

Commits on Oct 1, 2018

  1. Bug/#61 font colors backend (#62)

    * Updates the block title component to retain the set font color when editing the title
    
    * Adds a has-custom-font-color class if a custom font color is set
    
    * Overrides the p tag styles if a color is set
    
    * Adds custom font color class to PHP-rendered blocks
    
    * Adds font color class to search edit component
    
    * Adds font color class to two-column block
    
    * Adds font color class to recent posts
    
    * Adds font color class to hero
    
    * Adds font color class to default block
    
    * Adds font color class to CTA
    
    * Compiles
    coreymcollins authored and gregrickaby committed Oct 1, 2018
    Copy the full SHA
    1401e0f View commit details

Commits on Oct 2, 2018

  1. Copy the full SHA
    8b5eb41 View commit details
  2. Copy the full SHA
    e7d419e View commit details

Commits on Oct 3, 2018

  1. Removes an empty space

    coreymcollins committed Oct 3, 2018
    Copy the full SHA
    8200def View commit details

Commits on Oct 4, 2018

  1. Copy the full SHA
    84fb1a6 View commit details
  2. Builds JS

    coreymcollins committed Oct 4, 2018
    Copy the full SHA
    680dc50 View commit details
  3. Copy the full SHA
    bfc3e74 View commit details
  4. Actually, put those commas back. I think the linting in this plugin/m…

    …y local is off from our own standards
    coreymcollins committed Oct 4, 2018
    Copy the full SHA
    d9f5f10 View commit details
  5. Copy the full SHA
    b88d5b5 View commit details
  6. Merge pull request #71 from WebDevStudios/hotfix/#63-replace-withapidata

    Hotfix/#63 replace withapidata
    jomurgel authored Oct 4, 2018
    Copy the full SHA
    141c9b0 View commit details
  7. Copy the full SHA
    e6b81ce View commit details
  8. version bump

    jomurgel committed Oct 4, 2018
    Copy the full SHA
    95f66ae View commit details
  9. Copy the full SHA
    15e581e View commit details

Commits on Oct 5, 2018

  1. Copy the full SHA
    834b331 View commit details
  2. Copy the full SHA
    586119c View commit details
  3. Copy the full SHA
    78013af View commit details
  4. Copy the full SHA
    3d1f239 View commit details

Commits on Oct 10, 2018

  1. Merge pull request #72 from WebDevStudios/feature/#64-gutenberg-3.9.0…

    …-fixes
    
    Feature/#64 gutenberg 3.9.0 fixes
    coreymcollins authored Oct 10, 2018
    Copy the full SHA
    02dc4a6 View commit details

Commits on Oct 25, 2018

  1. Fixes typos

    coreymcollins authored Oct 25, 2018
    Copy the full SHA
    9c75a18 View commit details

Commits on Nov 26, 2018

  1. Add in components and editor to the dependency list, which helps when…

    … working on WP5.0 Bleeding edge
    jghazally committed Nov 26, 2018
    Copy the full SHA
    f65b954 View commit details

Commits on Nov 30, 2018

  1. Merge pull request #76 from jghazally/add-dependencies

    Add in all dependencies when enqueueing scripts
    coreymcollins authored Nov 30, 2018
    Copy the full SHA
    41d2706 View commit details
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### Expected behaivor ###
### Expected behavior ###

### Actual behaivor ###
### Actual behavior ###

### Steps to repoduce error ###
### Steps to reproduce error ###

### Screenshots of error ###

### Please include any relevant parts of your configuration ###
- Browser and version
- Version of plugin(s)
- Version of plugin(s)
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
.DS_Store
/.vscode/launch.json
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WDS Blocks v1.0.6
# WDS Blocks v1.0.7

WebDevStudios library of Gutenberg blocks.

@@ -17,8 +17,8 @@ WebDevStudios library of Gutenberg blocks.
WDS Blocks also come with a robust set of options: background image, video, and color support. Plus, text color, custom CSS classes, and [Animate.css](https://daneden.github.io/animate.css/) support. These blocks have been tested with our starter theme, [wd_s](https://github.com/WebDevStudios/wd_s).

## Tested Up To
- [WordPress](https://wordpress.org/) v4.9.7
- [Gutenberg](https://wordpress.org/plugins/gutenberg/) v3.4.0
- [WordPress](https://wordpress.org/) v4.9.8
- [Gutenberg](https://wordpress.org/plugins/gutenberg/) v3.9.0

## Usage

584 changes: 292 additions & 292 deletions dist/blocks.build.js

Large diffs are not rendered by default.

Loading