Skip to content

Latest commit

 

History

History
169 lines (96 loc) · 7.25 KB

CHANGELOG.md

File metadata and controls

169 lines (96 loc) · 7.25 KB

2023-10-24 - (1.0.19)

2023-10-11 - (1.0.18)

  • Fix: Overlay/Popup hangs Chrome browser tab #37 (take 2)

    Note this required a breaking change for the Core Overlay component. Intead of taking a render prop for children, children is now a normal JSX.Element and the overlay properties are made available via OverlayContext. I don't expect many people were using this component directly, but if you were, you'll need to update your code.

2023-10-11 - (1.0.17)

2023-10-10 - (1.0.16)

2023-10-02 - (1.0.15)

2023-07-11 - (1.0.14)

2022-12-22 - (1.0.13)

2022-12-04 - (1.0.10)

There are no known issues remaining when using Solid Start when using pnpm. There is one outstanding issue related to using npm and the Solid Start templates.

2022-04-28 - (1.0.8)

2022-03-26 - (1.0.7)

2022-02-21 - (1.0.5)

  • bump dependencies and resolve typing issues with newer Solid versions

2022-02-06 - (1.0.4)

Bug Fixes

2022-02-06 - (1.0.3)

Bug Fixes

2022-02-01 - (1.0.2)

Bug Fixes

2022-02-01 - (1.0.1)

Bug Fixes

2022-01-23 - (1.0.0)

Bug Fixes

2022-01-08 - solid-bootstrap (0.2.7)

Bug Fixes

2022-01-04 - solid-bootstrap (0.2.6)

Bug Fixes

2022-01-04 - solid-bootstrap (0.2.5)

New Features

  • Tabs & Nav - add data-active-key attribute

Bug Fixes

2022-01-03 - solid-bootstrap (0.2.4)

Bug Fixes

2022-01-01 - solid-bootstrap (0.2.3)

Upstream changes

2021-12-21 - solid-bootstrap (0.2.2)

Upstream changes

2021-12-10 - solid-bootstrap (0.2.0)

BREAKING CHANGE

Remove component default exports due to incompatibilty with SolidJS.

Any components previously imported like this...

import Alert from 'solid-bootstrap/Alert'

...now need to be imported like this...

import { Alert } from 'solid-bootstrap'

2021-12-09 - solid-bootstrap (0.1.12)

Remove external dependancy on classnames (#2)

2021-12-02 - solid-bootstrap (0.1.3)

Bug Fixes

Fix - carousel prev/next icons only show once if multiple on page

2021-12-01 - solid-bootstrap (0.1.2)

Bug Fixes