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