Skip to content

Releases: Sefaria/Sefaria-Project

v5.104.0

29 May 10:56
d422eed
Compare
Choose a tag to compare

5.104.0 (2024-05-29)

Features

  • About Page: design for small windows (ff43524)
  • About Page: mobile about page without footer (fb4d64f)
  • About Page: on mobile sidebar is ignored (af9d7ba)
  • About Page: set flex-direction to column between 800px and 480px (cdf534a)
  • About Page: show titles in mobile (e246671)
  • About: about page uses django include to display sidebar (e3fb45f)
  • About: change class of sidebar depending on current page (50772fb)
  • About: each page in super about page has sidebar (5cc3518)
  • About: highlight page currently on (4908c13)
  • About: mobile about screen bare minimum works (65dace9)
  • autocomplete: initial integration of downshift with api (607d083)
  • conditional checks for merge queue protection (155ea6d)
  • Index Editor: base_text_titles and collective_title should be reset if dependence is turned off (dabb2f5)
  • Index Editor: can assign or create collective title (6fa2749)
  • Index Editor: can now set 'dependence' field on or off (3236964)
  • new autocomplete: change ul to dive to fix design of suggestions (fa2fc91)
  • new autocomplete: cleaned for PR (e30c0f4)
  • new autocomplete: cleaned out comments and debug logs (4b6b7d0)
  • new Autocomplete: comment out debug configs (d8df469)
  • new autocomplete: convert downshift element to useCombo hook (163bb57)
  • new autocomplete: delete unused classnames (4d67772)
  • new autocomplete: enable 'stam' search for queries that are also terms (436063b)
  • new Autocomplete: enable autocomplete in mobile web (cd28310)
  • new autocomplete: english interface for new design (20ec402)
  • new autocomplete: explicit prop names (b0a2dcc)
  • new autocomplete: explicit props for SeachSuggestion (a688819)
  • new Autocomplete: fix hebrew alignment of search dropdown (4a54efb)
  • new Autocomplete: fix horizontal overflow of suggestion box (8bad5e0)
  • new autocomplete: fix keydown functionality (a7df741)
  • new Autocomplete: fix padding for each search-suggestion (3adac57)
  • new Autocomplete: make clickable area wider in mobile web (f8b65cf)
  • new Autocomplete: make dropdown's width match content of suggesitons, fix padding of category title (96cfac1)
  • new Autocomplete: make suggestion div stretch till end of outer div (adcb19a)
  • new autocomplete: migrate component to file of its own (8c46762)
  • new autocomplete: migrate input search box to new component (0657d5f)
  • new autocomplete: minor corrections (9cf41df)
  • new autocomplete: more design touches (58cb6ab)
  • new Autocomplete: move search override icon away from margin (1d167f3)
  • new Autocomplete: new user profile icon (72d13c0)
  • new Autocomplete: place dropdown just below modal (c215f7c)
  • new Autocomplete: polish mobile web design (09a5115)
  • new Autocomplete: polish style mobile web (86430bb)
  • new Autocomplete: polish styles for mobile web (b9c90e0)
  • new Autocomplete: polish top/bottom padding (66bbac8)
  • new Autocomplete: prevent underline from suggestion-links (695d40c)
  • new autocomplete: pull out "query-parsing" logic to a pure external funciton (7e1d887)
  • new autocomplete: pull out pure functional funcitons from body of component to root of file (ee58b1e)
  • new Autocomplete: push icon down based on lang of suggestion not on interfaces (e9a36cd)
  • new Autocomplete: remove debug set-up (9850981)
  • new Autocomplete: remove debug setup (00463e9)
  • new Autocomplete: remove unused function props (3241327)
  • new autocomplete: skeleton of new autocomplete with group-by-type feature (90b1c55)
  • new Autocomplete: style mobile web (f457ea3)
  • new Autocomplete: trickle down redirectToObject function to override href click (4d0fcbc)
  • new Autocomplete: turn user image into circle (77d6457)
  • new Autocomplete: use custom searchFocused state var instead of downshift isOpen for better performance (b8e54e9)
  • new Autocomplete: wider margin for group type titles to accommodate for longer titles (fe24d99)
  • new search autocomplete design: add downshift to package.json (840c8f8)
  • new search autocomplete design: better way to render 'Gerhaym' (801ba0f)
  • new search autocomplete design: changed 'sort' and 'group' logig ([7a6b7dd](https://github.com/Sefaria/Sefaria-Proje...
Read more

v5.103.0

27 May 09:52
a97d4ab
Compare
Choose a tag to compare

5.103.0 (2024-05-27)

Features

  • guide: Add back button functionality (d5914b1)
  • guide: get title from function (94ddc30)
  • Guides: Add AI marker (760dc3f)
  • Guides: Add guides data to _related (73821bb)
  • Guides: Add model for learning guides (7f03640)
  • guides: add TODO for state management (3db6f69)
  • Guides: Analytics first draft (c9ff9f0)
  • Guides: Blue box for Guides menu option (488f9e2)
  • Guides: Let Guides cover more than one segment, using Expanded refs (9c31b5b)
  • Guides: method to find guide by ref (6e7ff0e)
  • Guides: Remove extra arg (c231cc6)
  • Guides: Send question.answer position to analytics (6f88e2b)
  • Guides: The Guide model file (c08ca1d)
  • Guides: Wire up guides in related API (0618ada)
  • learning guide: Create the GuideBox component which controls all the learning guide activity (487252a)

Bug Fixes

  • Guides: Remove hard coded Pesach Haggadah replacement text (884caa0)
  • Guides: Update CSS vars (55eba67)
  • Pass connections panel state on mobile. The dropped data here had meant that mult-layer connections modes like WebPages and Guides didn't work. (b235a57)
  • stop merge-queues using master as branch name (aba0630)
  • tests: fix e2e expected url (525ff39)

v5.102.1

22 May 08:45
30dbe76
Compare
Choose a tag to compare

5.102.1 (2024-05-22)

Bug Fixes

  • topic pages: encode uri components that go into api/bulktext. (8182b0f)
  • topic side panel: remove redundant left right margin 0 (f08fcc9)
  • topic side panel: try removing bottom margin to fix overlap (098921c)
  • topic sidebar: try to fix by removing hacky negative margins (8824c29)

v5.102.0

16 May 11:22
75358a6
Compare
Choose a tag to compare

5.102.0 (2024-05-16)

Features

  • Index API: move authentication towards top of function (da0792a)

Bug Fixes

  • Index API: handle_post_request had a return statement that didnt return a tuple (53b2230)
  • Index Editor: dont set addressTypes and checkFirst for existing indices (d4a7730)
  • OpenAPI: Fix capitalization for POST for Recommended Topics (bd88d9b)
  • text tests: fix test given changes in load_from_dict (5e3c97a)

v5.101.0

15 May 09:54
ef5d7c4
Compare
Choose a tag to compare

5.101.0 (2024-05-15)

Features

  • fix: search approximate language (bc13116)
  • test: banner test find registration hebrew (b790ebb)
  • testing: only test chromium (70e8420)
  • testing: path recognition for urls (9f6bfc1)

Bug Fixes

  • docs: Correct documentation of boolean params to intake 0/1 vs true/false (43c9b9b)
  • docs: Correct text to reflect 0/1 (8194af1)
  • static: Change docs url for the linker (5b90131)
  • test: assert only in lower case (e38ae28)
  • test: fix pytest test_complex_with_depth_1 (dc2bff8)

v5.100.1

05 May 11:35
27e454f
Compare
Choose a tag to compare

5.100.1 (2024-05-05)

Bug Fixes

  • donation-link: Fix instances of donation links with "en" path (2cd2c78)
  • donation-link: Fix instances of donation links with "en" path (903043a)
  • donation-link: Fix instances of donation links with "en" path (4859f4d)

v5.100.0

01 May 19:22
23387d3
Compare
Choose a tag to compare

5.100.0 (2024-05-01)

Features

  • Connections Panel: can now scroll to a commentary ref (6195753)
  • Connections Panel: can share URL that scrolls to ref (140c5a6)
  • pioneers page: Change pioneers page to use revised version (67189f0)
  • pioneers page: Creates final version of Pioneers page with requested style changes, changes URL on the Genesis topics page, and adds graphic image (ed4a351)
  • pioneers page: First take at final styling and addition of Hebrew translation (10e3c6c)
  • pioneers page: Fix first section padding (182ec7a)
  • Reader Panel: Show segment as highlighted whenever the sidebar is open (d894fb5)

Bug Fixes

  • Topic Editor: couldnt create new topic because slug was empty (3c6a9db)

v5.99.7

17 Apr 10:01
a0e4738
Compare
Choose a tag to compare

5.99.7 (2024-04-17)

Bug Fixes

  • nash-bravemann-static-page: fix typos (838b3b6)
  • nash-bravemann-static-page: typo (1640e5e)
  • remove deployment complete message for tasks pod (cc8fc81)

helm-chart-0.63.7

15 Apr 09:01
e7965d2
Compare
Choose a tag to compare

helm-chart-0.63.7-master.1

15 Apr 08:49
e7965d2
Compare
Choose a tag to compare
Pre-release