Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2163eff
feat(bootstrap-addons): remove AVJ from JSON validation, allow to pas…
ekzobrain Feb 6, 2026
6478755
feat(bootstrap): minimize DOM bindings usage to improve performance
ekzobrain Feb 7, 2026
43568d2
feat(bootstrap): add form text
ekzobrain Feb 10, 2026
5d55dc8
fix(bootstrap-addons): fix select multiple icon
ekzobrain Feb 10, 2026
a830c69
fix(bootstrap-addons): fix duration input text
ekzobrain Feb 11, 2026
f54669c
feat(bootstrap): change nav elements to attributes
ekzobrain Feb 12, 2026
adb69e1
chore(bootstrap-addons): upgrade json-schema-library
ekzobrain Feb 14, 2026
7fcd81c
feat(toolkit): add queueDistinctTask, deepUnwrap helpers
ekzobrain Feb 14, 2026
6c3d763
fix(bootstrap-addons): fix duration input
ekzobrain Feb 16, 2026
9738c8c
fix(bootstrap-addons): fix duration input
ekzobrain Feb 16, 2026
a6e6d54
feat(bootstrap): automatically assign invalidFeedback from input vali…
ekzobrain Feb 20, 2026
e266793
feat(bootstrap): add plugin configuration
ekzobrain Feb 20, 2026
6b4b658
feat(bootstrap): fix minor bugs
ekzobrain Feb 21, 2026
a49fd9e
feat(bootstrap-addons): rename bs-select to bs-select-dropdown
ekzobrain Feb 21, 2026
7b27379
feat(bootstrap): add offcanvas dialog impl
ekzobrain Feb 21, 2026
ebfbf56
fix(bootstrap-addons): fix select-dropdown styling
ekzobrain Feb 21, 2026
be323f4
chore(bootstrap): versions up
ekzobrain Feb 21, 2026
4f96710
feat(bootstrap): add setCustomValidity form field method
ekzobrain Feb 21, 2026
fef248e
fix(bootstrap): modal template cleanup
ekzobrain Feb 22, 2026
dd5a118
chore(bootstrap): 5.3.7
ekzobrain Feb 23, 2026
070c795
chore(env): cleanup TS configuration
ekzobrain Feb 24, 2026
5068362
chore(env): disable all stories
ekzobrain Feb 24, 2026
2120972
chore(env): strict mode WIP
ekzobrain Feb 24, 2026
ce76a8d
chore(env): strict mode
ekzobrain Feb 25, 2026
15b7860
chore(env): publish packages, update deps
ekzobrain Feb 25, 2026
a150587
chore(env): use Storybook 10 + Vite
ekzobrain Feb 28, 2026
ebae1f4
feat(docs): add stories for Bootstrap forms, icon, content
ekzobrain Feb 28, 2026
73237f1
feat(bootstrap): remove id binding
ekzobrain Mar 1, 2026
c7a4b67
feat(bootstrap): update component stories
ekzobrain Mar 1, 2026
275feec
feat(bootstrap): improve icons sprite import
ekzobrain Mar 2, 2026
a9d449d
feat(bootstrap): fix some stories
ekzobrain Mar 2, 2026
0c2749e
fix(bootstrap): move uniqueId helper to Bootstrap package
ekzobrain Mar 3, 2026
633c4df
fix(bootstrap): map value binding to model on checkbox
ekzobrain Mar 3, 2026
dab345f
feat(bootstrap-addons): add stories and readme
ekzobrain Mar 3, 2026
c7c524e
fix(bootstrap-addons): restructure README
ekzobrain Mar 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ module.exports = {
rules: {
// FIXME: 'typescript-recommended' fails on this rule
'node/no-unsupported-features/es-syntax': 'warn',
'@typescript-eslint/ban-ts-comment': 'warn',
},
};
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.17.0
22.22.0
211 changes: 0 additions & 211 deletions .storybook/Introduction.stories.mdx

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/assets/code-brackets.svg

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/assets/colors.svg

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/assets/comments.svg

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/assets/direction.svg

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/assets/flow.svg

This file was deleted.

Loading
Loading