Create release for current master branch to include isSessionStorage prop
See original GitHub issueIn the README.md
in the master branch the api has a prop named isSessionStorage
.
However this prop is not available in the current release.
Could you please make a release of the current master branch in order to have that feature also on the npm release?
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:18
- Comments:16 (1 by maintainers)
Top Results From Across the Web
Gitflow release branch process from start to finish example
The Gitflow release branch is made from the develop branch and gets merged into both master and develop when finished.
Read more >What is the master branch and release branch for?
Using a dedicated branch to prepare releases makes it possible for one team to polish the current release while another team continues working ......
Read more >Window.sessionStorage - Web APIs - MDN Web Docs
The read-only sessionStorage property accesses a session Storage object for the current origin. sessionStorage is similar to localStorage; ...
Read more >How do I create a new branch in Git? - Tower Git Client
There are a couple of different use cases when creating branches in Git. ... a different existing branch, simply add that branch's name...
Read more >Using a Branching Strategy That Works - Cocoacasts
Most projects have a minimum of two branches, master and develop . The last commit of master reflects the current state of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is there anything I could do to help with getting this release out, @jaredpalmer? I found myself needing this yesterday, and I can see that I’m not alone. Thanks for making and maintaining an awesome form library (and extension). 😄
Any news here?