Releases: frappe/wiki
Releases · frappe/wiki
v3.0.0-rc.3
What's Changed
- fix: eliminate layout shifts on public wiki page load by @NagariaHussain in #595
- fix: version by @vishwajeet-13 in #598
- fix: full-height sidebar with integrated space switcher by @NagariaHussain in #601
- feat: add log out button to sidebar header menu by @NagariaHussain in #603
- feat: add "View in Desk" menu item for Wiki Managers by @NagariaHussain in #604
- fix: render tables whose inline-code cells contain a pipe by @NagariaHussain in #605
- fix: strip trailing whitespace in code blocks by @NagariaHussain in #606
- feat: iframe embed extension (YouTube, Vimeo, Loom, …) by @NagariaHussain in #608
- fix: cleanup wiki settings by @NagariaHussain in #613
- chore: enable HTML syntax highlighting for head_html field by @NagariaHussain in #614
- fix: skip duplicate leaf creation during v3 migration by @NagariaHussain in #617
- fix: make v3 wiki migration resumable by @NagariaHussain in #620
- Merging develop to version-3 by @NagariaHussain in #621
Full Changelog: v3.0.0-rc.2...v3.0.0-rc.3
v3.0.0-rc.2
What's Changed
- refactor: change requests list by @NagariaHussain in #592
- fix(ui): contributions list style by @NagariaHussain in #593
- Merge Develop into Main by @NagariaHussain in #594
Full Changelog: v3.0.0-rc.1...v3.0.0-rc.2
v3.0.0-rc.1
What's Changed
- chore: define frappe dependecy in pyproject.toml by @NagariaHussain in #495
- fix: correct wiki edit links redirection by @gajjug004 in #513
- fix: allow Ctrl/Cmd+Click to open sidebar links in new tab by @gajjug004 in #514
- fix: prevent DiffViewer Shadow DOM from overlaying dialogs by @gajjug004 in #517
- Revert "fix: prevent duplicate leaf slugs in change requests" by @gajjug004 in #520
- fix: archive btn not visible in contribution banner by @ruchamahabal in #516
- refactor: overhaul contribution & merge flow for O(1) CR creation and delta-based merges by @NagariaHussain in #524
- fix: wiki user unable to view editor sidebar by @vishwajeet-13 in #526
- fix: no change request error by @vishwajeet-13 in #528
- fix: sidebar open by default by @vishwajeet-13 in #530
- feat: add table dropdown in markdown toolbar by @Rl0007 in #532
- fix: access denied flash by @vishwajeet-13 in #535
- feat: space search by @NagariaHussain in #533
- fix: auto refresh page while editing by @vishwajeet-13 in #538
- feat: preserve blank lines in markdown editor round-trips by @NagariaHussain in #539
- fix: bubble menu hidden behind sticky toolbar by @gajjug004 in #540
- fix: add debounce to tackle sidebar re-order race condition by @Rl0007 in #541
- revert: bubble menu hidden behind sticky toolbar by @gajjug004 in #545
- fix: don't optimize image uploads by default by @ruchamahabal in #556
- feat: langauge selector in code block by @NagariaHussain in #554
- fix: sidebar-title-icon-misalignment by @vishwajeet-13 in #558
- feat: Merge conflict resolution by @NagariaHussain in #561
- feat: disable merge during rearrange by @Rl0007 in #557
- refactor: migrate frontend to Pinia + performance cleanup by @NagariaHussain in #566
- fix(sidebar): highlight active route by @imgullu786 in #576
- fix: add dark mode syntax highlighting to wiki editor by @NagariaHussain in #580
- feat: rich callouts by @NagariaHussain in #581
- feat: Image Viewer by @NagariaHussain in #583
- fix: reload document after save in v3 migration by @NagariaHussain in #588
- feat: return plain markdown for Accept: text/markdown by @NagariaHussain in #587
- chore: merging develop into version-3 by @NagariaHussain in #584
New Contributors
- @gajjug004 made their first contribution in #513
- @Rl0007 made their first contribution in #532
- @imgullu786 made their first contribution in #576
Full Changelog: v3.0.0-beta.2...v3.0.0-rc.1
v3.0.0-beta.2
What's Changed
- fix: content out-of-sync while switching between pages by @ruchamahabal in #503
- fix: ignore xss filters in content field by @ruchamahabal in #506
- feat(Wiki Space): pagination using load more by @NagariaHussain in #501
- fix: clone wiki space for v3 by @NagariaHussain in #507
- fix: handle duplicate doc_key during merge by @NagariaHussain in #511
Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2
v3.0.0-beta.1
What's Changed
- feat: Version 3 by @NagariaHussain in #431
- refactor: GP/espresso styled sidebar by @NagariaHussain in #468
- feat: add Playwright E2E tests by @NagariaHussain in #472
- fix: add markdown serialization to link extension for proper persistence by @NagariaHussain in #475
- fix: add parseMarkdown for link round-trip support by @NagariaHussain in #476
- fix: show sidebar on smaller desktop screens (1024px+) by @NagariaHussain in #477
- feat: move TOC to flex layout and show on tablet viewports by @NagariaHussain in #474
- test: comprehensive UI tests by @NagariaHussain in #478
- fix: wiki document ordering - new pages appear at bottom and public view respects sort_order by @NagariaHussain in #482
- feat: git like contributions! by @NagariaHussain in #483
- fix: misc fixes by @NagariaHussain in #487
- fix(Wiki Document): Make attachments public by default by @ruchamahabal in #494
Full Changelog: v2.0.1...v3.0.0-beta.1
Wiki v2.0.1
Bug Fixes
- Fix not being able to save YouTube embeds
- Fix Wiki Sidebar migrating issue when a non existent Wiki Page is linked in the Sidebar
- Fix search not respecting the search settings in mobile devices
Full Changelog: v2.0.0...v2.0.1
Wiki v2.0.0
What's New
- Revamped UI
- New Edit Mode
- Faster and accurate Search
- Dark Mode
- Wiki Space
- Better SEO
Breaking Changes
- Wiki Sidebar DocType is deprecated and the sidebars are now stored under Wiki Space (refer Wiki Migration Guide before migrating)
Release v1.0.0
Version 1.0.0 Release Notes
Features & Enhancements
- Approval Mechanism
- Hierarchial Sidebar(Unlimited levels supported)
- Collapsible headers in the sidebar
- Drag and drop to edit sidebar
- Search Context chosen according to the sidebar
- Attachments support in edit mode from portal too
- Rich Text Editor Support to edit content
- Custom script support in wiki settings
- Multilevel caching and cache invalidation
- Auto table of contents highlighting
- Auto-create breadcrumbs
- Two-way communication between reviewer and patch raiser
- Tool to migrate from www/ based frappe site to wiki
Breaking Change
- A New DocType Wiki Sidebar is now used instead of Website Sidebar
- Does not support frappe v13
Release v0.1.0
Version 0.1.0 Release Notes
Features & Enhancements
- Create Wiki Pages
- Author content in markdown
- Track page edits with revisions