Releases: oaknational/oak-ai-lesson-assistant
Releases · oaknational/oak-ai-lesson-assistant
v1.14.2
v1.14.1
v1.14.0
1.14.0 (2024-11-07)
Bug Fixes
- add missing dependencies to lesson plan tracking context (#307) (3758dfc)
- add missing prisma import (#342) (a0ac1de)
- disable feature flagg polling in tests (c44e1f1)
- null render in sidebar provider (#337) (9a12851)
- remaining linting fixes (#272) (18a0f70)
- set up server side styled-components (f221c24)
- skip instrumentation when running turbopack - fix HMR (4d6fd3b)
Features
- add rag schema (migration) (#343) (638f43f)
- allow us to configure the server port for local testing (#308) (33bee19)
- bootstrap posthog feature flags with local evaluation (15e8a67)
- sync featureFlagGroup from clerk to posthog (46b4f13)
- update emails to use html (#319) (a71e7bc)
- use featureFlagGroup claim for feature flags (759534a)
v1.13.1
v1.13.0
1.13.0 (2024-10-31)
Bug Fixes
- await persisting the generation (#292) (730dbb9)
- await the enqueue method in web actions (#293) (c9cb82b)
- await the save download event call (#317) (1e05c1a)
- completion and system messages do not need to be async (#294) (be79158)
- linting for app components (#295) (1212eb5)
- pages that do not load data do not need to be async (#296) (a7eaefa)
- promisify chat API route get handler (#316) (1824aea)
- reintroduce custom eslint (#284) (adc1efa)
- rename accordian to accordion (#297) (cd35dc1)
- set VS Code to prefer type imports (#291) (bc26948)
- update imports (type prefixes, paths) (#298) (c332717)
- use browserLogger for errors in the browser (#280) (647c904)
- use noengine in ci (#283) (3a1bfd4)
- use prisma generate --no-engine and reinstate prompts script (#282) (a157b9a)
Features
v1.12.1
v1.12.0
1.12.0 (2024-10-28)
Bug Fixes
- ensure that the patch enqueuer exists when enqueuing (#264) (4d4b959)
- logger to stdout for info and warn (#266) (d2dfabc)
- module resolution with "node" instead of "bundler" (#271) (44ca5f6)
- reduce turbo errors on local dev, enable running e2e in built mode (#259) (afb4535)
- refactor lesson snapshots for improved efficiency (#234) (24f492d)
- reinstate prebuilding the chat route in local dev (#260) (1a4c51f)
- remove flash when loading wheel appears (#268) (d7a70f3)
- remove lessonReferences from prompt (#253) (a0cedec)
- report chat completion errors (#256) (13729ca)
- update prisma to latest version (#254) (b8b1958)
Features
v1.11.0
v1.10.2
v1.10.1
1.10.1 (2024-10-15)
Bug Fixes
- add fallback if requestSubmit is not available (#227) (e9b02c6)
- findLast is not available for all browsers (WIP) (#211) (a94e0f4)
- reduce middleware syntax error logs, send to logs, tests for CSP in each env (#213) (d18a7d2)
- remove lookbehind in regex for camelcase conversion (#226) (dc747c3)
- revert "fix: revert error to previous protocol (#139) (#218) (dccba58)
- silence unknown part type errors (#229) (2e3e56b)