Releases: SGNetworksIndia/SGNUIKit
Releases · SGNetworksIndia/SGNUIKit
SGNUIKit v1.2.1 (Stable)
What's Changed
- ADDED: Utility: Grid: Grid will allow the creation of complex grid layout using the CSS classes: 'row, col-(sm/md/lg)-1/12'. by @SagnikGanguly96 in #101
- REMOVED: External Addon: Marquee: Marquee addon is removed as SGNUIKit now has the default support for Marquee with advanced features. by @SagnikGanguly96 in #102
- ADDED: External Addon: SGNLoaders: Use SGNLoader/SGNSpinner to show the progress status. by @SagnikGanguly96 in #103
- ADDED: Component: Containers: Use containers (.container(-fluid) to define flexible & responsive padding and container for the content of a page to stretch/shrink across different viewports. by @SagnikGanguly96 in #104
- IMPROVED: Utility: Texts: Added text-transform-* & text-align-* classes to transform & align elements easily. by @SagnikGanguly96 in #105
- ADDED: Utility: BackgroundColors: Added bg-* classes to add or change the background color of elements easily. by @SagnikGanguly96 in #106
- ADDED: Utility: Grid: Grid will allow the creation of complex grid layout using the CSS classes: 'row, col-(sm/md/lg)-1/12'. by @SagnikGanguly96 in #107
- IMPROVED: SGNForm: SGNInput: Added feature: 'AutoComplete', use attribute
sgn-input-suggestions="geolocation|http(s)://api.domain.com/suggestions|{url:'http(s)://api.domain.com/suggestions', 'resultKey':'result'}"
on 'input.form-control' element. by @SagnikGanguly96
in #108 - IMPROVED: Addon: SGNCodeSnippet: Added support to create multiple tabs of different codes. by @SagnikGanguly96 in #109
- IMPROVED: Loader: Added common callback 'SUKR' | Added support to determine on/offline state. by @SagnikGanguly96 in #110
- ADDED: Helper Function: getGeolocation(event, elementToUpdate, callback): Get current geographical location of the user. by @SagnikGanguly96 in #111
- ADDED: String Function:
String.str_replace(search, replace, caseSensitive = true)
: Replace all occurrences of the search string with the replacement string. by @SagnikGanguly96 in #112 - ADDED: External CSS Addon: Colors: A addon with 6214 CSS variables of colors. The add-on needs to be imported separately using a tag. by @SagnikGanguly96 in #113
- FIXED: Integrated common DOM-ready callback 'SUKR' to support dynamically loaded scripts. by @SagnikGanguly96 in #114
- UPDATED: Version Information by @SagnikGanguly96 in #115
- UPDATED: Version Information by @SagnikGanguly96 in #116
- Bump css-loader from 3.4.2 to 6.7.3 by @dependabot in #83
- Bump terser-webpack-plugin from 5.3.3 to 5.3.6 by @dependabot in #82
- Bump babel-loader from 8.2.5 to 9.1.2 by @dependabot in #81
- Bump sass-loader from 13.0.2 to 13.2.0 by @dependabot in #80
- Bump webpack-cli from 4.10.0 to 5.0.1 by @dependabot in #79
- UPDATED: package.json by @SagnikGanguly96 in #117
- UPDATED: Build Config by @SagnikGanguly96 in #118
- UPDATED: Build Config by @SagnikGanguly96 in #119
Full Changelog: v1.1.5...v1.2.1
SGNUIKit v1.1.5 (Stable)
What's Changed
- FIXED: Configuration script by @SagnikGanguly96 in #71
- FIXED: Minor bug fixes by @SagnikGanguly96 in #72
- FIXED: Component: SGNAtom: Not able to load some pages (especially, the default page) by @SagnikGanguly96 in #73
- FIXED: Helper: Some functions were failing to resolve. by @SagnikGanguly96 in #74
- SECURITY UPDATE: jQuery updated to v3.6.3 due to vulnerabilities: CVE-2014-6071, CVE-2007-2379 in jQuery v3.6.0 by @SagnikGanguly96 in #75
- SECURITY UPDATE: Removed package: live-server due to 3 high severity vulnerabilities in its dependencies. by @SagnikGanguly96 in #76
- Create dependabot.yml by @SagnikGanguly96 in #77
- Update dependabot.yml by @SagnikGanguly96 in #78
- Update package.json by @SagnikGanguly96 in #84
- FIXED: Addon: SGNFullPage: Issue #85: Uncaught error: $pageNav is undefined in addon: SGNFullPage by @SagnikGanguly96 in #87
- FIXED: Addon: SGNAtom: Issue #86: SGNFullPage is not initialized when using SGNAtom by @SagnikGanguly96 in #88
- FIXED: Helper: DynamicEvents: DOM Event not attached when called the DOM.on() function in a particular order. by @SagnikGanguly96 in #89
- FIXED: SGNForm: SGNSelect: Attributes 'selected, disabled' were not working as expected. by @SagnikGanguly96 in #90
- FIXED: Utility: Marquee: Animation was not smooth during scrolling and the vertical scroll was not working. by @SagnikGanguly96 in #91
- FIXED: Utility: TextColors: CSS variables were not set which made the colors unusable. by @SagnikGanguly96 in #92
- FIXED: Utility: Gradient: CSS variables were not set which made the colors unusable. by @SagnikGanguly96 in #93
- FIXED: Themes: Dark & Light: Colors were not uniform. by @SagnikGanguly96 in #94
- FIXED: Component: Buttons: CSS pseudo-selector for DOM interaction state ':active' were missing. by @SagnikGanguly96 in #95
- FIXED: SGNForms: Theme: All existing colors which were using Hexadecimal or RGB color model have been converted to HSL model. by @SagnikGanguly96 in #96
- FIXED: Component: Cards: Some minor bug fixes. by @SagnikGanguly96 in #97
- FIXED: Component: Preloader: The custom icon was not aligned properly. by @SagnikGanguly96 in #98
- FIXED: SGNForms: SGNToggle: Some minor bug fixes. by @SagnikGanguly96 in #99
- FIXED: SGNForms: SGNSelect: SGNSelect was not working as expected while paired as an SGNInput-Prefix/Suffix. by @SagnikGanguly96 in #100
Full Changelog: v1.1.4...v1.1.5
SGNUIKit v1.1.4 (Stable)
What's Changed
- FIXED: Issue #29: Add feature to position TabLinks to the bottom of the TabLayout by @SagnikGanguly96 in #31
- ADDED: Release package builder script by @SagnikGanguly96 in #33
- ADDED: Helper function 'empty' by @SagnikGanguly96 in #34
- ADDED: String Function: 'toHtmlEntities, fromHtmlEntities' by @SagnikGanguly96 in #35
- ADDED: External Addon: 'PrismJS' by @SagnikGanguly96 in #36
- ADDED: Addon: 'SGNCodeSnippet' by @SagnikGanguly96 in #37
- FIXED: No border on the last TabLink by @SagnikGanguly96 in #38
- ADDED: Component: 'Views' by @SagnikGanguly96 in #39
- ADDED: Utility: 'Gradients' by @SagnikGanguly96 in #40
- ADDED: Utility: 'Shadows' by @SagnikGanguly96 in #41
- ADDED: Utility: 'Shapes (Border Radius)' by @SagnikGanguly96 in #42
- ADDED: Utility: 'TextColors' by @SagnikGanguly96 in #43
- FIXED: Issue #44: Margin Utility classes 'mx-*' & 'my-*' are not working by @SagnikGanguly96 in #47
- FIXED: Issue #45: Padding Utility classes 'px-*' & 'py-*' are not working by @SagnikGanguly96 in #48
- FIXED: Issue #46: AutoGrid Utility class '.col-5' works same as '.col-4' by @SagnikGanguly96 in #49
- ADDED: Button Component classes: '.btn-floating & .btn-ic' by @SagnikGanguly96 in #50
- FIXED: Component: TabLayout: Some minor bug fixes by @SagnikGanguly96 in #51
- FIXED: Element: Headings: Some minor bug fixes by @SagnikGanguly96 in #52
- ADDED: Cascading & Intersectional Cards [FIXED: Issue #30] by @SagnikGanguly96 in #53
- IMPROVED: SGNUIKit Loader by @SagnikGanguly96 in #54
- IMPROVED: Component: Marquee: Added attribute sgn-component="marquee" & class .marquee to initialize Marquee Component on a specific element. by @SagnikGanguly96 in #55
- UPDATED: Build scripts by @SagnikGanguly96 in #56
- ADDED: Helper Function: select(...obj) and $.select(...obj) to select an object which is not empty from the specified array of objects. by @SagnikGanguly96 in #57
- FIXED: Color mismatch issue in 'Light' & 'Dark' theme. by @SagnikGanguly96 in #58
- FIXED: Component: Modal by @SagnikGanguly96 in #59
- FIXED: Component: Button: Some minor bug fixes. by @SagnikGanguly96 in #60
- ADDED: Component: Windows: Windows can be initialized using '.sgn-window' CSS class. by @SagnikGanguly96 in #61
- FIXED: Utility: Gradient: The utility class '.custom-gradient' by @SagnikGanguly96 in #62
- UPDATED: Publish script by @SagnikGanguly96 in #64
- FIXED: Component: iziToast: Minor bug fixes. by @SagnikGanguly96 in #66
- UPDATED: Build Scripts by @SagnikGanguly96 in #67
- ADDED: Addon: SGNAtom: The powerful addon to create a PWA by @SagnikGanguly96 in #68
- FIXED: Core: Loader: The loader prevented the page from loading. by @SagnikGanguly96 in #69
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #65
Full Changelog: v1.1.3...v1.1.4
SGNUIKit v1.1.3 (Stable)
What's Changed
- FIXED: Issue: #20, #19, Sidebar overflowing marquee text in collapsed mode by @SagnikGanguly96 in #21
- FIXED: SGNUIKit Loader (Development) by @SagnikGanguly96 in #24
- ADDED: TabLayout component by @SagnikGanguly96 in #26
- Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #23
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #25
- ADDED: TabLayout & ListView by @SagnikGanguly96 in #27
- FIXED: Minor bug fixes by @SagnikGanguly96 in #28
New Contributors
- @dependabot made their first contribution in #23
Full Changelog: v1.1.2...v1.1.3
SGNUIKit v1.1.2 (Stable)
What's Changed
- Update README.md by @SagnikGanguly96 in #7
- FIXED: Issue #8: Fonts not loaded properly [v1.1.1] by @SagnikGanguly96 in #9
- FIXED: Issue #13: The CKEditor plugin has been broken [v1.1.1] by @SagnikGanguly96 in #14
- FIXED: Issue #12: Issue with CRTB label [v1.1.1] by @SagnikGanguly96 in #15
- FIXED: Issue #11: Sidebar toggle button broken [v1.1.1] by @SagnikGanguly96 in #16
- FIXED: Issue #10: SGNUIKit Loader is not working [v1.1.1] by @SagnikGanguly96 in #17
Full Changelog: v1.1.1...v1.1.2
SGNUIKit v1.1.1 (Stable)
What's Changed
- FIXED: Issue #8: Fonts not loaded properly [v1.1.1] by @SagnikGanguly96 in #9
- UPDATED: .gitignore & README.md by @SagnikGanguly96 in #5
- FIXED: Issue #3: Uncaught ReferenceError: parse_url is not defined [v1.1.0] by @SagnikGanguly96
New Contributors
- @SagnikGanguly96 made their first contribution in #5
Full Changelog: v1.1.0...v1.1.1
SGNUIKit v1.1.0 (Stable)
Major stable release
Full Changelog: https://github.com/SGNetworksIndia/SGNUIKit/commits/1.1.0
SGNUIKit v1.0.0 (Beta)
First release
Full Changelog: https://github.com/SGNetworksIndia/SGNUIKit/commits/1.0.0