diff --git a/changelog.md b/changelog.md index 291e6f0..e386614 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,19 @@ SciReactUI Changelog ==================== + +[v0.1.1] - 2025-?-? +-------------------- + +### Added +- + +### Fixed +- Styles added to Navbar and Footer incorrectly remove built in styles. + +### Changed +- + [v0.1.0] - 2025-04-10 --------------------- @@ -56,7 +69,7 @@ SciReactUI Changelog - Generic -[0.0.0] - 2024-06-04 +[v0.0.0] - 2024-06-04 -------------------- ### Added diff --git a/package.json b/package.json index fa75a40..1f412b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diamondlightsource/sci-react-ui", - "version": "0.1.0", + "version": "0.1.1alpha", "description": "A theme and component library to make websites at scientific institutions simple to create.", "author": "Diamond Light Source", "license": "ISC", diff --git a/src/components/Footer.test.tsx b/src/components/Footer.test.tsx index e2185d5..6bf319d 100644 --- a/src/components/Footer.test.tsx +++ b/src/components/Footer.test.tsx @@ -10,7 +10,29 @@ jest.mock("./ImageColorSchemeSwitch"); // @ts-expect-error: doesn't find mockImplementation outside of testing. ImageColorSchemeSwitch.mockImplementation(() => alt); -describe("Footer", () => { +describe("Footer logo and copyright", () => { + test("Should render", async () => { + renderWithProviders(