Releases: wagtail/wagtail-live
Releases · wagtail/wagtail-live
v1.0
What's Changed
- Implemented BaseMessageBlock and custom block types by @Tijani-Dia in #2
- Added LivePageMixin class by @Tijani-Dia in #4
- Add Mkdocs by @allcaps in #10
- Setup test suite by @Tijani-Dia in #6
- Live receivers by @Tijani-Dia in #11
- Wagtail Live Debug by @Tijani-Dia in #13
- Add documentation builds by @Stormheg in #18
- Add initial Github Actions test setup by @Stormheg in #15
- Renamed wagtail_live_debug to wagtail_live_interface. by @Tijani-Dia in #19
- Fixes to make sure proper wheels are generated by @Stormheg in #24
- Support Wagtail 2.12 and up by @allcaps in #25
- Rename block message to text by @allcaps in #26
- Set default option of show field on
LivePostBlock
to True by @Tijani-Dia in #29 - Add factories by @allcaps in #30
- Clean pytest cache by @allcaps in #33
- Test that all needed migrations exist by @allcaps in #34
- Make
channel_id
field optional by @Tijani-Dia in #28 - Added init.py file to wagtail_live tests folder by @Tijani-Dia in #35
- Fix base dir, use Path by @allcaps in #36
- Make
model
a property of BaseMessageReceiver by @Tijani-Dia in #20 - Remove
last_update_at
field and uselatest_revision_created_at
by @Tijani-Dia in #27 - Added BaseMessageReceiver tests by @Tijani-Dia in #40
- Test blocks by @Tijani-Dia in #41
- Publish the revision by @allcaps in #42
- Wagtail Live Interface Receiver by @Tijani-Dia in #43
- clean js file by @Tijani-Dia in #45
- Add innerText by @Tijani-Dia in #46
- Add Slack fixtures by @Tijani-Dia in #48
- Webhook Receiver Mixin by @Tijani-Dia in #47
- Polling publishers by @Tijani-Dia in #51
- SlackEventsAPIReceiver tests by @Tijani-Dia in #50
- Webapp by @Tijani-Dia in #53
- Test with Django 2.2 by @Stormheg in #54
- Add
unique=True
tochannel_id
field by @Tijani-Dia in #58 - Aware datetime by @Tijani-Dia in #60
- Don't create a block for empty content by @Tijani-Dia in #61
- Show latest posts on top by @Tijani-Dia in #62
- Posts order by @Tijani-Dia in #63
- Refactor
process_files
by @Tijani-Dia in #55 - Add show logic in template by @Tijani-Dia in #64
- Add packing script by @Stormheg in #66
- Only handle
message_changed
andmessage_deleted
subtypes by @Tijani-Dia in #65 - Handle
file_shared
subtype by @Tijani-Dia in #68 - Handle embed urls according to Slack formats by @Tijani-Dia in #69
- Add a
parse_text
method toBaseMessageReceiver
by @Tijani-Dia in #70 - Process text block by @Tijani-Dia in #71
- Avoid sending hidden posts to client side by @Tijani-Dia in #73
- Add coverage support by @Stormheg in #75
- Write readme by @allcaps in #77
- Add logo via img tag by @allcaps in #79
- Add
last_update_at
field toLivePageMixin
by @Tijani-Dia in #74 - Use
save
instead ofsave_revision
by @Tijani-Dia in #81 - Update modified field when a block is edited via the admin interface by @Tijani-Dia in #72
- Image support webapp by @Tijani-Dia in #67
- Add telegram fixtures by @Tijani-Dia in #84
- Telegram webhook receiver by @Tijani-Dia in #85
- Add docs by @Tijani-Dia in #80
- Feature/autodoc by @allcaps in #49
- Add symlink, keep README and docs index in sync by @allcaps in #86
- Add receivers and publishers folder by @Tijani-Dia in #87
- Webapp by @Tijani-Dia in #82
- Websocket publisher by @Tijani-Dia in #88
- Update tox env with Python 3.7 and Wagtail 2.14 by @Stormheg in #93
- PieSocket publisher by @Tijani-Dia in #97
- Update show logic by @Tijani-Dia in #95
- Add full path to images in PieSocket docs by @Tijani-Dia in #98
- Fix mkdocs warnings by @Tijani-Dia in #99
- Enable mkdocs-material search plugin by @Stormheg in #100
- Update mkdocs and mkdocs material by @Stormheg in #101
- Sync live page with admin by @Tijani-Dia in #91
- Some small mkdocs config changes by @Stormheg in #102
- Separate websocket server publisher by @Tijani-Dia in #90
- GSOC final report by @Tijani-Dia in #112
- Add bullets on gsoc-report links by @Tijani-Dia in #114
- Add tests by @Tijani-Dia in #104
- Fix link rendering by @lucasmoeskops in #113
- Update README and tutorial by @Tijani-Dia in #118
- Add settings docs by @Tijani-Dia in #123
- Add PieSocket to sponsors by @Tijani-Dia in #122
- Update tutorial by @Tijani-Dia in #124
- Add runserver comand in tutorial by @Tijani-Dia in #125
- Remove references to environment variables by @Tijani-Dia in #126
- Add message and event types in BaseMessageReceiver by @Tijani-Dia in #127
- Store strong references to websocket publishers by @Tijani-Dia in #128
- Modified field is properly set when a live post is edited in the admin interface. by @Tijani-Dia in #120
- Fix richtext blocks comparison by @Tijani-Dia in #130
- Render blocks in live post content each in their own div by @Tijani-Dia in #131
New Contributors
- @Tijani-Dia made their first contribution in #2
- @allcaps made their first contribution in #10
- @Stormheg made their first contribution in #18
- @lucasmoeskops made their first contribution in #113
Full Changelog: https://github.com/wagtail/wagtail-live/commits/v1.0