@webkrafters/react-observable-context 4.5.0-rc → 4.5.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -664,9 +664,13 @@ store.setState({
664
664
  <h1 id="changes">What's Changed?</h1>
665
665
 
666
666
  <table>
667
+ <thead><tr><th>v4.5.0</th></tr></thead>
668
+ <tbody>
669
+ <tr><td><b>1.</b></td><td><a href="#setstate-tags">Tags</a> to update non-existent state slices are now recognized. <b>Previously,</b> they had resulted in no-ops. <b>From now on,</b> they will result in new default slices matching the result of the given tag operation.</td></tr>
670
+ </tbody>
667
671
  <thead><tr><th>v4.4.0</th></tr></thead>
668
672
  <tbody>
669
- <tr><td><b>1.</b></td><td>Returns <code>undefined</code> for selector map pointing at a non-existent state slice. <i>(Previously returned <code>null</code>)</i></td></tr>
673
+ <tr><td><b>1.</b></td><td>Returns <code>undefined</code> for selector map pointing at a non-existent state slice. <i>(Previously returned <code>null</code>)</i>.</td></tr>
670
674
  </tbody>
671
675
  <thead><tr><th>v4.3.0</th></tr></thead>
672
676
  <tbody>
package/package.json CHANGED
@@ -133,5 +133,5 @@
133
133
  "test:watch": "eslint --fix && jest --updateSnapshot --watchAll"
134
134
  },
135
135
  "types": "dist/main/index.d.ts",
136
- "version": "4.5.0-rc"
136
+ "version": "4.5.0-rc.1"
137
137
  }