|
|
1
|
Rework button group styling to better blend in with buttons.
|
chipx86
|
March 19th, 2024, 5:35 a.m.
|
|
|
|
1
|
Add a foundation model for typeahead search of UIs.
|
chipx86
|
March 11th, 2024, 9:47 a.m.
|
|
|
|
1
|
Add a model and collections for tracking menu items.
|
chipx86
|
March 13th, 2024, 8:51 a.m.
|
|
|
|
4
|
Add a button component.
|
chipx86
|
March 6th, 2024, 11:58 p.m.
|
|
|
|
2
|
Add a button group component.
|
chipx86
|
March 7th, 2024, 6:03 a.m.
|
|
|
|
2
|
Add a spinner component.
|
chipx86
|
March 7th, 2024, 6:50 a.m.
|
|
|
|
2
|
Add an alert component.
|
chipx86
|
March 8th, 2024, 9:26 a.m.
|
|
|
|
1
|
Improve KeyboardShortcutRegistry API and enable auto-unregistration.
|
chipx86
|
March 6th, 2024, 10:44 a.m.
|
|
|
|
1
|
Produce cleaner readable and minified CSS files.
|
chipx86
|
March 7th, 2024, 5:35 a.m.
|
|
|
|
1
|
Fix a bad variable name when injecting custom rules to schemas.
|
chipx86
|
March 8th, 2024, 9:02 a.m.
|
|
|
|
2
|
Prevent infering attributes and options from constructor parameters.
|
chipx86
|
March 12th, 2024, 9:52 p.m.
|
|
|
|
1
|
Improve DOM attribute support and setting styles when crafting components.
|
chipx86
|
March 7th, 2024, 7:12 a.m.
|
|
|
|
2
|
Add a component for showing keyboard shortcuts.
|
chipx86
|
March 3rd, 2024, 12:33 a.m.
|
|
|
|
2
|
Add the base TypeScript component and DOM support for Ink.
|
chipx86
|
February 28th, 2024, 10:54 a.m.
|
|
|
|
2
|
Add a base class for Spina-based components.
|
chipx86
|
February 29th, 2024, 3:31 a.m.
|
|
|
|
3
|
Add a registry model and view for managing keyboard shortcuts.
|
chipx86
|
March 1st, 2024, 4:49 a.m.
|
|
|
|
2
|
Add separate tsconfig files for building and type checking.
|
chipx86
|
February 29th, 2024, 2:27 a.m.
|
|
|
|
2
|
Add a stylesheet for automatically applying default Ink styles.
|
chipx86
|
February 29th, 2024, 3:41 a.m.
|
|
|
|
2
|
Add a Babel preset/plugin for compiling craft and paint templates.
|
chipx86
|
February 29th, 2024, 3:46 a.m.
|
|
|
|
2
|
Add the default theme for Ink.
|
chipx86
|
February 28th, 2024, 6:15 a.m.
|
|
|
|
2
|
Add the base foundation for the Ink LessCSS codebase.
|
chipx86
|
February 28th, 2024, 2:35 a.m.
|
|
|
|
3
|
Use Storybook to help document and develop Ink's component library.
|
chipx86
|
February 21st, 2024, 1:02 a.m.
|
|
|
|
2
|
Set up Jasmine for JavaScript unit tests.
|
chipx86
|
February 21st, 2024, 7:28 a.m.
|
|
|
|
2
|
Set up the initial build infrastructure for Ink.
|
chipx86
|
February 21st, 2024, 12:47 a.m.
|
|
|
|
2
|
Fix a missing Backbone import, leading to broken types.
|
chipx86
|
February 29th, 2024, 12:54 a.m.
|
|
|
|
1
|
Bump and add TypeScript-related dependencies.
|
chipx86
|
February 27th, 2024, 3:40 a.m.
|
|
|
|
1
|
Update our ESLint configuration for JSX, Storybook, and template literals.
|
chipx86
|
February 23rd, 2024, 10:43 a.m.
|
|
|
|
1
|
Add events and easier subclass behavior when removing views.
|
chipx86
|
February 26th, 2024, 9:49 p.m.
|
|
|
|
1
|
Bump our Backbone dependency to 1.6.
|
chipx86
|
February 26th, 2024, 9:52 p.m.
|
|
|
|
1
|
Provide explicit ESM and CommonJS exports.
|
chipx86
|
February 19th, 2024, 9:39 a.m.
|
|
|
|
1
|
Add preparation for TypeScript 5.3 and Stage 3 decorators.
|
chipx86
|
February 19th, 2024, 9:44 a.m.
|
|
|
|
1
|
Update to TypeScript 5.3.3, and update our package-lock versions.
|
chipx86
|
February 19th, 2024, 9:55 a.m.
|
|
|
|
1
|
Fix BaseView.rendered state, and add new rendering/rendered events.
|
chipx86
|
February 19th, 2024, 1:16 a.m.
|
|
|
|
1
|
Add accessors for common class attribute lookups.
|
chipx86
|
February 19th, 2024, 2:12 a.m.
|
|
|
|
1
|
Bump the upcoming version to 3.0.
|
chipx86
|
February 19th, 2024, 2:14 a.m.
|
|
|
|
1
|
Add release notes for Spina 3.0.
|
chipx86
|
February 19th, 2024, 2:39 a.m.
|
|
|
|
1
|
Fix a bad assumption in a test on Node 15+.
|
chipx86
|
February 4th, 2024, 12:25 a.m.
|
|
|
|
2
|
Update extend() to take optional arguments and Spina options.
|
chipx86
|
February 6th, 2024, 9:23 a.m.
|
|
|
|
1
|
Enhance Spina class typing and expose utility types.
|
chipx86
|
February 6th, 2024, 11:18 p.m.
|
|
|
|
2
|
Fix issues inheriting Spina options for attribute promoting/merging.
|
chipx86
|
February 7th, 2024, 4:42 a.m.
|
|
|
|
1
|
Make onRender() and onInitialRender() protected, not public.
|
chipx86
|
February 19th, 2024, 1:01 a.m.
|
|
|
|
1
|
Enhance Spina class typing and dynamic attribute method support.
|
chipx86
|
August 18th, 2023, 4:06 a.m.
|
|
|
|
1
|
Normalize <img> tags to use width/height attributes.
|
chipx86
|
October 15th, 2023, 10:47 p.m.
|
|
|
|
1
|
Add release notes for beanbag-docutils 2.3.
|
chipx86
|
October 15th, 2023, 10:53 p.m.
|
|
|
|
2
|
Fix unit tests on Sphinx 7.2+.
|
chipx86
|
October 10th, 2023, 2:19 a.m.
|
|
|
|
1
|
Add configuration for @typescript-eslint/no-unused-vars.
|
david
|
September 12th, 2023, 5:03 p.m.
|
|
|
|
2
|
Fix inheriting prototypeAttrs and automergeAttrs.
|
chipx86
|
August 15th, 2023, 7:24 a.m.
|
|
|
|
2
|
Update jasmine-suites to work with Jasmine 4.6.
|
chipx86
|
August 4th, 2023, 9:14 p.m.
|
|
|
|
1
|
Allow skipping warnings on subclasses and deferring warning classes.
|
chipx86
|
June 23rd, 2023, 6:31 a.m.
|
|
|
|
1
|
Add release notes for beanbag-docutils 2.2.
|
chipx86
|
June 13th, 2023, 10:43 p.m.
|
|