Skip to content

Latest commit

 

History

History
281 lines (166 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

281 lines (166 loc) · 16.5 KB

Changelog

Full Changelog

Implemented enhancements:

Fixed bugs:

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:

0.6.0 (2021-04-19)

Full Changelog

Implemented enhancements:

Fixed bugs:

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:

0.5.2 (2021-02-15)

Full Changelog

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:

0.5.1 (2021-02-14)

Full Changelog

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)

Full Changelog

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:

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:

0.4.2 (2020-12-28)

Full Changelog

Implemented enhancements:

  • If lxml and cssselect is installed we use them for better perf. #48 (jonathan-s)

Fixed bugs:

Merged pull requests:

0.4.1 (2020-12-28)

Full Changelog

0.4.0 (2020-12-28)

Full Changelog

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)

Full Changelog

Fixed bugs:

  • Fixes to SocketpuppetConsumer for handling dotfiles #57 (mekhami)

Closed issues:

  • When a Reflex with underscore is created with the generator it fails #54

Merged pull requests:

0.3.7 (2020-12-24)

Full Changelog

Merged pull requests:

  • generate package.json as part of inital_sockpuppet command #51 (kaozdl)

0.3.6 (2020-12-22)

Full Changelog

Closed issues:

  • Url parameters throws a wrench in the machinery #49

Merged pull requests:

0.3.5 (2020-11-29)

Full Changelog

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)

Full Changelog

Merged pull requests:

0.3.3 (2020-10-31)

Full Changelog

Closed issues:

  • Javascript modifications #1

0.3.2 (2020-10-18)

Full Changelog

0.3.1 (2020-10-18)

Full Changelog

0.3.0 (2020-10-18)

Full Changelog

Implemented enhancements:

  • Subscriptions for other things than sessionid #6

Closed issues:

  • Trigger handler subscription handler on messages #28
  • Update Ruby examples to Django #23

Merged pull requests:

0.2.2 (2020-05-31)

Full Changelog

Merged pull requests:

0.2.1 (2020-05-08)

Full Changelog

0.2.0 (2020-05-03)

Full Changelog

Closed issues:

  • The example reflex isn't being picked up by consumer.py on Windows #9

0.1.0 (2020-05-03)

Full Changelog

Closed issues:

  • Setup errors when there are already scripts in place. #7

* This Changelog was automatically generated by github_changelog_generator