Implemented enhancements:
- CI for django 3.2 #127 (jonathan-s)
- extract/const isProd #118 (nerdoc)
- camelCase/PascalCase correction of reflex scaffolding #87 (nerdoc)
Fixed bugs:
- Remove Channels 2.4 in CI #134 (jonathan-s)
- Fixing running initial_sockpuppet in windows #132 (ciag00)
- Don't call get_context_data more than necessary #124 (jonathan-s)
Closed issues:
- afterReflex, reflexSuccess, reflexError don't trigger if the element which "caused" the reflex isn't present on the page after the reflex.. #133
- Exception doesn't trigger #123
- Can't run
python manage.py initial_sockpuppet
on Windows #106 - Django message framework not usable from Reflex #101
- use black to format code #88
- scaffolding a reflex produces wrong class name when it contains a _ #84
- Build Tools General Discussion #64
- Fix some issues to increase package score #33
Merged pull requests:
- Bump dependencies #126 (jonathan-s)
- Make the code black #125 (jonathan-s)
- Minor fix #121 (tanrax)
0.6.0 (2021-04-19)
Implemented enhancements:
- CSRF validator and documentation for security #110 (jonathan-s)
Fixed bugs:
- Fix the omission of the stimulus_reflex variable #108 (jonathan-s)
Closed issues:
- context['stimulus_reflex'] KeyError #107
- Authentication and security documentation #104
- Mistakes in documentation. #97
- add-project-script missing in (dev) dependencies? #80
Merged pull requests:
- Bump ssri from 6.0.1 to 6.0.2 #109 (dependabot[bot])
- Bump y18n from 4.0.0 to 4.0.1 #105 (dependabot[bot])
- Enable secure websocket for secure sites #102 (fmalina)
- force npm install add-project-script #94 (nerdoc)
0.5.2 (2021-02-15)
Fixed bugs:
- Fixed object not found error for detail view #95 (sampokuokkanen)
- object_list now works for ListView and similar views #93 (jonathan-s)
- Spread operators necessary on variables passed to the view function. #91 (DamnedScholar)
- Separate linting from tests and fixes actioncable is rejected in Chrome #89 (jonathan-s)
Merged pull requests:
- Ignore .vscode #85 (DamnedScholar)
0.5.1 (2021-02-14)
Closed issues:
- Can't dispatch event back to the user using Channel #81
- Integration tests that should be created #21
- Triggering a 500 error won't give frontend notice that such an error happened #3
0.5.0 (2021-01-16)
Implemented enhancements:
- Make it possible to use channels 3 and beyond #75 (kaozdl)
- Add changelog generator and changelog #73 (jonathan-s)
- A reflex can access the context of the view it came from #72 (jonathan-s)
Fixed bugs:
- Bug fix: Better recovery when a Reflex isn't found. #68 (DamnedScholar)
- Proper error logging for frontend and backend #74 (jonathan-s)
- Fix sourcemap url #71 (jonathan-s)
- Closing socket on page reload #69 (jonathan-s)
Closed issues:
- More helpful error message when not finding reflex. #52
- Channels 3.0 Released > Incompatibility #36
- Look over the webpack config that we generate #31
Merged pull requests:
- Out of band example #78 (jonathan-s)
0.4.2 (2020-12-28)
Implemented enhancements:
- If lxml and cssselect is installed we use them for better perf. #48 (jonathan-s)
Fixed bugs:
Merged pull requests:
- Proofreading pass #65 (DamnedScholar)
- Serializing form data in reflexes #40 (jonathan-s)
0.4.1 (2020-12-28)
0.4.0 (2020-12-28)
Closed issues:
- Update documentation to refer to Stimulus 2.0 syntax #61
- Introduce an option of using lxml as parser. #46
- Verify serializing of form data #29
0.3.8 (2020-12-26)
Fixed bugs:
Closed issues:
- When a Reflex with underscore is created with the generator it fails #54
Merged pull requests:
- A lightweight alternative to using controllers #63 (jonathan-s)
- Replace travis with github actions #58 (jonathan-s)
- Fixing correct path to staticfiles dirs #56 (jonathan-s)
- Classify name of Class in Python Template (as this will be done with … #55 (JulianFeinauer)
- Explanation on the architecture to give an overview #53 (jonathan-s)
0.3.7 (2020-12-24)
Merged pull requests:
0.3.6 (2020-12-22)
Closed issues:
- Url parameters throws a wrench in the machinery #49
Merged pull requests:
- Fix issue with resolving path #50 (jonathan-s)
- Bump ini from 1.3.5 to 1.3.8 #47 (dependabot[bot])
- Update README.md #45 (zodman)
0.3.5 (2020-11-29)
Closed issues:
- Figure out how to get python codecoverage working with cypress #5
Merged pull requests:
- When using the channel separately to broadcast frontend should listen #44 (jonathan-s)
- Get coverage from dev server #42 (jonathan-s)
0.3.4 (2020-11-15)
Merged pull requests:
- Always install the latest stimulus-reflex in CI #39 (jonathan-s)
- Introduce compatibility with stimulus-reflex 3.4 #38 (jonathan-s)
- The javascript in static js isn't used, so remove it. #37 (jonathan-s)
- Sockpuppet not yet compatible with channels 3.0 #35 (jonathan-s)
- Remove some stray ruby in the docs #34 (jonathan-s)
0.3.3 (2020-10-31)
Closed issues:
- Javascript modifications #1
0.3.2 (2020-10-18)
0.3.1 (2020-10-18)
0.3.0 (2020-10-18)
Implemented enhancements:
- Subscriptions for other things than sessionid #6
Closed issues:
Merged pull requests:
- Get django-sockpuppet up to par with SR 3.3.0 #30 (jonathan-s)
- Better exception handling #25 (jonathan-s)
- Docs improvement #24 (jonathan-s)
- Measure how fast a reflex executes in the backend #22 (jonathan-s)
0.2.2 (2020-05-31)
Merged pull requests:
- Html should take the innerhtml to be correct #20 (jonathan-s)
- Add gitbook yaml #19 (jonathan-s)
- 📝 Adds local quickstart reference #18 (jefftriplett)
- Docs update #16 (jonathan-s)
0.2.1 (2020-05-08)
0.2.0 (2020-05-03)
Closed issues:
- The example reflex isn't being picked up by consumer.py on Windows #9
0.1.0 (2020-05-03)
Closed issues:
- Setup errors when there are already scripts in place. #7
* This Changelog was automatically generated by github_changelog_generator