-
released this
2025-01-30 23:20:40 -05:00 | 0 commits to main since this releaseCore updates
- Improved description of the project and added additional documentation (ongoing)
- Fixed direct access to patterns, so the stylesheet and javascript are loaded properly [#25]
- Cleaned up lines from performance testing
- Fixed core.cookie.remove to properly set the value so cookie expires [#20]
- Exposed oneClickSelect function, so that it doesn't need to be recreated in scaffolding [#24]
- Reinitialized getcss to read CSS properties off of an example element [#14]
- Needs enhancement: This function currently only gets the CSS properties at the current breakpoint.
Core pattern updates
- Fixed colour module to output semicolons in css token output rather than commas [#21]
- Added mechanism for changing the spelling of the word colour in the color module [#17]
- Fixed error generated when switches are initialized but no switches are present [#23]
- Added a mechanism to link to a tab and provide a callbacks to allow for a function to be created to build a link to a tab. [#4]
The tab initalize function now takes a new function parameter in the form of an third argument is an object that can take the following callbacks:- altModifer (When the altKey is used)
- shiftModifier (When the shift key is used)
- metaModifier (When the Windows key or Apple key is used)
You can use these callbacks to create a custom event to get the tab information. There is a new core function (core.getTabPath) that will generate the query string and url hash for use in DS2 Core. You may wish to update your scaffolding.js file to make use of this functionality.
Downloads
-
released this
2024-09-16 16:33:14 -04:00 | 15 commits to main since this releaseCore updates
- Core patterns are now forced to Complete status (#10)
- Added core function to use JavaScript to get a value from a style (#14)
- Updates to download.php to allow for more consistent paths that match the design system (#15)
- Update documentation (#6) and bug fixes (#12, #16, #18)
Core pattern updates
Downloads
-
released this
2024-07-23 21:06:57 -04:00 | 29 commits to main since this release- Added XXL breakpoint to match bootstrap v0.5 breakpoints
- Fixed update on the sort and text display in the status report
- Fixed performance issues
- Updated tab setting to tabset instead of div.tab-group
Downloads
-
released this
2024-07-14 21:54:55 -04:00 | 45 commits to main since this releaseUpdate to use an Intersection Observer for the ajax pattern loader
Downloads
-
released this
2024-07-14 20:06:34 -04:00 | 46 commits to main since this releaseIn this release:
- Bug fixes
- All jQuery removed from core. You should be able to pass an element with $([selector])[0].
- The deprecated switch is no longer in core, but the source can be copied to your own set up. Sample code for deprecated switch now shows deprecated patterns if they are what has been selected. Previously, if you selected a deprecated pattern from the menu, you had to show deprecated patterns.
- Restructured core components, so that they can be found no matter where they are in your pattern library.
Downloads